Return the BIO_METHOD for a secure-heap memory BIO.
Declared in <openssl/bio.h>
<openssl/bio.h>
BIO_METHOD const* BIO_s_secmem();
Like BIO_s_mem(), but buffers are allocated from the OpenSSL secure heap.
Pointer to the static secure-memory BIO method.