Home
last modified time | relevance | path

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

/openssl-master/crypto/rsa/
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
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 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,
A Drsa_sp800_56b_check.c368 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