Searched defs:Xp (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/crypto/openssl/crypto/bn/
H A Dbn_x931p.c162 int BN_X931_generate_Xpq(BIGNUM *Xp, BIGNUM *Xq, int nbits, BN_CTX *ctx) argument
53 BN_X931_derive_prime_ex(BIGNUM *p, BIGNUM *p1, BIGNUM *p2, const BIGNUM *Xp, const BIGNUM *Xp1, const BIGNUM *Xp2, const BIGNUM *e, BN_CTX *ctx, BN_GENCB *cb) argument
219 BN_X931_generate_prime_ex(BIGNUM *p, BIGNUM *p1, BIGNUM *p2, BIGNUM *Xp1, BIGNUM *Xp2, const BIGNUM *Xp, const BIGNUM *e, BN_CTX *ctx, BN_GENCB *cb) argument
[all...]
H A Dbn_rsa_fips186_4.c154 ossl_bn_rsa_fips186_4_gen_prob_primes(BIGNUM *p, BIGNUM *Xpout, BIGNUM *p1, BIGNUM *p2, const BIGNUM *Xp, const BIGNUM *Xp1, const BIGNUM *Xp2, int nlen, const BIGNUM *e, BN_CTX *ctx, BN_GENCB *cb) argument
/freebsd-current/crypto/openssl/crypto/rsa/
H A Drsa_x931g.c155 BIGNUM *Xp = NULL, *Xq = NULL; local
25 RSA_X931_derive_ex(RSA *rsa, BIGNUM *p1, BIGNUM *p2, BIGNUM *q1, BIGNUM *q2, const BIGNUM *Xp1, const BIGNUM *Xp2, const BIGNUM *Xp, const BIGNUM *Xq1, const BIGNUM *Xq2, const BIGNUM *Xq, const BIGNUM *e, BN_GENCB *cb) argument
H A Drsa_sp800_56b_gen.c69 BIGNUM *Xp = NULL, *Xp1 = NULL, *Xp2 = NULL; local
H A Drsa_local.h37 BIGNUM *Xp; member in struct:rsa_acvp_test_st

Completed in 187 milliseconds