HomeSort by: relevance | last modified time | path
    Searched refs:ktls_start (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/include/internal/
ktls.h 65 static ossl_inline int ktls_start(int fd, ktls_crypto_info_t *tls_en, int is_tx) 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, 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.
  /src/crypto/external/bsd/openssl/dist/crypto/bio/
bss_sock.c 71 * changing the setsockopt to enable the processing of ktls_start.
187 ret = ktls_start(b->num, crypto_info, num);
bss_conn.c 217 * changing the setsockopt to enable the processing of ktls_start.
557 ret = ktls_start(b->num, crypto_info, num);
  /src/crypto/external/apache2/openssl/dist/include/internal/
ktls.h 70 static ossl_inline int ktls_start(int fd, ktls_crypto_info_t *tls_en, int is_tx) function
94 * Send a TLS record using the tls_en provided in ktls_start and use
136 * Receive a TLS record using the tls_en provided in ktls_start. The
307 static ossl_inline int ktls_start(int fd, ktls_crypto_info_t *crypto_info, function
337 * Send a TLS record using the crypto_info provided in ktls_start and use
392 * Receive a TLS record using the crypto_info provided in ktls_start.
  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bss_sock.c 222 ret = ktls_start(b->num, crypto_info, num);
bss_conn.c 688 ret = ktls_start(b->num, crypto_info, num);

Completed in 174 milliseconds