Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/pkcs7/
H A Dpkcs7err.c65 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_PKCS7,func,0)
66 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_PKCS7,0,reason)
/dragonfly/crypto/libressl/include/openssl/
H A Derr.h181 #define ERR_LIB_PKCS7 33 macro
220 #define PKCS7err(f,r) ERR_PUT_error(ERR_LIB_PKCS7,(f),(r),__FILE__,__LINE__)
259 #define PKCS7error(r) ERR_PUT_error(ERR_LIB_PKCS7,(0xfff),(r),__FILE__,__LINE__)
321 #define ERR_R_PKCS7_LIB ERR_LIB_PKCS7 /* 33 */
/dragonfly/crypto/libressl/crypto/err/
H A Derr.c150 {ERR_PACK(ERR_LIB_PKCS7,0,0), "PKCS7 routines"},