Searched refs:Xq (Results 1 – 7 of 7) sorted by relevance
/openssl/crypto/rsa/ |
H A D | rsa_x931g.c | 28 const BIGNUM *Xq, const BIGNUM *e, BN_GENCB *cb) in RSA_X931_derive_ex() argument 72 if (Xq && rsa->q == NULL) { in RSA_X931_derive_ex() 77 Xq, Xq1, Xq2, e, ctx, cb)) in RSA_X931_derive_ex() 154 BIGNUM *Xp = NULL, *Xq = NULL; in RSA_X931_generate_key_ex() local 163 Xq = BN_CTX_get(ctx); in RSA_X931_generate_key_ex() 164 if (Xq == NULL) in RSA_X931_generate_key_ex() 166 if (!BN_X931_generate_Xpq(Xp, Xq, bits, ctx)) in RSA_X931_generate_key_ex() 180 if (!BN_X931_generate_prime_ex(rsa->q, NULL, NULL, NULL, NULL, Xq, in RSA_X931_generate_key_ex()
|
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 76 Xq = test->Xq; in ossl_rsa_fips186_4_gen_prob_primes() 127 if (!ossl_bn_rsa_fips186_4_gen_prob_primes(rsa->q, Xqo, q1, q2, Xq, Xq1, in ossl_rsa_fips186_4_gen_prob_primes()
|
H A D | rsa_acvp_test_params.c | 110 && !OSSL_PARAM_get_BN(p, &t->Xq)) in ossl_rsa_acvp_test_set_params() 159 BN_free(t->Xq); in ossl_rsa_acvp_test_free()
|
H A D | rsa_local.h | 38 BIGNUM *Xq; member
|
/openssl/crypto/bn/ |
H A D | bn_x931p.c | 162 int BN_X931_generate_Xpq(BIGNUM *Xp, BIGNUM *Xq, int nbits, BN_CTX *ctx) in BN_X931_generate_Xpq() argument 188 if (!BN_priv_rand_ex(Xq, nbits, BN_RAND_TOP_TWO, BN_RAND_BOTTOM_ANY, 0, in BN_X931_generate_Xpq() 193 if (!BN_sub(t, Xp, Xq)) in BN_X931_generate_Xpq()
|
/openssl/include/openssl/ |
H A D | rsa.h | 283 const BIGNUM *Xq2, const BIGNUM *Xq,
|
H A D | bn.h | 395 int BN_X931_generate_Xpq(BIGNUM *Xp, BIGNUM *Xq, int nbits, BN_CTX *ctx);
|
Completed in 18 milliseconds