Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bio/
Dbss_mem.c292 case BIO_C_GET_BUF_MEM_PTR: in mem_ctrl()
/third_party/openssl/include/openssl/
Dbio.h308 # define BIO_C_GET_BUF_MEM_PTR 115 macro
465 # define BIO_get_mem_ptr(b,pp) BIO_ctrl(b,BIO_C_GET_BUF_MEM_PTR,0, \
/third_party/node/src/
Dnode_crypto_bio.cc194 case BIO_C_GET_BUF_MEM_PTR: in Ctrl()