Home
last modified time | relevance | path

Searched refs:ERR_LIB_ECDH (Results 1 – 2 of 2) sorted by relevance

/dragonfly/crypto/libressl/crypto/ecdh/
H A Dech_err.c65 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_ECDH,func,0)
66 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_ECDH,0,reason)
/dragonfly/crypto/libressl/include/openssl/
H A Derr.h191 #define ERR_LIB_ECDH 43 macro
230 #define ECDHerr(f,r) ERR_PUT_error(ERR_LIB_ECDH,(f),(r),__FILE__,__LINE__)
269 #define ECDHerror(r) ERR_PUT_error(ERR_LIB_ECDH,(0xfff),(r),__FILE__,__LINE__)
331 #define ERR_R_ECDH_LIB ERR_LIB_ECDH /* 43 */