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

/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dbn.c266 int BN_is_negative(const BIGNUM *bn) { function
/external/openssl/crypto/bn/
H A Dbn.h461 /** BN_is_negative returns 1 if the BIGNUM is negative
465 #define BN_is_negative(a) ((a)->neg != 0) macro
/external/openssl/include/openssl/
H A Dbn.h461 /** BN_is_negative returns 1 if the BIGNUM is negative
465 #define BN_is_negative(a) ((a)->neg != 0) macro

Completed in 116 milliseconds