Searched refs:bitsq (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rsa/
H A Drsa_gen.c88 int bitsp,bitsq,ok= -1,n=0; local
101 bitsq=bits-bitsp;
136 if(!BN_generate_prime_ex(rsa->q, bitsq, 0, NULL, NULL, cb))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rsa/
H A Drsa_gen.c110 int bitsp, bitsq, ok = -1, n = 0; local
125 bitsq = bits - bitsp;
170 if (!BN_generate_prime_ex(rsa->q, bitsq, 0, NULL, NULL, cb))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rsa/
H A Drsa_gen.c110 int bitsp, bitsq, ok = -1, n = 0; local
125 bitsq = bits - bitsp;
170 if (!BN_generate_prime_ex(rsa->q, bitsq, 0, NULL, NULL, cb))

Completed in 95 milliseconds