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

  /external/boringssl/src/crypto/bio/
bio.c 115 void BIO_vfree(BIO *bio) {
  /external/boringssl/src/include/openssl/
bio.h 94 // BIO_vfree performs the same actions as |BIO_free|, but has a void return
98 OPENSSL_EXPORT void BIO_vfree(BIO *bio);
    [all...]

Completed in 499 milliseconds