Searched refs:efixed (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssl/crypto/rsa/ |
H A D | rsa_sp800_56b_gen.c | 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 D | rsa_local.h | 181 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 D | rsa_sp800_56b_check.c | 374 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) {
|