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

  /external/boringssl/src/crypto/bio/
file.c 113 BIO_set_fp(ret, file, BIO_CLOSE);
199 b->shutdown = (int)num & BIO_CLOSE;
205 b->shutdown = (int)num & BIO_CLOSE;
296 return BIO_ctrl(bio, BIO_C_SET_FILENAME, BIO_CLOSE | BIO_FP_READ,
301 return BIO_ctrl(bio, BIO_C_SET_FILENAME, BIO_CLOSE | BIO_FP_WRITE,
306 return BIO_ctrl(bio, BIO_C_SET_FILENAME, BIO_CLOSE | BIO_FP_APPEND,
312 BIO_CLOSE | BIO_FP_READ | BIO_FP_WRITE, (char *)filename);
  /external/boringssl/src/tool/
server.cc 240 BIO *bio = BIO_new_socket(sock, BIO_CLOSE);
client.cc 214 bssl::UniquePtr<BIO> bio(BIO_new_socket(sock, BIO_CLOSE));
  /external/boringssl/src/include/openssl/
bio.h 462 * |close_flag| is |BIO_CLOSE|, then |fclose| will be called on |stream| when
470 /* BIO_set_fp sets the |FILE| for |bio|. If |close_flag| is |BIO_CLOSE| then
511 * write to the socket |fd|. If |close_flag| is |BIO_CLOSE| then closing the
603 /* BIO_NOCLOSE and |BIO_CLOSE| can be used as symbolic arguments when a "close
606 #define BIO_CLOSE 1
    [all...]

Completed in 63 milliseconds