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

  /external/chromium_org/third_party/tlslite/tlslite/utils/
openssl_rsakey.py 76 bio = m2.bio_new(m2.bio_s_mem())
113 bio = m2.bio_new(m2.bio_s_mem())
  /external/openssl/crypto/bio/
bss_bio.c 96 static int bio_new(BIO *bio);
115 bio_new,
145 static int bio_new(BIO *bio) function
796 bio1 = BIO_new(BIO_s_bio());
799 bio2 = BIO_new(BIO_s_bio());
  /external/chromium_org/third_party/boringssl/src/crypto/bio/
pair.c 81 static int bio_new(BIO *bio) { function
487 bio1 = BIO_new(BIO_s_bio());
491 bio2 = BIO_new(BIO_s_bio());
533 bio_puts, NULL /* no bio_gets */, bio_ctrl, bio_new,

Completed in 303 milliseconds