Home
last modified time | relevance | path

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

/openssl/crypto/rsa/
H A Drsa_x931g.c28 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 Drsa_sp800_56b_gen.c67 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 Drsa_acvp_test_params.c110 && !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 Drsa_local.h38 BIGNUM *Xq; member
/openssl/crypto/bn/
H A Dbn_x931p.c162 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 Drsa.h283 const BIGNUM *Xq2, const BIGNUM *Xq,
H A Dbn.h395 int BN_X931_generate_Xpq(BIGNUM *Xp, BIGNUM *Xq, int nbits, BN_CTX *ctx);

Completed in 12 milliseconds