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

/external/openssl/crypto/err/
H A Derr.h163 #define ERR_LIB_BN 3 macro
205 #define BNerr(f,r) ERR_PUT_error(ERR_LIB_BN,(f),(r),__FILE__,__LINE__)
265 #define ERR_R_BN_LIB ERR_LIB_BN /* 3 */
/external/openssl/include/openssl/
H A Derr.h163 #define ERR_LIB_BN 3 macro
205 #define BNerr(f,r) ERR_PUT_error(ERR_LIB_BN,(f),(r),__FILE__,__LINE__)
265 #define ERR_R_BN_LIB ERR_LIB_BN /* 3 */

Completed in 18 milliseconds