Lines Matching refs:BN_CTX_get
170 p1i = (p1 != NULL) ? p1 : BN_CTX_get(ctx); in ossl_bn_rsa_fips186_4_gen_prob_primes()
171 p2i = (p2 != NULL) ? p2 : BN_CTX_get(ctx); in ossl_bn_rsa_fips186_4_gen_prob_primes()
172 Xp1i = (Xp1 != NULL) ? (BIGNUM *)Xp1 : BN_CTX_get(ctx); in ossl_bn_rsa_fips186_4_gen_prob_primes()
173 Xp2i = (Xp2 != NULL) ? (BIGNUM *)Xp2 : BN_CTX_get(ctx); in ossl_bn_rsa_fips186_4_gen_prob_primes()
257 base = BN_CTX_get(ctx); in ossl_bn_rsa_fips186_4_derive_prime()
258 range = BN_CTX_get(ctx); in ossl_bn_rsa_fips186_4_derive_prime()
259 R = BN_CTX_get(ctx); in ossl_bn_rsa_fips186_4_derive_prime()
260 tmp = BN_CTX_get(ctx); in ossl_bn_rsa_fips186_4_derive_prime()
261 r1r2x2 = BN_CTX_get(ctx); in ossl_bn_rsa_fips186_4_derive_prime()
262 y1 = BN_CTX_get(ctx); in ossl_bn_rsa_fips186_4_derive_prime()
263 r1x2 = BN_CTX_get(ctx); in ossl_bn_rsa_fips186_4_derive_prime()