Searched refs:Xq2 (Results 1 – 5 of 5) sorted by relevance
| /freebsd/crypto/openssl/crypto/rsa/ |
| H A D | rsa_sp800_56b_gen.c | 67 BIGNUM *Xq = NULL, *Xq1 = NULL, *Xq2 = NULL; in ossl_rsa_fips186_4_gen_prob_primes() local 74 Xq2 = test->Xq2; in ossl_rsa_fips186_4_gen_prob_primes() 128 Xq2, nbits, e, ctx, cb)) in ossl_rsa_fips186_4_gen_prob_primes()
|
| H A D | rsa_acvp_test_params.c | 107 && !OSSL_PARAM_get_BN(p, &t->Xq2)) in ossl_rsa_acvp_test_set_params() 158 BN_free(t->Xq2); in ossl_rsa_acvp_test_free()
|
| H A D | rsa_x931g.c | 27 const BIGNUM *Xp, const BIGNUM *Xq1, const BIGNUM *Xq2, in RSA_X931_derive_ex() argument 77 Xq, Xq1, Xq2, e, ctx, cb)) in RSA_X931_derive_ex()
|
| H A D | rsa_local.h | 36 BIGNUM *Xq2; member
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | rsa.h | 282 const BIGNUM *Xq2, const BIGNUM *Xq,
|