HomeSort by relevance Sort by last modified time
    Searched refs:BIO_mem_contents (Results 1 - 5 of 5) sorted by null

  /external/boringssl/src/crypto/bio/
bio_mem.c 300 int BIO_mem_contents(const BIO *bio, const uint8_t **out_contents,
bio_test.cc 312 if (!BIO_mem_contents(bio.get(), &contents, &len)) {
313 fprintf(stderr, "BIO_mem_contents failed\n");
  /external/boringssl/src/include/openssl/
bio.h 386 /* BIO_mem_contents sets |*out_contents| to point to the current contents of
389 OPENSSL_EXPORT int BIO_mem_contents(const BIO *bio,
396 * WARNING: don't use this, use |BIO_mem_contents|. A return value of zero from
    [all...]
  /external/boringssl/src/ssl/
s3_enc.c 296 if (!BIO_mem_contents(s->s3->handshake_buffer, &hdata, &hdatalen)) {
s3_both.c 470 if (!BIO_mem_contents(s->s3->handshake_buffer, &hdata, &hdatalen)) {

Completed in 452 milliseconds