Home
last modified time | relevance | path

Searched refs:efixed (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_sp800_56b_gen.c356 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) {