Home
last modified time | relevance | path

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

/openssl/crypto/bn/
H A Dbn_rsa_fips186_4.c192 BIGNUM *p1i = NULL, *p2i = NULL, *Xp1i = NULL, *Xp2i = NULL; in ossl_bn_rsa_fips186_4_gen_prob_primes() local
200 p1i = (p1 != NULL) ? p1 : BN_CTX_get(ctx); in ossl_bn_rsa_fips186_4_gen_prob_primes()
204 if (p1i == NULL || p2i == NULL || Xp1i == NULL || Xp2i == NULL) in ossl_bn_rsa_fips186_4_gen_prob_primes()
228 if (!bn_rsa_fips186_4_find_aux_prob_prime(Xp1i, p1i, ctx, rounds, cb) in ossl_bn_rsa_fips186_4_gen_prob_primes()
232 if ((BN_num_bits(p1i) + BN_num_bits(p2i)) >= in ossl_bn_rsa_fips186_4_gen_prob_primes()
236 if (!ossl_bn_rsa_fips186_4_derive_prime(p, Xpout, Xp, p1i, p2i, nlen, e, in ossl_bn_rsa_fips186_4_gen_prob_primes()
243 BN_clear(p1i); in ossl_bn_rsa_fips186_4_gen_prob_primes()

Completed in 4 milliseconds