Home
last modified time | relevance | path

Searched refs:BIO_s_core (Results 1 – 5 of 5) sorted by relevance

/openssl-master/doc/man3/
A DBIO_s_core.pod5 BIO_s_core, BIO_new_from_core_bio - OSSL_CORE_BIO functions
11 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_BIO
32 based on BIO_s_core() and that is associated with the given library context. It
37 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.
/openssl-master/crypto/bio/
A Dbss_core.c125 const BIO_METHOD *BIO_s_core(void) in BIO_s_core() function
139 if ((outbio = BIO_new_ex(libctx, BIO_s_core())) == NULL) in BIO_new_from_core_bio()
/openssl-master/doc/
A Dbuild.info650 DEPEND[html/man3/BIO_s_core.html]=man3/BIO_s_core.pod
651 GENERATE[html/man3/BIO_s_core.html]=man3/BIO_s_core.pod
652 DEPEND[man/man3/BIO_s_core.3]=man3/BIO_s_core.pod
653 GENERATE[man/man3/BIO_s_core.3]=man3/BIO_s_core.pod
2884 html/man3/BIO_s_core.html \
3476 man/man3/BIO_s_core.3 \
/openssl-master/include/openssl/
A Dbio.h.in662 const BIO_METHOD *BIO_s_core(void);
/openssl-master/util/
A Dlibcrypto.num5408 BIO_s_core 5536 3_0_0 EXIST::FUNCTION:

Completed in 23 milliseconds