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 251 void BIO_clear_flags(BIO *bio, int flags) {
  /external/boringssl/src/include/openssl/
bio.h 198 // BIO_clear_flags ANDs |bio->flags| with the bitwise-complement of |flags|.
199 OPENSSL_EXPORT void BIO_clear_flags(BIO *bio, int flags);
    [all...]

Completed in 46 milliseconds