Home
last modified time | relevance | path

Searched refs:bitsq (Results 1 – 2 of 2) sorted by relevance

/external/openssl/crypto/rsa/
Drsa_gen.c105 int bitsp,bitsq,ok= -1,n=0; in rsa_builtin_keygen() local
118 bitsq=bits-bitsp; in rsa_builtin_keygen()
153 if(!BN_generate_prime_ex(rsa->q, bitsq, 0, NULL, NULL, cb)) in rsa_builtin_keygen()
/external/chromium_org/third_party/boringssl/src/crypto/rsa/
Drsa_impl.c795 int bitsp, bitsq, ok = -1, n = 0; in keygen() local
812 bitsq = bits - bitsp; in keygen()
855 if (!BN_generate_prime_ex(rsa->q, bitsq, 0, NULL, NULL, cb)) in keygen()