Home
last modified time | relevance | path

Searched refs:BIO_new_ex (Results 1 – 9 of 9) sorted by relevance

/freebsd-14-stable/crypto/openssl/doc/man3/
HDBIO_new.pod5 BIO_new_ex, BIO_new, BIO_up_ref, BIO_free, BIO_vfree, BIO_free_all
12 BIO *BIO_new_ex(OSSL_LIB_CTX *libctx, const BIO_METHOD *type);
21 The BIO_new_ex() function returns a new BIO using method B<type> associated with
25 The BIO_new() is the same as BIO_new_ex() except the default library context is
44 BIO_new_ex() and BIO_new() return a newly created BIO or NULL if the call fails.
62 BIO_new_ex() was added in OpenSSL 3.0.
HDBIO_s_core.pod29 construct it using BIO_new_ex(3).
/freebsd-14-stable/crypto/openssl/crypto/bio/
HDbss_core.c142 if ((outbio = BIO_new_ex(libctx, BIO_s_core())) == NULL) in BIO_new_from_core_bio()
HDbio_lib.c81 BIO *BIO_new_ex(OSSL_LIB_CTX *libctx, const BIO_METHOD *method) in BIO_new_ex() function
123 return BIO_new_ex(NULL, method); in BIO_new()
/freebsd-14-stable/crypto/openssl/include/openssl/
HDbio.h630 BIO *BIO_new_ex(OSSL_LIB_CTX *libctx, const BIO_METHOD *method);
HDbio.h.in607 BIO *BIO_new_ex(OSSL_LIB_CTX *libctx, const BIO_METHOD *method);
/freebsd-14-stable/secure/lib/libcrypto/
HDVersion.map4500 BIO_new_ex;
/freebsd-14-stable/secure/lib/libcrypto/man/man3/
HDMakefile873 MLINKS+= BIO_new.3 BIO_new_ex.3
/freebsd-14-stable/crypto/openssl/util/
HDlibcrypto.num5407 BIO_new_ex 5535 3_0_0 EXIST::FUNCTION: