Home
last modified time | relevance | path

Searched refs:BIO_R_UNSUPPORTED_METHOD (Results 1 – 7 of 7) sorted by relevance

/third_party/openssl/crypto/bio/
Dbio_lib.c256 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()
Dbio_err.c125 {ERR_PACK(ERR_LIB_BIO, 0, BIO_R_UNSUPPORTED_METHOD), "unsupported method"},
/third_party/openssl/include/openssl/
Dbioerr.h119 # define BIO_R_UNSUPPORTED_METHOD 121 macro
/third_party/python/Modules/
D_ssl_data.h832 #ifdef BIO_R_UNSUPPORTED_METHOD
833 {"UNSUPPORTED_METHOD", ERR_LIB_BIO, BIO_R_UNSUPPORTED_METHOD},
D_ssl_data_111.h893 #ifdef BIO_R_UNSUPPORTED_METHOD
894 {"UNSUPPORTED_METHOD", ERR_LIB_BIO, BIO_R_UNSUPPORTED_METHOD},
D_ssl_data_300.h943 #ifdef BIO_R_UNSUPPORTED_METHOD
944 {"UNSUPPORTED_METHOD", ERR_LIB_BIO, BIO_R_UNSUPPORTED_METHOD},
/third_party/openssl/crypto/err/
Dopenssl.txt1927 BIO_R_UNSUPPORTED_METHOD:121:unsupported method