Searched refs:BIO_R_UNSUPPORTED_METHOD (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/crypto/bio/ |
D | bio_lib.c | 256 BIOerr(BIO_F_BIO_READ_INTERN, BIO_R_UNSUPPORTED_METHOD); in bio_read_intern() 329 BIOerr(BIO_F_BIO_WRITE_INTERN, BIO_R_UNSUPPORTED_METHOD); in bio_write_intern() 393 BIOerr(BIO_F_BIO_PUTS, BIO_R_UNSUPPORTED_METHOD); in BIO_puts() 438 BIOerr(BIO_F_BIO_GETS, BIO_R_UNSUPPORTED_METHOD); in BIO_gets() 518 BIOerr(BIO_F_BIO_CTRL, BIO_R_UNSUPPORTED_METHOD); in BIO_ctrl() 546 BIOerr(BIO_F_BIO_CALLBACK_CTRL, BIO_R_UNSUPPORTED_METHOD); in BIO_callback_ctrl()
|
D | bio_err.c | 125 {ERR_PACK(ERR_LIB_BIO, 0, BIO_R_UNSUPPORTED_METHOD), "unsupported method"},
|
/third_party/openssl/include/openssl/ |
D | bioerr.h | 119 # define BIO_R_UNSUPPORTED_METHOD 121 macro
|
/third_party/python/Modules/ |
D | _ssl_data.h | 832 #ifdef BIO_R_UNSUPPORTED_METHOD 833 {"UNSUPPORTED_METHOD", ERR_LIB_BIO, BIO_R_UNSUPPORTED_METHOD},
|
D | _ssl_data_111.h | 893 #ifdef BIO_R_UNSUPPORTED_METHOD 894 {"UNSUPPORTED_METHOD", ERR_LIB_BIO, BIO_R_UNSUPPORTED_METHOD},
|
D | _ssl_data_300.h | 943 #ifdef BIO_R_UNSUPPORTED_METHOD 944 {"UNSUPPORTED_METHOD", ERR_LIB_BIO, BIO_R_UNSUPPORTED_METHOD},
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 1927 BIO_R_UNSUPPORTED_METHOD:121:unsupported method
|