Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/bio/
H A Dbio_lib.c344 BIOerror(BIO_R_UNSUPPORTED_METHOD); in BIO_read()
401 BIOerror(BIO_R_UNSUPPORTED_METHOD); in BIO_write()
446 BIOerror(BIO_R_UNSUPPORTED_METHOD); in BIO_puts()
491 BIOerror(BIO_R_UNSUPPORTED_METHOD); in BIO_gets()
571 BIOerror(BIO_R_UNSUPPORTED_METHOD); in BIO_ctrl()
602 BIOerror(BIO_R_UNSUPPORTED_METHOD); in BIO_callback_ctrl()
H A Dbio_err.c104 {ERR_REASON(BIO_R_UNSUPPORTED_METHOD) , "unsupported method"},
H A Dbio.h710 #define BIO_R_UNSUPPORTED_METHOD 121 macro