Searched refs:ERR_LIB_EC (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/ec/
H A Dec_cvt.c92 if (!(ERR_GET_LIB(err) == ERR_LIB_EC &&
H A Dec_err.c69 # define ERR_FUNC(func) ERR_PACK(ERR_LIB_EC,func,0)
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_EC,0,reason)
/freebsd-9.3-release/crypto/openssl/crypto/err/
H A Derr.h122 # define ERR_LIB_EC 16 macro
161 # define ECerr(f,r) ERR_PUT_error(ERR_LIB_EC,(f),(r),__FILE__,__LINE__)
219 # define ERR_R_EC_LIB ERR_LIB_EC/* 16 */
H A Derr_str.c138 {ERR_PACK(ERR_LIB_EC, 0, 0), "elliptic curve routines"},

Completed in 67 milliseconds