Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/include/internal/
H A Dbio.h48 * BIO_FLAGS_KTLS_TX_CTRL_MSG means we are about to send a ctrl message next.
51 # define BIO_FLAGS_KTLS_TX_CTRL_MSG 0x1000 macro
61 BIO_set_flags(b, BIO_FLAGS_KTLS_TX_CTRL_MSG)
63 BIO_test_flags(b, BIO_FLAGS_KTLS_TX_CTRL_MSG)
65 BIO_clear_flags(b, BIO_FLAGS_KTLS_TX_CTRL_MSG)
/third_party/openssl/include/internal/
H A Dbio.h48 * BIO_FLAGS_KTLS_TX_CTRL_MSG means we are about to send a ctrl message next.
51 # define BIO_FLAGS_KTLS_TX_CTRL_MSG 0x1000 macro
61 BIO_set_flags(b, BIO_FLAGS_KTLS_TX_CTRL_MSG)
63 BIO_test_flags(b, BIO_FLAGS_KTLS_TX_CTRL_MSG)
65 BIO_clear_flags(b, BIO_FLAGS_KTLS_TX_CTRL_MSG)

Completed in 2 milliseconds