Home
last modified time | relevance | path

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

/external/chromium_org/third_party/boringssl/src/crypto/bio/
Dbio_mem.c293 static const BIO_METHOD mem_method = { variable
297 const BIO_METHOD *BIO_s_mem(void) { return &mem_method; } in BIO_s_mem()
302 if (bio->method != &mem_method) { in BIO_mem_contents()
/external/openssl/crypto/bio/
Dbss_mem.c71 static BIO_METHOD mem_method= variable
90 return(&mem_method); in BIO_s_mem()