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

/external/boringssl/src/crypto/bio/
H A Dbio.c467 /* bio_read_all reads everything from |bio| and prepends |prefix| to it. On
475 static int bio_read_all(BIO *bio, uint8_t **out, size_t *out_len, function
552 return bio_read_all(bio, out, out_len, header, kInitialHeaderLen,

Completed in 99 milliseconds