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

/external/chromium_org/third_party/openssl/openssl/crypto/ec/
H A Dec_cvt.c118 if (!(ERR_GET_LIB(err) == ERR_LIB_EC &&
H A Dec_err.c68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_EC,func,0)
69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_EC,0,reason)
/external/openssl/crypto/ec/
H A Dec_cvt.c118 if (!(ERR_GET_LIB(err) == ERR_LIB_EC &&
H A Dec_err.c68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_EC,func,0)
69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_EC,0,reason)
/external/chromium_org/third_party/openssl/openssl/crypto/err/
H A Derr.h176 #define ERR_LIB_EC 16 macro
217 #define ECerr(f,r) ERR_PUT_error(ERR_LIB_EC,(f),(r),__FILE__,__LINE__)
277 #define ERR_R_EC_LIB ERR_LIB_EC /* 16 */
H A Derr.c145 {ERR_PACK(ERR_LIB_EC,0,0) ,"elliptic curve routines"},
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Derr.h176 #define ERR_LIB_EC 16 macro
217 #define ECerr(f,r) ERR_PUT_error(ERR_LIB_EC,(f),(r),__FILE__,__LINE__)
277 #define ERR_R_EC_LIB ERR_LIB_EC /* 16 */
/external/openssl/crypto/err/
H A Derr.h176 #define ERR_LIB_EC 16 macro
217 #define ECerr(f,r) ERR_PUT_error(ERR_LIB_EC,(f),(r),__FILE__,__LINE__)
277 #define ERR_R_EC_LIB ERR_LIB_EC /* 16 */
H A Derr.c145 {ERR_PACK(ERR_LIB_EC,0,0) ,"elliptic curve routines"},
/external/openssl/include/openssl/
H A Derr.h176 #define ERR_LIB_EC 16 macro
217 #define ECerr(f,r) ERR_PUT_error(ERR_LIB_EC,(f),(r),__FILE__,__LINE__)
277 #define ERR_R_EC_LIB ERR_LIB_EC /* 16 */

Completed in 84 milliseconds