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

/freebsd-9.3-release/crypto/openssl/crypto/pkcs12/
H A Dpk12err.c69 # define ERR_FUNC(func) ERR_PACK(ERR_LIB_PKCS12,func,0)
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_PKCS12,0,reason)
/freebsd-9.3-release/crypto/openssl/crypto/err/
H A Derr.h132 # define ERR_LIB_PKCS12 35 macro
166 # define PKCS12err(f,r) ERR_PUT_error(ERR_LIB_PKCS12,(f),(r),__FILE__,__LINE__)
224 # define ERR_R_PKCS12_LIB ERR_LIB_PKCS12/* 35 */
H A Derr_str.c143 {ERR_PACK(ERR_LIB_PKCS12, 0, 0), "PKCS12 routines"},

Completed in 112 milliseconds