Home
last modified time | relevance | path

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

/openssl/doc/man3/
H A DBIO_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.
H A DBIO_s_core.pod29 construct it using BIO_new_ex(3).
/openssl/crypto/bio/
H A Dbss_core.c136 if ((outbio = BIO_new_ex(libctx, BIO_s_core())) == NULL) in BIO_new_from_core_bio()
H A Dbio_lib.c81 BIO *BIO_new_ex(OSSL_LIB_CTX *libctx, const BIO_METHOD *method) in BIO_new_ex() function
116 return BIO_new_ex(NULL, method); in BIO_new()
/openssl/include/openssl/
H A Dbio.h.in702 BIO *BIO_new_ex(OSSL_LIB_CTX *libctx, const BIO_METHOD *method);
/openssl/util/
H A Dlibcrypto.num5407 BIO_new_ex 5535 3_0_0 EXIST::FUNCTION:

Completed in 62 milliseconds