Searched refs:ERR_LIB_BIO (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/boringssl/src/crypto/bio/ |
D | bio_error.c | 20 {ERR_PACK(ERR_LIB_BIO, BIO_F_BIO_callback_ctrl, 0), "BIO_callback_ctrl"}, 21 {ERR_PACK(ERR_LIB_BIO, BIO_F_BIO_ctrl, 0), "BIO_ctrl"}, 22 {ERR_PACK(ERR_LIB_BIO, BIO_F_BIO_new, 0), "BIO_new"}, 23 {ERR_PACK(ERR_LIB_BIO, BIO_F_BIO_new_file, 0), "BIO_new_file"}, 24 {ERR_PACK(ERR_LIB_BIO, BIO_F_BIO_new_mem_buf, 0), "BIO_new_mem_buf"}, 25 {ERR_PACK(ERR_LIB_BIO, BIO_F_bio_ctrl, 0), "bio_ctrl"}, 26 {ERR_PACK(ERR_LIB_BIO, BIO_F_bio_io, 0), "bio_io"}, 27 …{ERR_PACK(ERR_LIB_BIO, BIO_F_bio_ip_and_port_to_socket_and_addr, 0), "bio_ip_and_port_to_socket_an… 28 {ERR_PACK(ERR_LIB_BIO, BIO_F_bio_make_pair, 0), "bio_make_pair"}, 29 {ERR_PACK(ERR_LIB_BIO, BIO_F_bio_write, 0), "bio_write"}, [all …]
|
/external/openssl/crypto/bio/ |
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)
|
/external/chromium_org/third_party/boringssl/src/include/openssl/ |
D | err.h | 384 ERR_LIB_BIO, enumerator 418 #define ERR_R_BIO_LIB ERR_LIB_BIO
|
/external/openssl/crypto/err/ |
D | err.h | 183 #define ERR_LIB_BIO 32 macro 219 #define BIOerr(f,r) ERR_PUT_error(ERR_LIB_BIO,(f),(r),__FILE__,__LINE__) 279 #define ERR_R_BIO_LIB ERR_LIB_BIO /* 32 */
|
D | err.c | 147 {ERR_PACK(ERR_LIB_BIO,0,0) ,"BIO routines"},
|
/external/openssl/include/openssl/ |
D | err.h | 183 #define ERR_LIB_BIO 32 macro 219 #define BIOerr(f,r) ERR_PUT_error(ERR_LIB_BIO,(f),(r),__FILE__,__LINE__) 279 #define ERR_R_BIO_LIB ERR_LIB_BIO /* 32 */
|