Home
last modified time | relevance | path

Searched refs:is_tx (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/openssl/openssl/include/internal/
H A Dbio.h56 # define BIO_set_ktls_flag(b, is_tx) \
57 BIO_set_flags(b, (is_tx) ? BIO_FLAGS_KTLS_TX : BIO_FLAGS_KTLS_RX)
58 # define BIO_should_ktls_flag(b, is_tx) \
59 BIO_test_flags(b, (is_tx) ? BIO_FLAGS_KTLS_TX : BIO_FLAGS_KTLS_RX)
67 # define BIO_set_ktls(b, keyblob, is_tx) \
68 BIO_ctrl(b, BIO_CTRL_SET_KTLS, is_tx, keyblob)
H A Dktls.h65 static ossl_inline int ktls_start(int fd, ktls_crypto_info_t *tls_en, int is_tx) in ktls_start() argument
67 if (is_tx) in ktls_start()
285 int is_tx) in ktls_start()
287 return setsockopt(fd, SOL_TLS, is_tx ? TLS_TX : TLS_RX, in ktls_start()
284 ktls_start(int fd, ktls_crypto_info_t *crypto_info, int is_tx) ktls_start() argument
/third_party/openssl/include/internal/
H A Dbio.h56 # define BIO_set_ktls_flag(b, is_tx) \
57 BIO_set_flags(b, (is_tx) ? BIO_FLAGS_KTLS_TX : BIO_FLAGS_KTLS_RX)
58 # define BIO_should_ktls_flag(b, is_tx) \
59 BIO_test_flags(b, (is_tx) ? BIO_FLAGS_KTLS_TX : BIO_FLAGS_KTLS_RX)
67 # define BIO_set_ktls(b, keyblob, is_tx) \
68 BIO_ctrl(b, BIO_CTRL_SET_KTLS, is_tx, keyblob)
H A Dktls.h65 static ossl_inline int ktls_start(int fd, ktls_crypto_info_t *tls_en, int is_tx) in ktls_start() argument
67 if (is_tx) in ktls_start()
285 int is_tx) in ktls_start()
287 return setsockopt(fd, SOL_TLS, is_tx ? TLS_TX : TLS_RX, in ktls_start()
284 ktls_start(int fd, ktls_crypto_info_t *crypto_info, int is_tx) ktls_start() argument
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_dev.c336 uint8_t is_tx; in usb_fifo_create() local
342 is_tx = ((unsigned int)cpd->fflags & FWRITE) ? 1 : 0; in usb_fifo_create()
350 if (is_tx) { in usb_fifo_create()
381 if (is_tx) { in usb_fifo_create()
435 if (is_tx && in usb_fifo_create()
484 if (is_tx) { in usb_fifo_create()

Completed in 5 milliseconds