HomeSort by relevance Sort by last modified time
    Searched full:bitsq (Results 1 - 1 of 1) sorted by null

  /external/openssl/crypto/rsa/
rsa_gen.c 90 int bitsp,bitsq,ok= -1,n=0; local
103 bitsq=bits-bitsp;
138 if(!BN_generate_prime_ex(rsa->q, bitsq, 0, NULL, NULL, cb))

Completed in 528 milliseconds