Home
last modified time | relevance | path

Searched refs:ossl_core_bio_new_mem_buf (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/openssl/openssl/include/internal/
H A Dbio.h77 OSSL_CORE_BIO *ossl_core_bio_new_mem_buf(const void *buf, int len);
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dossl_core_bio.c89 OSSL_CORE_BIO *ossl_core_bio_new_mem_buf(const void *buf, int len) in ossl_core_bio_new_mem_buf() function
/third_party/openssl/include/internal/
H A Dbio.h77 OSSL_CORE_BIO *ossl_core_bio_new_mem_buf(const void *buf, int len);
/third_party/openssl/crypto/bio/
H A Dossl_core_bio.c89 OSSL_CORE_BIO *ossl_core_bio_new_mem_buf(const void *buf, int len) in ossl_core_bio_new_mem_buf() function
/third_party/node/deps/openssl/openssl/crypto/
H A Dprovider_core.c1867 OSSL_FUNC_BIO_new_membuf_fn ossl_core_bio_new_mem_buf; variable
2123 { OSSL_FUNC_BIO_NEW_MEMBUF, (void (*)(void))ossl_core_bio_new_mem_buf },
/third_party/openssl/crypto/
H A Dprovider_core.c1865 OSSL_FUNC_BIO_new_membuf_fn ossl_core_bio_new_mem_buf; variable
2121 { OSSL_FUNC_BIO_NEW_MEMBUF, (void (*)(void))ossl_core_bio_new_mem_buf },

Completed in 7 milliseconds