Searched refs:efixed (Results 1 – 3 of 3) sorted by relevance
/openssl-master/crypto/rsa/ |
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 382 if (efixed == NULL) { in ossl_rsa_sp800_56b_generate_key() 387 e = (BIGNUM *)efixed; in ossl_rsa_sp800_56b_generate_key() 407 if (efixed == NULL) in ossl_rsa_sp800_56b_generate_key()
|
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,
|
A D | rsa_sp800_56b_check.c | 368 int ossl_rsa_sp800_56b_check_keypair(const RSA *rsa, const BIGNUM *efixed, argument 388 if (efixed != NULL) { 390 if (BN_cmp(efixed, rsa->e) != 0) {
|
Completed in 5 milliseconds