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 constructed 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.
122 const BIO_METHOD *BIO_s_core(void) in BIO_s_core() function136 if ((outbio = BIO_new_ex(libctx, BIO_s_core())) == NULL) in BIO_new_from_core_bio()
654 DEPEND[html/man3/BIO_s_core.html]=man3/BIO_s_core.pod655 GENERATE[html/man3/BIO_s_core.html]=man3/BIO_s_core.pod656 DEPEND[man/man3/BIO_s_core.3]=man3/BIO_s_core.pod657 GENERATE[man/man3/BIO_s_core.3]=man3/BIO_s_core.pod3169 html/man3/BIO_s_core.html \3832 man/man3/BIO_s_core.3 \
770 const BIO_METHOD *BIO_s_core(void);
5408 BIO_s_core 5536 3_0_0 EXIST::FUNCTION:
Completed in 40 milliseconds