Searched defs:BN_num_bits (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dbn.c228 unsigned BN_num_bits(const BIGNUM *bn) { function
239 return (BN_num_bits(bn) + 7) / 8;
/external/openssl/crypto/bn/
H A Dbn_lib.c229 int BN_num_bits(const BIGNUM *a) function

Completed in 30 milliseconds