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

  /external/boringssl/src/include/openssl/
bio.h 202 // BIO_clear_flags ANDs |bio->flags| with the bitwise-complement of |flags|.
203 OPENSSL_EXPORT void BIO_clear_flags(BIO *bio, int flags);
    [all...]
  /external/boringssl/src/crypto/bio/
bio.c 265 void BIO_clear_flags(BIO *bio, int flags) {
  /external/grpc-grpc/src/core/tsi/
grpc_shadow_boringssl.h     [all...]

Completed in 442 milliseconds