Home
last modified time | relevance | path

Searched refs:efixed (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_sp800_56b_gen.c352 * efixed The public exponent. If NULL a default of 65537 is used.
356 int ossl_rsa_sp800_56b_generate_key(RSA *rsa, int nbits, const BIGNUM *efixed, in ossl_rsa_sp800_56b_generate_key() argument
383 if (efixed == NULL) { in ossl_rsa_sp800_56b_generate_key()
388 e = (BIGNUM *)efixed; in ossl_rsa_sp800_56b_generate_key()
416 if (efixed == NULL) in ossl_rsa_sp800_56b_generate_key()
H A Drsa_local.h181 int ossl_rsa_sp800_56b_check_keypair(const RSA *rsa, const BIGNUM *efixed,
183 int ossl_rsa_sp800_56b_generate_key(RSA *rsa, int nbits, const BIGNUM *efixed,
H A Drsa_sp800_56b_check.c374 int ossl_rsa_sp800_56b_check_keypair(const RSA *rsa, const BIGNUM *efixed, argument
394 if (efixed != NULL) {
396 if (BN_cmp(efixed, rsa->e) != 0) {
/third_party/openssl/crypto/rsa/
H A Drsa_sp800_56b_gen.c352 * efixed The public exponent. If NULL a default of 65537 is used.
356 int ossl_rsa_sp800_56b_generate_key(RSA *rsa, int nbits, const BIGNUM *efixed, in ossl_rsa_sp800_56b_generate_key() argument
383 if (efixed == NULL) { in ossl_rsa_sp800_56b_generate_key()
388 e = (BIGNUM *)efixed; in ossl_rsa_sp800_56b_generate_key()
416 if (efixed == NULL) in ossl_rsa_sp800_56b_generate_key()
H A Drsa_local.h181 int ossl_rsa_sp800_56b_check_keypair(const RSA *rsa, const BIGNUM *efixed,
183 int ossl_rsa_sp800_56b_generate_key(RSA *rsa, int nbits, const BIGNUM *efixed,
H A Drsa_sp800_56b_check.c374 int ossl_rsa_sp800_56b_check_keypair(const RSA *rsa, const BIGNUM *efixed, argument
394 if (efixed != NULL) {
396 if (BN_cmp(efixed, rsa->e) != 0) {

Completed in 4 milliseconds