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

  /external/boringssl/src/crypto/bio/
bio.c 250 void BIO_set_flags(BIO *bio, int flags) {
303 BIO_set_flags(bio, BIO_get_retry_flags(bio->next_bio));
connect.c 235 BIO_set_flags(bio, (BIO_FLAGS_IO_SPECIAL | BIO_FLAGS_SHOULD_RETRY));
254 BIO_set_flags(bio, (BIO_FLAGS_IO_SPECIAL | BIO_FLAGS_SHOULD_RETRY));
  /external/boringssl/src/include/openssl/
bio.h 162 /* BIO_set_flags ORs |flags| with |bio->flags|. */
163 OPENSSL_EXPORT void BIO_set_flags(BIO *bio, int flags);
    [all...]
  /external/ipsec-tools/src/racoon/
crypto_openssl.c     [all...]

Completed in 386 milliseconds