Searched refs:ERR_LIB_PKCS7 (Results 1 – 4 of 4) sorted by relevance
/external/openssl/crypto/pkcs7/ |
D | pkcs7err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_PKCS7,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_PKCS7,0,reason)
|
/external/openssl/crypto/err/ |
D | err.h | 184 #define ERR_LIB_PKCS7 33 macro 220 #define PKCS7err(f,r) ERR_PUT_error(ERR_LIB_PKCS7,(f),(r),__FILE__,__LINE__) 280 #define ERR_R_PKCS7_LIB ERR_LIB_PKCS7 /* 33 */
|
D | err.c | 148 {ERR_PACK(ERR_LIB_PKCS7,0,0) ,"PKCS7 routines"},
|
/external/openssl/include/openssl/ |
D | err.h | 184 #define ERR_LIB_PKCS7 33 macro 220 #define PKCS7err(f,r) ERR_PUT_error(ERR_LIB_PKCS7,(f),(r),__FILE__,__LINE__) 280 #define ERR_R_PKCS7_LIB ERR_LIB_PKCS7 /* 33 */
|