Searched refs:ktls_configure_crypto (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssl/ssl/ |
H A D | ktls.c | 123 int ktls_configure_crypto(SSL *s, const EVP_CIPHER *c, EVP_CIPHER_CTX *dd, in ktls_configure_crypto() function 231 int ktls_configure_crypto(SSL *s, const EVP_CIPHER *c, EVP_CIPHER_CTX *dd, in ktls_configure_crypto() function
|
H A D | t1_enc.c | 440 if (!ktls_configure_crypto(s, c, dd, rl_sequence, &crypto_info, in tls1_change_cipher_state()
|
H A D | tls13_enc.c | 734 if (!ktls_configure_crypto(s, cipher, ciph_ctx, rl_sequence, &crypto_info, in tls13_change_cipher_state()
|
H A D | ssl_local.h | 2765 int ktls_configure_crypto(SSL *s, const EVP_CIPHER *c, EVP_CIPHER_CTX *dd,
|