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

/freebsd-9.3-release/crypto/openssl/crypto/ecdh/
H A Dech_err.c69 # define ERR_FUNC(func) ERR_PACK(ERR_LIB_ECDH,func,0)
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_ECDH,0,reason)
/freebsd-9.3-release/crypto/openssl/crypto/err/
H A Derr.h140 # define ERR_LIB_ECDH 43 macro
174 # define ECDHerr(f,r) ERR_PUT_error(ERR_LIB_ECDH,(f),(r),__FILE__,__LINE__)
232 # define ERR_R_ECDH_LIB ERR_LIB_ECDH/* 43 */

Completed in 53 milliseconds