Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssl/dist/crypto/bio/
Dossl_core_bio.c70 static OSSL_CORE_BIO *core_bio_new_from_new_bio(BIO *bio) in core_bio_new_from_new_bio() function
86 return core_bio_new_from_new_bio(BIO_new_file(filename, mode)); in ossl_core_bio_new_file()
91 return core_bio_new_from_new_bio(BIO_new_mem_buf(buf, len)); in ossl_core_bio_new_mem_buf()