Searched refs:tls_en (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/include/internal/ |
H A D | ktls.h | 58 * be encrypted and encapsulated in TLS records using the tls_en 63 * be authenticated and decrypted using the tls_en provided here. 65 static ossl_inline int ktls_start(int fd, ktls_crypto_info_t *tls_en, int is_tx) in ktls_start() argument 69 tls_en, sizeof(*tls_en)) ? 0 : 1; in ktls_start() 71 return setsockopt(fd, IPPROTO_TCP, TCP_RXTLS_ENABLE, tls_en, in ktls_start() 72 sizeof(*tls_en)) ? 0 : 1; in ktls_start() 79 * Send a TLS record using the tls_en provided in ktls_start and use 121 * Receive a TLS record using the tls_en provided in ktls_start. The
|
/third_party/openssl/include/internal/ |
H A D | ktls.h | 58 * be encrypted and encapsulated in TLS records using the tls_en 63 * be authenticated and decrypted using the tls_en provided here. 65 static ossl_inline int ktls_start(int fd, ktls_crypto_info_t *tls_en, int is_tx) in ktls_start() argument 69 tls_en, sizeof(*tls_en)) ? 0 : 1; in ktls_start() 71 return setsockopt(fd, IPPROTO_TCP, TCP_RXTLS_ENABLE, tls_en, in ktls_start() 72 sizeof(*tls_en)) ? 0 : 1; in ktls_start() 79 * Send a TLS record using the tls_en provided in ktls_start and use 121 * Receive a TLS record using the tls_en provided in ktls_start. The
|
Completed in 2 milliseconds