Home
last modified time | relevance | path

Searched refs:BIO_should_ktls_flag (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbss_sock.c192 return BIO_should_ktls_flag(b, 1) != 0; in sock_ctrl()
194 return BIO_should_ktls_flag(b, 0) != 0; in sock_ctrl()
H A Dbss_conn.c562 return BIO_should_ktls_flag(b, 1) != 0; in conn_ctrl()
564 return BIO_should_ktls_flag(b, 0) != 0; in conn_ctrl()
/third_party/openssl/crypto/bio/
H A Dbss_sock.c192 return BIO_should_ktls_flag(b, 1) != 0; in sock_ctrl()
194 return BIO_should_ktls_flag(b, 0) != 0; in sock_ctrl()
H A Dbss_conn.c562 return BIO_should_ktls_flag(b, 1) != 0; in conn_ctrl()
564 return BIO_should_ktls_flag(b, 0) != 0; in conn_ctrl()
/third_party/node/deps/openssl/openssl/include/internal/
H A Dbio.h58 # define BIO_should_ktls_flag(b, is_tx) \ macro
/third_party/openssl/include/internal/
H A Dbio.h58 # define BIO_should_ktls_flag(b, is_tx) \ macro

Completed in 4 milliseconds