Searched defs:BN_is_one (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dcmp.c190 int BN_is_one(const BIGNUM *bn) { function
/external/openssl/crypto/bn/
H A Dbn.h408 #define BN_is_one(a) (BN_abs_is_word((a),1) && !(a)->neg) macro
/external/openssl/include/openssl/
H A Dbn.h408 #define BN_is_one(a) (BN_abs_is_word((a),1) && !(a)->neg) macro

Completed in 755 milliseconds