Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dpsa_crypto_rsa.c219 int *exponent) in psa_rsa_read_exponent() argument
236 *exponent = acc; in psa_rsa_read_exponent()
248 int exponent = 65537; in mbedtls_psa_rsa_generate_key() local
252 &exponent); in mbedtls_psa_rsa_generate_key()
263 exponent); in mbedtls_psa_rsa_generate_key()
Drsa.c1047 unsigned int nbits, int exponent) in mbedtls_rsa_gen_key() argument
1066 if (exponent < 3 || nbits % 2 != 0) { in mbedtls_rsa_gen_key()
1082 MBEDTLS_MPI_CHK(mbedtls_mpi_lset(&ctx->E, exponent)); in mbedtls_rsa_gen_key()
/mbedtls-latest/tests/suites/
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
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
Dtest_suite_rsa.function739 void mbedtls_rsa_gen_key(int nrbits, int exponent, int result)
747 exponent) == result);
Dtest_suite_psa_crypto_driver_wrappers.function422 * \param private_exponent Key private exponent.
/mbedtls-latest/include/mbedtls/
Drsa.h470 unsigned int nbits, int exponent);
/mbedtls-latest/docs/
Dpsa-transition.md782exponent. You can use [`psa_generate_key_custom`](https://mbed-tls.readthedocs.io/projects/api/en/…
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-latest/docs/architecture/psa-migration/
Dpsa-legacy-bridges.md152 …ome cases. In particular, PSA RSA key generation does not (yet) allow choosing the public exponent.
/mbedtls-latest/
DChangeLog225 * In the PSA API, the experimental way to encode the public exponent of
303 key pair with a custom public exponent.
3826 * Wipe stack buffer temporarily holding EC private exponent
4122 * Add exponent blinding to RSA private operations as a countermeasure