Searched defs:Xq (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rsa/ |
H A D | rsa_x931g.c | 22 const BIGNUM *Xq, const BIGNUM *e, BN_GENCB *cb) in RSA_X931_derive_ex() 148 BIGNUM *Xp = NULL, *Xq = NULL; in RSA_X931_generate_key_ex() local
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/rsa/ |
H A D | rsa_x931g.c | 28 const BIGNUM *Xq, const BIGNUM *e, BN_GENCB *cb) in RSA_X931_derive_ex() 155 BIGNUM *Xp = NULL, *Xq = NULL; in RSA_X931_generate_key_ex() local
|
H A D | rsa_sp800_56b_gen.c | 70 BIGNUM *Xq = NULL, *Xq1 = NULL, *Xq2 = NULL; in ossl_rsa_fips186_4_gen_prob_primes() local
|
H A D | rsa_local.h | 38 BIGNUM *Xq; member
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/ |
H A D | bn_x931p.c | 160 int BN_X931_generate_Xpq(BIGNUM *Xp, BIGNUM *Xq, int nbits, BN_CTX *ctx) in BN_X931_generate_Xpq()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/ |
H A D | bn_x931p.c | 162 int BN_X931_generate_Xpq(BIGNUM *Xp, BIGNUM *Xq, int nbits, BN_CTX *ctx) in BN_X931_generate_Xpq()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | DependenceAnalysis.cpp | 528 APInt Xq = Xtop; // these need to be initialized, even in intersectConstraints() local
|