Lines Matching refs:BN_CTX_get
200 p1i = (p1 != NULL) ? p1 : BN_CTX_get(ctx); in ossl_bn_rsa_fips186_4_gen_prob_primes()
201 p2i = (p2 != NULL) ? p2 : BN_CTX_get(ctx); in ossl_bn_rsa_fips186_4_gen_prob_primes()
202 Xp1i = (Xp1 != NULL) ? (BIGNUM *)Xp1 : BN_CTX_get(ctx); in ossl_bn_rsa_fips186_4_gen_prob_primes()
203 Xp2i = (Xp2 != NULL) ? (BIGNUM *)Xp2 : BN_CTX_get(ctx); in ossl_bn_rsa_fips186_4_gen_prob_primes()
288 base = BN_CTX_get(ctx); in ossl_bn_rsa_fips186_4_derive_prime()
289 range = BN_CTX_get(ctx); in ossl_bn_rsa_fips186_4_derive_prime()
290 R = BN_CTX_get(ctx); in ossl_bn_rsa_fips186_4_derive_prime()
291 tmp = BN_CTX_get(ctx); in ossl_bn_rsa_fips186_4_derive_prime()
292 r1r2x2 = BN_CTX_get(ctx); in ossl_bn_rsa_fips186_4_derive_prime()
293 y1 = BN_CTX_get(ctx); in ossl_bn_rsa_fips186_4_derive_prime()
294 r1x2 = BN_CTX_get(ctx); in ossl_bn_rsa_fips186_4_derive_prime()