Searched defs:BIO_new (Results 1 - 1 of 1) 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;

Completed in 125 milliseconds