Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/bio/
Dbio.c73 static int bio_set(BIO *bio, const BIO_METHOD *method) { in bio_set() function
97 if (!bio_set(ret, method)) { in BIO_new()