Home
last modified time | relevance | path

Searched refs:ktls_configure_crypto (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/ssl/
H A Dktls.c123 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 Dt1_enc.c440 if (!ktls_configure_crypto(s, c, dd, rl_sequence, &crypto_info, in tls1_change_cipher_state()
H A Dtls13_enc.c734 if (!ktls_configure_crypto(s, cipher, ciph_ctx, rl_sequence, &crypto_info, in tls13_change_cipher_state()
H A Dssl_local.h2765 int ktls_configure_crypto(SSL *s, const EVP_CIPHER *c, EVP_CIPHER_CTX *dd,