Searched refs:ossl_bn_rsa_fips186_4_derive_prime (Results 1 – 2 of 2) sorted by relevance
/third_party/openssl/crypto/bn/ |
D | bn_rsa_fips186_4.c | 205 if (!ossl_bn_rsa_fips186_4_derive_prime(p, Xpout, Xp, p1i, p2i, nlen, e, in ossl_bn_rsa_fips186_4_gen_prob_primes() 244 int ossl_bn_rsa_fips186_4_derive_prime(BIGNUM *Y, BIGNUM *X, const BIGNUM *Xin, in ossl_bn_rsa_fips186_4_derive_prime() function
|
/third_party/openssl/include/crypto/ |
D | bn.h | 108 int ossl_bn_rsa_fips186_4_derive_prime(BIGNUM *Y, BIGNUM *X, const BIGNUM *Xin,
|