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

/freebsd-9.3-release/crypto/openssl/crypto/evp/
H A Devp_err.c69 # define ERR_FUNC(func) ERR_PACK(ERR_LIB_EVP,func,0)
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_EVP,0,reason)
/freebsd-9.3-release/crypto/openssl/crypto/err/
H A Derr.h112 # define ERR_LIB_EVP 6 macro
152 # define EVPerr(f,r) ERR_PUT_error(ERR_LIB_EVP,(f),(r),__FILE__,__LINE__)
210 # define ERR_R_EVP_LIB ERR_LIB_EVP/* 6 */
H A Derr_str.c129 {ERR_PACK(ERR_LIB_EVP, 0, 0), "digital envelope routines"},

Completed in 63 milliseconds