Searched refs:Xp2 (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_x931p.c | 55 const BIGNUM *Xp2, const BIGNUM *e, BN_CTX *ctx, in BN_X931_derive_prime_ex() argument 85 if (!bn_x931_derive_pi(p2, Xp2, ctx, cb)) in BN_X931_derive_prime_ex() 220 BIGNUM *Xp1, BIGNUM *Xp2, in BN_X931_generate_prime_ex() argument 229 if (Xp2 == NULL) in BN_X931_generate_prime_ex() 230 Xp2 = BN_CTX_get(ctx); in BN_X931_generate_prime_ex() 231 if (Xp1 == NULL || Xp2 == NULL) in BN_X931_generate_prime_ex() 236 if (!BN_priv_rand_ex(Xp2, 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 D | bn_rsa_fips186_4.c | 157 const BIGNUM *Xp2, int nlen, in ossl_bn_rsa_fips186_4_gen_prob_primes() argument 173 Xp2i = (Xp2 != NULL) ? (BIGNUM *)Xp2 : BN_CTX_get(ctx); in ossl_bn_rsa_fips186_4_gen_prob_primes() 189 if (Xp2 == NULL) { in ossl_bn_rsa_fips186_4_gen_prob_primes() 217 if (Xp2 == NULL) in ossl_bn_rsa_fips186_4_gen_prob_primes()
|
/freebsd/crypto/openssl/crypto/rsa/ |
H A D | rsa_sp800_56b_gen.c | 69 BIGNUM *Xp = NULL, *Xp1 = NULL, *Xp2 = NULL; in ossl_rsa_fips186_4_gen_prob_primes() local 75 Xp2 = test->Xp2; in ossl_rsa_fips186_4_gen_prob_primes() 125 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 D | rsa_acvp_test_params.c | 98 && !OSSL_PARAM_get_BN(p, &t->Xp2)) in ossl_rsa_acvp_test_set_params() 155 BN_free(t->Xp2); in ossl_rsa_acvp_test_free()
|
H A D | rsa_x931g.c | 26 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 D | rsa_local.h | 34 BIGNUM *Xp2; member
|
/freebsd/crypto/openssl/include/crypto/ |
H A D | bn.h | 115 const BIGNUM *Xp2, int nlen,
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bn.h | 393 const BIGNUM *Xp2, const BIGNUM *e, BN_CTX *ctx, 397 BIGNUM *Xp2, const BIGNUM *Xp, const BIGNUM *e,
|
H A D | rsa.h | 270 const BIGNUM *Xp1, const BIGNUM *Xp2,
|