Searched refs:BIO_s_core (Results 1 – 5 of 5) sorted by relevance
5 BIO_s_core, BIO_new_from_core_bio - OSSL_CORE_BIO functions11 const BIO_METHOD *BIO_s_core(void);17 BIO_s_core() returns the core BIO method function.23 should be wrapped using a BIO_s_core().25 Once a BIO is contructed based on BIO_s_core(), the associated OSSL_CORE_BIO32 based on BIO_s_core() and that is associated with the given library context. It37 BIO_s_core() return a core BIO B<BIO_METHOD> structure.45 BIO_s_core() and BIO_new_from_core_bio() were added in OpenSSL 3.0.
125 const BIO_METHOD *BIO_s_core(void) in BIO_s_core() function139 if ((outbio = BIO_new_ex(libctx, BIO_s_core())) == NULL) in BIO_new_from_core_bio()
650 DEPEND[html/man3/BIO_s_core.html]=man3/BIO_s_core.pod651 GENERATE[html/man3/BIO_s_core.html]=man3/BIO_s_core.pod652 DEPEND[man/man3/BIO_s_core.3]=man3/BIO_s_core.pod653 GENERATE[man/man3/BIO_s_core.3]=man3/BIO_s_core.pod2884 html/man3/BIO_s_core.html \3476 man/man3/BIO_s_core.3 \
662 const BIO_METHOD *BIO_s_core(void);
5408 BIO_s_core 5536 3_0_0 EXIST::FUNCTION:
Completed in 23 milliseconds