Home
last modified time | relevance | path

Searched refs:BIO_FLAGS_KTLS_TX (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/include/internal/
H A Dbio.h47 * BIO_FLAGS_KTLS_TX means we are using ktls with this BIO for sending.
53 # define BIO_FLAGS_KTLS_TX 0x4000 macro
57 BIO_set_flags(b, (is_tx) ? BIO_FLAGS_KTLS_TX : BIO_FLAGS_KTLS_RX)
59 BIO_test_flags(b, (is_tx) ? BIO_FLAGS_KTLS_TX : BIO_FLAGS_KTLS_RX)
/third_party/openssl/include/internal/
H A Dbio.h47 * BIO_FLAGS_KTLS_TX means we are using ktls with this BIO for sending.
53 # define BIO_FLAGS_KTLS_TX 0x4000 macro
57 BIO_set_flags(b, (is_tx) ? BIO_FLAGS_KTLS_TX : BIO_FLAGS_KTLS_RX)
59 BIO_test_flags(b, (is_tx) ? BIO_FLAGS_KTLS_TX : BIO_FLAGS_KTLS_RX)

Completed in 1 milliseconds