Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/include/internal/
H A Dbio.h49 * BIO_FLAGS_KTLS_RX means we are using ktls with this BIO for receiving.
52 # define BIO_FLAGS_KTLS_RX 0x2000 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.h49 * BIO_FLAGS_KTLS_RX means we are using ktls with this BIO for receiving.
52 # define BIO_FLAGS_KTLS_RX 0x2000 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 2 milliseconds