Home
last modified time | relevance | path

Searched refs:ERR_LIB_PKCS12 (Results 1 – 4 of 4) sorted by relevance

/external/openssl/crypto/pkcs12/
Dpk12err.c68 #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/
Derr.h186 #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 */
Derr.c150 {ERR_PACK(ERR_LIB_PKCS12,0,0) ,"PKCS12 routines"},
/external/openssl/include/openssl/
Derr.h186 #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 */