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

  /external/boringssl/src/ssl/
d1_both.c 696 BIO_set_flags(SSL_get_rbio(ssl), BIO_FLAGS_READ);
  /external/boringssl/src/include/openssl/
bio.h 204 /* BIO_set_retry_read sets the |BIO_FLAGS_READ| and |BIO_FLAGS_SHOULD_RETRY|
212 /* BIO_get_retry_flags gets the |BIO_FLAGS_READ|, |BIO_FLAGS_WRITE|,
216 /* BIO_clear_retry_flags clears the |BIO_FLAGS_READ|, |BIO_FLAGS_WRITE|,
744 #define BIO_FLAGS_READ 0x01
747 #define BIO_FLAGS_RWS (BIO_FLAGS_READ | BIO_FLAGS_WRITE | BIO_FLAGS_IO_SPECIAL
    [all...]

Completed in 1043 milliseconds