Searched refs:Xqout (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/rsa/ |
H A D | rsa_sp800_56b_gen.c | 41 * Xqout An optionally returned random number used during generation of q. 53 * p1, p2, q1, q2, Xpout, Xqout are returned if they are not NULL. 68 BIGNUM *Xpout = NULL, *Xqout = NULL; in ossl_rsa_fips186_4_gen_prob_primes() local 109 Xqo = (Xqout != NULL) ? Xqout : BN_CTX_get(ctx); in ossl_rsa_fips186_4_gen_prob_primes() 155 if (Xqo != Xqout) in ossl_rsa_fips186_4_gen_prob_primes()
|
/third_party/openssl/crypto/rsa/ |
H A D | rsa_sp800_56b_gen.c | 41 * Xqout An optionally returned random number used during generation of q. 53 * p1, p2, q1, q2, Xpout, Xqout are returned if they are not NULL. 68 BIGNUM *Xpout = NULL, *Xqout = NULL; in ossl_rsa_fips186_4_gen_prob_primes() local 109 Xqo = (Xqout != NULL) ? Xqout : BN_CTX_get(ctx); in ossl_rsa_fips186_4_gen_prob_primes() 155 if (Xqo != Xqout) in ossl_rsa_fips186_4_gen_prob_primes()
|
Completed in 2 milliseconds