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

  /external/boringssl/src/crypto/bio/
bio.c 276 void BIO_clear_flags(BIO *bio, int flags) {
  /external/boringssl/src/include/openssl/
bio.h 199 /* BIO_clear_flags ANDs |bio->flags| with the bitwise-complement of |flags|. */
200 OPENSSL_EXPORT void BIO_clear_flags(BIO *bio, int flags);
    [all...]

Completed in 179 milliseconds