Searched refs:Xp2 (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/crypto/openssl/fips/rsa/
H A Dfips_rsagtest.c85 BIGNUM *Xp1, BIGNUM *Xp2, BIGNUM *Xp, BIGNUM *e);
147 BIGNUM *Xp1 = NULL, *Xp2 = NULL, *Xp = NULL; local
202 if (Xp2 || !do_hex2bn(&Xp2, value))
240 if (e && Xp1 && Xp2 && Xp) {
244 if (!rsa_printkey1(out, rsa, Xp1, Xp2, Xp, e))
248 BN_free(Xp2);
249 Xp2 = NULL;
281 if (Xp2)
282 BN_free(Xp2);
308 rsa_printkey1(FILE *out, RSA *rsa, BIGNUM *Xp1, BIGNUM *Xp2, BIGNUM *Xp, BIGNUM *e) argument
[all...]
H A Dfips_rsa_x931g.c74 BIGNUM *q2, const BIGNUM *Xp1, const BIGNUM *Xp2,
114 Xp, Xp1, Xp2, e, ctx, cb))
73 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
/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dbn_x931p.c92 * This is the main X9.31 prime derivation function. From parameters Xp1, Xp2
99 const BIGNUM *Xp2, const BIGNUM *e, BN_CTX *ctx,
126 if (!bn_x931_derive_pi(p2, Xp2, ctx, cb))
241 * Xp2 only 'p' needs to be non-NULL. If any of the others are not NULL the
248 BIGNUM *Xp1, BIGNUM *Xp2,
257 if (!Xp2)
258 Xp2 = BN_CTX_get(ctx);
262 if (!BN_rand(Xp2, 101, 0, 0))
264 if (!BN_X931_derive_prime_ex(p, p1, p2, Xp, Xp1, Xp2, e, ctx, cb))
97 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
247 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
H A Dbn.h561 const BIGNUM *Xp2, const BIGNUM *e, BN_CTX *ctx,
564 BIGNUM *Xp2, const BIGNUM *Xp, const BIGNUM *e,
/freebsd-9.3-release/crypto/openssl/crypto/rsa/
H A Drsa_x931g.c71 BIGNUM *q2, const BIGNUM *Xp1, const BIGNUM *Xp2,
111 Xp, Xp1, Xp2, e, ctx, cb))
70 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.h283 BIGNUM *q2, const BIGNUM *Xp1, const BIGNUM *Xp2,

Completed in 69 milliseconds