Searched refs:ERR_LIB_DH (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/dh/
H A Ddh_err.c69 # define ERR_FUNC(func) ERR_PACK(ERR_LIB_DH,func,0)
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_DH,0,reason)
/freebsd-9.3-release/crypto/openssl/crypto/err/
H A Derr.h111 # define ERR_LIB_DH 5 macro
151 # define DHerr(f,r) ERR_PUT_error(ERR_LIB_DH,(f),(r),__FILE__,__LINE__)
209 # define ERR_R_DH_LIB ERR_LIB_DH/* 5 */
H A Derr_str.c128 {ERR_PACK(ERR_LIB_DH, 0, 0), "Diffie-Hellman routines"},

Completed in 84 milliseconds