HomeSort by relevance Sort by last modified time
    Searched defs:BIO_new (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/bio/
bio_lib.c 66 BIO *BIO_new(BIO_METHOD *method)
528 if ((new_bio=BIO_new(bio->method)) == NULL) goto err;
  /external/openssl/crypto/bio/
bio_lib.c 66 BIO *BIO_new(BIO_METHOD *method)
528 if ((new_bio=BIO_new(bio->method)) == NULL) goto err;

Completed in 57 milliseconds