Home
last modified time | relevance | path

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

/openssl/crypto/bn/
H A Dbn_x931p.c54 const BIGNUM *Xp, const BIGNUM *Xp1, in BN_X931_derive_prime_ex() argument
82 if (!bn_x931_derive_pi(p1, Xp1, ctx, cb)) in BN_X931_derive_prime_ex()
220 BIGNUM *Xp1, BIGNUM *Xp2, in BN_X931_generate_prime_ex() argument
227 if (Xp1 == NULL) in BN_X931_generate_prime_ex()
228 Xp1 = BN_CTX_get(ctx); in BN_X931_generate_prime_ex()
231 if (Xp1 == NULL || Xp2 == NULL) in BN_X931_generate_prime_ex()
234 if (!BN_priv_rand_ex(Xp1, 101, BN_RAND_TOP_ONE, BN_RAND_BOTTOM_ANY, 0, ctx)) in BN_X931_generate_prime_ex()
238 if (!BN_X931_derive_prime_ex(p, p1, p2, Xp, Xp1, Xp2, e, ctx, cb)) in BN_X931_generate_prime_ex()
H A Dbn_rsa_fips186_4.c132 static int bn_rsa_fips186_4_find_aux_prob_prime(const BIGNUM *Xp1, in bn_rsa_fips186_4_find_aux_prob_prime() argument
141 if (BN_copy(p1, Xp1) == NULL) in bn_rsa_fips186_4_find_aux_prob_prime()
186 const BIGNUM *Xp, const BIGNUM *Xp1, in ossl_bn_rsa_fips186_4_gen_prob_primes() argument
202 Xp1i = (Xp1 != NULL) ? (BIGNUM *)Xp1 : BN_CTX_get(ctx); in ossl_bn_rsa_fips186_4_gen_prob_primes()
213 if (Xp1 == NULL) { in ossl_bn_rsa_fips186_4_gen_prob_primes()
246 if (Xp1 == NULL) in ossl_bn_rsa_fips186_4_gen_prob_primes()
/openssl/crypto/rsa/
H A Drsa_sp800_56b_gen.c66 BIGNUM *Xp = NULL, *Xp1 = NULL, *Xp2 = NULL; in ossl_rsa_fips186_4_gen_prob_primes() local
71 Xp1 = test->Xp1; in ossl_rsa_fips186_4_gen_prob_primes()
122 if (!ossl_bn_rsa_fips186_4_gen_prob_primes(rsa->p, Xpo, p1, p2, Xp, Xp1, Xp2, in ossl_rsa_fips186_4_gen_prob_primes()
H A Drsa_acvp_test_params.c95 && !OSSL_PARAM_get_BN(p, &t->Xp1)) in ossl_rsa_acvp_test_set_params()
154 BN_free(t->Xp1); in ossl_rsa_acvp_test_free()
H A Drsa_x931g.c26 BIGNUM *q2, const BIGNUM *Xp1, const BIGNUM *Xp2, in RSA_X931_derive_ex() argument
68 Xp, Xp1, Xp2, e, ctx, cb)) in RSA_X931_derive_ex()
H A Drsa_local.h33 BIGNUM *Xp1; member
/openssl/include/crypto/
H A Dbn.h113 const BIGNUM *Xp, const BIGNUM *Xp1,
/openssl/include/openssl/
H A Dbn.h399 const BIGNUM *Xp, const BIGNUM *Xp1,
403 int BN_X931_generate_prime_ex(BIGNUM *p, BIGNUM *p1, BIGNUM *p2, BIGNUM *Xp1,
H A Drsa.h281 const BIGNUM *Xp1, const BIGNUM *Xp2,

Completed in 19 milliseconds