Home
last modified time | relevance | path

Searched defs:Xq (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/crypto/openssl/crypto/rsa/
Drsa_x931g.c73 const BIGNUM *Xq, const BIGNUM *e, BN_GENCB *cb) in RSA_X931_derive_ex()
200 BIGNUM *Xp = NULL, *Xq = NULL; in RSA_X931_generate_key_ex() local
/freebsd-9-stable/crypto/openssl/fips/rsa/
Dfips_rsa_x931g.c76 const BIGNUM *Xq, const BIGNUM *e, BN_GENCB *cb) in RSA_X931_derive_ex()
203 BIGNUM *Xp = NULL, *Xq = NULL; in RSA_X931_generate_key_ex() local
Dfips_rsagtest.c148 BIGNUM *Xq1 = NULL, *Xq2 = NULL, *Xq = NULL; in rsa_test() local
338 BIGNUM *Xq1, BIGNUM *Xq2, BIGNUM *Xq) in rsa_printkey2()
/freebsd-9-stable/crypto/openssl/crypto/bn/
Dbn_x931p.c199 int BN_X931_generate_Xpq(BIGNUM *Xp, BIGNUM *Xq, int nbits, BN_CTX *ctx) in BN_X931_generate_Xpq()
/freebsd-9-stable/contrib/llvm/lib/Analysis/
DDependenceAnalysis.cpp512 APInt Xq = Xtop; // these need to be initialized, even in intersectConstraints() local