Lines Matching refs:cb
135 BN_GENCB *cb) in bn_rsa_fips186_4_find_aux_prob_prime() argument
148 BN_GENCB_call(cb, 0, i); in bn_rsa_fips186_4_find_aux_prob_prime()
150 tmp = ossl_bn_check_generated_prime(p1, rounds, ctx, cb); in bn_rsa_fips186_4_find_aux_prob_prime()
159 BN_GENCB_call(cb, 2, i); in bn_rsa_fips186_4_find_aux_prob_prime()
189 BN_GENCB *cb) in ossl_bn_rsa_fips186_4_gen_prob_primes() argument
228 if (!bn_rsa_fips186_4_find_aux_prob_prime(Xp1i, p1i, ctx, rounds, cb) in ossl_bn_rsa_fips186_4_gen_prob_primes()
229 || !bn_rsa_fips186_4_find_aux_prob_prime(Xp2i, p2i, ctx, rounds, cb)) in ossl_bn_rsa_fips186_4_gen_prob_primes()
237 ctx, cb)) in ossl_bn_rsa_fips186_4_gen_prob_primes()
278 BN_CTX *ctx, BN_GENCB *cb) in ossl_bn_rsa_fips186_4_derive_prime() argument
375 BN_GENCB_call(cb, 0, 2); in ossl_bn_rsa_fips186_4_derive_prime()
383 int rv = ossl_bn_check_generated_prime(Y, rounds, ctx, cb); in ossl_bn_rsa_fips186_4_derive_prime()
401 BN_GENCB_call(cb, 3, 0); in ossl_bn_rsa_fips186_4_derive_prime()