Home
last modified time | relevance | path

Searched refs:Xp (Results 1 – 10 of 10) sorted by relevance

/openssl/crypto/bn/
H A Dbn_x931p.c54 const BIGNUM *Xp, const BIGNUM *Xp1, in BN_X931_derive_prime_ex() argument
113 if (!BN_mod_sub(p, p, Xp, p1p2, ctx)) in BN_X931_derive_prime_ex()
116 if (!BN_add(p, p, Xp)) in BN_X931_derive_prime_ex()
162 int BN_X931_generate_Xpq(BIGNUM *Xp, BIGNUM *Xq, int nbits, BN_CTX *ctx) in BN_X931_generate_Xpq() argument
178 if (!BN_priv_rand_ex(Xp, 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()
221 const BIGNUM *Xp, in BN_X931_generate_prime_ex() argument
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.c156 const BIGNUM *Xp, const BIGNUM *Xp1, in ossl_bn_rsa_fips186_4_gen_prob_primes() argument
205 if (!ossl_bn_rsa_fips186_4_derive_prime(p, Xpout, Xp, p1i, p2i, nlen, e, in ossl_bn_rsa_fips186_4_gen_prob_primes()
/openssl/crypto/rsa/
H A Drsa_x931g.c27 const BIGNUM *Xp, const BIGNUM *Xq1, const BIGNUM *Xq2, in RSA_X931_derive_ex() argument
62 if (Xp && rsa->p == NULL) { in RSA_X931_derive_ex()
68 Xp, Xp1, Xp2, e, ctx, cb)) in RSA_X931_derive_ex()
155 BIGNUM *Xp = NULL, *Xq = NULL; in RSA_X931_generate_key_ex() local
163 Xp = BN_CTX_get(ctx); in RSA_X931_generate_key_ex()
167 if (!BN_X931_generate_Xpq(Xp, Xq, bits, ctx)) in RSA_X931_generate_key_ex()
177 if (!BN_X931_generate_prime_ex(rsa->p, NULL, NULL, NULL, NULL, Xp, in RSA_X931_generate_key_ex()
H A Drsa_sp800_56b_gen.c69 BIGNUM *Xp = NULL, *Xp1 = NULL, *Xp2 = NULL; in ossl_rsa_fips186_4_gen_prob_primes() local
78 Xp = test->Xp; 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 Drsa_acvp_test_params.c101 && !OSSL_PARAM_get_BN(p, &t->Xp)) in ossl_rsa_acvp_test_set_params()
156 BN_free(t->Xp); in ossl_rsa_acvp_test_free()
H A Drsa_local.h37 BIGNUM *Xp; member
/openssl/include/crypto/
H A Dbn.h103 const BIGNUM *Xp, const BIGNUM *Xp1,
/openssl/include/openssl/
H A Dbn.h394 int BN_X931_generate_Xpq(BIGNUM *Xp, BIGNUM *Xq, int nbits, BN_CTX *ctx);
398 const BIGNUM *Xp, const BIGNUM *Xp1,
403 BIGNUM *Xp2, const BIGNUM *Xp, const BIGNUM *e,
H A Drsa.h274 const BIGNUM *Xp, const BIGNUM *Xq1,
/openssl/test/
H A Dsmcont.bin32 …,�����?�Gm�� ����aK�� ��r�]V�N��Z_俜�!3���8��4 ���xq�fBӥ�!��ʆ0i+�Xp��|�(=��J���X ���&�{…

Completed in 27 milliseconds