Searched refs:ERR_LIB_PKCS12 (Results 1 – 4 of 4) sorted by relevance
/external/openssl/crypto/pkcs12/ |
D | pk12err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_PKCS12,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_PKCS12,0,reason)
|
/external/openssl/crypto/err/ |
D | err.h | 186 #define ERR_LIB_PKCS12 35 macro 222 #define PKCS12err(f,r) ERR_PUT_error(ERR_LIB_PKCS12,(f),(r),__FILE__,__LINE__) 282 #define ERR_R_PKCS12_LIB ERR_LIB_PKCS12 /* 35 */
|
D | err.c | 150 {ERR_PACK(ERR_LIB_PKCS12,0,0) ,"PKCS12 routines"},
|
/external/openssl/include/openssl/ |
D | err.h | 186 #define ERR_LIB_PKCS12 35 macro 222 #define PKCS12err(f,r) ERR_PUT_error(ERR_LIB_PKCS12,(f),(r),__FILE__,__LINE__) 282 #define ERR_R_PKCS12_LIB ERR_LIB_PKCS12 /* 35 */
|