Searched defs:BIO_new (Results 1 - 2 of 2) sorted by relevance

/external/openssl/crypto/bio/
H A Dbio_lib.c66 BIO *BIO_new(BIO_METHOD *method) function
528 if ((new_bio=BIO_new(bio->method)) == NULL) goto err;
/external/chromium_org/third_party/boringssl/src/crypto/bio/
H A Dbio.c94 BIO *BIO_new(const BIO_METHOD *method) { function
97 OPENSSL_PUT_ERROR(BIO, BIO_new, ERR_R_MALLOC_FAILURE);

Completed in 1319 milliseconds