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

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

Completed in 72 milliseconds