HomeSort by: relevance | last modified time | path
    Searched defs:BIO_FLAGS_KTLS_TX_CTRL_MSG (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/include/internal/
bio.h 48 * 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
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)
  /src/crypto/external/apache2/openssl/dist/include/internal/
bio.h 50 * BIO_FLAGS_KTLS_TX_CTRL_MSG means we are about to send a ctrl message next.
55 #define BIO_FLAGS_KTLS_TX_CTRL_MSG 0x1000
66 BIO_set_flags(b, BIO_FLAGS_KTLS_TX_CTRL_MSG)
68 BIO_test_flags(b, BIO_FLAGS_KTLS_TX_CTRL_MSG)
70 BIO_clear_flags(b, BIO_FLAGS_KTLS_TX_CTRL_MSG)

Completed in 22 milliseconds