Home
last modified time | relevance | path

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

/third_party/openssl/crypto/buffer/
Dbuffer.c48 if (a->flags & BUF_MEM_FLAG_SECURE) in BUF_MEM_free()
94 if ((str->flags & BUF_MEM_FLAG_SECURE)) in BUF_MEM_grow()
132 if ((str->flags & BUF_MEM_FLAG_SECURE)) in BUF_MEM_grow_clean()
/third_party/openssl/include/openssl/
Dbuffer.h45 # define BUF_MEM_FLAG_SECURE 0x01 macro
/third_party/openssl/doc/man3/
DBUF_MEM_new.pod32 The flag B<BUF_MEM_FLAG_SECURE> specifies that the B<data> pointer
/third_party/openssl/crypto/bio/
Dbss_mem.c143 return mem_init(bi, BUF_MEM_FLAG_SECURE); in secmem_new()