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

/external/chromium_org/third_party/boringssl/src/crypto/bio/
H A Dbio_error.c20 {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_and_addr"},
28 {ERR_PACK(ERR_LIB_BIO, BIO_F_bio_make_pair, 0), "bio_make_pair"},
29 {ERR_PACK(ERR_LIB_BIO, BIO_F_bio_writ
[all...]
/external/openssl/crypto/bio/
H A Dbio_err.c68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_BIO,func,0)
69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_BIO,0,reason)
/external/openssl/crypto/err/
H A Derr.h183 #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 */
H A Derr.c147 {ERR_PACK(ERR_LIB_BIO,0,0) ,"BIO routines"},
/external/openssl/include/openssl/
H A Derr.h183 #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 */
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Derr.h384 ERR_LIB_BIO, enumerator in enum:__anon11666
418 #define ERR_R_BIO_LIB ERR_LIB_BIO

Completed in 147 milliseconds