Home
last modified time | relevance | path

Searched refs:exponent (Results 1 – 10 of 10) sorted by relevance

/mbedtls/library/
A Dpsa_crypto_rsa.c221 int *exponent) in psa_rsa_read_exponent() argument
238 *exponent = acc; in psa_rsa_read_exponent()
250 int exponent = 65537; in mbedtls_psa_rsa_generate_key() local
254 &exponent); in mbedtls_psa_rsa_generate_key()
265 exponent); in mbedtls_psa_rsa_generate_key()
A Drsa.c1046 unsigned int nbits, int exponent) in mbedtls_rsa_gen_key() argument
1065 if (exponent < 3 || nbits % 2 != 0) { in mbedtls_rsa_gen_key()
1081 MBEDTLS_MPI_CHK(mbedtls_mpi_lset(&ctx->E, exponent)); in mbedtls_rsa_gen_key()
/mbedtls/include/mbedtls/
A Drsa.h470 unsigned int nbits, int exponent);
/mbedtls/tests/suites/
A Dtest_suite_bignum.misc.data1317 Base test mbedtls_mpi_exp_mod #5 (Negative exponent)
1320 Base test mbedtls_mpi_exp_mod #6 (Negative base + exponent)
1368 Test mbedtls_mpi_exp_mod: MAX_SIZE exponent
1371 Test mbedtls_mpi_exp_mod: MAX_SIZE + 1 exponent
1380 Test mbedtls_mpi_exp_mod: MAX_SIZE exponent and modulus
1383 Test mbedtls_mpi_exp_mod: MAX_SIZE + 1 exponent and modulus
A Dtest_suite_rsa.data802 RSA parse public key - wrong public exponent tag
808 RSA parse public key - public exponent 0
817 RSA parse public key - wrong public exponent length
823 RSA parse public key - missing public exponent
A Dtest_suite_rsa.function739 void mbedtls_rsa_gen_key(int nrbits, int exponent, int result)
747 exponent) == result);
A Dtest_suite_psa_crypto_driver_wrappers.function422 * \param private_exponent Key private exponent.
/mbedtls/docs/
A Dpsa-transition.md782exponent. You can use [`psa_generate_key_ext`](https://mbed-tls.readthedocs.io/projects/api/en/dev…
788 | RSA key pair | PKCS#1 RSAPrivateKey DER encoding (including both private exponent and CRT paramet…
807 …blic key in a compressed format, an RSA private key without the private exponent, or an RSA privat…
/mbedtls/docs/architecture/psa-migration/
A Dpsa-legacy-bridges.md152 …ome cases. In particular, PSA RSA key generation does not (yet) allow choosing the public exponent.
/mbedtls/
A DChangeLog31 * In the PSA API, the experimental way to encode the public exponent of
109 key pair with a custom public exponent.
3631 * Wipe stack buffer temporarily holding EC private exponent
3927 * Add exponent blinding to RSA private operations as a countermeasure

Completed in 47 milliseconds