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

/freebsd-9.3-release/crypto/openssl/crypto/pkcs7/
H A Dpkcs7err.c69 # define ERR_FUNC(func) ERR_PACK(ERR_LIB_PKCS7,func,0)
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_PKCS7,0,reason)
/freebsd-9.3-release/crypto/openssl/crypto/err/
H A Derr.h130 # define ERR_LIB_PKCS7 33 macro
164 # define PKCS7err(f,r) ERR_PUT_error(ERR_LIB_PKCS7,(f),(r),__FILE__,__LINE__)
222 # define ERR_R_PKCS7_LIB ERR_LIB_PKCS7/* 33 */
H A Derr_str.c141 {ERR_PACK(ERR_LIB_PKCS7, 0, 0), "PKCS7 routines"},

Completed in 54 milliseconds