Searched refs:ktls_start (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/openssl/openssl/include/internal/ |
H A D | ktls.h | 65 static ossl_inline int ktls_start(int fd, ktls_crypto_info_t *tls_en, int is_tx) in ktls_start() function 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 284 static ossl_inline int ktls_start(int fd, ktls_crypto_info_t *crypto_info, in ktls_start() function 292 * Send a TLS record using the crypto_info provided in ktls_start and use 348 * Receive a TLS record using the crypto_info provided in ktls_start.
|
/third_party/openssl/include/internal/ |
H A D | ktls.h | 65 static ossl_inline int ktls_start(int fd, ktls_crypto_info_t *tls_en, int is_tx) in ktls_start() function 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 284 static ossl_inline int ktls_start(int fd, ktls_crypto_info_t *crypto_info, in ktls_start() function 292 * Send a TLS record using the crypto_info provided in ktls_start and use 348 * Receive a TLS record using the crypto_info provided in ktls_start.
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bss_sock.c | 71 * changing the setsockopt to enable the processing of ktls_start. in BIO_new_socket() 187 ret = ktls_start(b->num, crypto_info, num); in sock_ctrl()
|
H A D | bss_conn.c | 217 * changing the setsockopt to enable the processing of ktls_start. in conn_state() 557 ret = ktls_start(b->num, crypto_info, num); in conn_ctrl()
|
/third_party/openssl/crypto/bio/ |
H A D | bss_sock.c | 71 * changing the setsockopt to enable the processing of ktls_start. in BIO_new_socket() 187 ret = ktls_start(b->num, crypto_info, num); in sock_ctrl()
|
H A D | bss_conn.c | 217 * changing the setsockopt to enable the processing of ktls_start. in conn_state() 557 ret = ktls_start(b->num, crypto_info, num); in conn_ctrl()
|
Completed in 4 milliseconds