Searched refs:ERR_LIB_BIO (Results 1 – 3 of 3) sorted by relevance
| /onnv-gate/usr/src/common/openssl/crypto/bio/ |
| H A D | bio_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_BIO,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_BIO,0,reason)
|
| /onnv-gate/usr/src/common/openssl/crypto/err/ |
| H A D | err.h | 130 #define ERR_LIB_BIO 32 macro 161 #define BIOerr(f,r) ERR_PUT_error(ERR_LIB_BIO,(f),(r),__FILE__,__LINE__) 216 #define ERR_R_BIO_LIB ERR_LIB_BIO /* 32 */
|
| H A D | err.c | 144 {ERR_PACK(ERR_LIB_BIO,0,0) ,"BIO routines"},
|