Searched refs:ktls_check_supported_cipher (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssl/ssl/ |
H A D | ktls.c | 83 int ktls_check_supported_cipher(const SSL *s, const EVP_CIPHER *c, in ktls_check_supported_cipher() function 192 int ktls_check_supported_cipher(const SSL *s, const EVP_CIPHER *c, in ktls_check_supported_cipher() function
|
H A D | t1_enc.c | 409 if (!ktls_check_supported_cipher(s, c, dd)) in tls1_change_cipher_state()
|
H A D | tls13_enc.c | 709 if (!ktls_check_supported_cipher(s, cipher, ciph_ctx)) in tls13_change_cipher_state()
|
H A D | ssl_local.h | 2763 int ktls_check_supported_cipher(const SSL *s, const EVP_CIPHER *c,
|