Home
last modified time | relevance | path

Searched refs:BIO_should_ktls_flag (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/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()
/freebsd/crypto/openssl/include/internal/
H A Dbio.h58 # define BIO_should_ktls_flag(b, is_tx) \ macro