Searched refs:ERR_LIB_PEM (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/pem/
H A Dpem_err.c69 # define ERR_FUNC(func) ERR_PACK(ERR_LIB_PEM,func,0)
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_PEM,0,reason)
/freebsd-9.3-release/crypto/openssl/crypto/err/
H A Derr.h115 # define ERR_LIB_PEM 9 macro
155 # define PEMerr(f,r) ERR_PUT_error(ERR_LIB_PEM,(f),(r),__FILE__,__LINE__)
213 # define ERR_R_PEM_LIB ERR_LIB_PEM/* 9 */
H A Derr_str.c132 {ERR_PACK(ERR_LIB_PEM, 0, 0), "PEM routines"},
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dssl_rsa.c715 if (ERR_GET_LIB(err) == ERR_LIB_PEM

Completed in 120 milliseconds