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

/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A Dbio_err.c69 # define ERR_FUNC(func) ERR_PACK(ERR_LIB_BIO,func,0)
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_BIO,0,reason)
/freebsd-9.3-release/crypto/openssl/crypto/err/
H A Derr.h129 # define ERR_LIB_BIO 32 macro
163 # define BIOerr(f,r) ERR_PUT_error(ERR_LIB_BIO,(f),(r),__FILE__,__LINE__)
221 # define ERR_R_BIO_LIB ERR_LIB_BIO/* 32 */
H A Derr_str.c140 {ERR_PACK(ERR_LIB_BIO, 0, 0), "BIO routines"},

Completed in 48 milliseconds