Searched refs:ktls_check_supported_cipher (Results 1 – 4 of 4) sorted by relevance
/openssl-master/ssl/ |
A D | ktls.c | 22 int ktls_check_supported_cipher(const SSL *s, const EVP_CIPHER *c, in ktls_check_supported_cipher() function 118 int ktls_check_supported_cipher(const SSL *s, const EVP_CIPHER *c, in ktls_check_supported_cipher() function
|
A D | t1_enc.c | 445 if (!ktls_check_supported_cipher(s, c, dd)) in tls1_change_cipher_state()
|
A D | tls13_enc.c | 705 if (!ktls_check_supported_cipher(s, cipher, ciph_ctx)) in tls13_change_cipher_state()
|
A D | ssl_local.h | 2754 int ktls_check_supported_cipher(const SSL *s, const EVP_CIPHER *c,
|
Completed in 17 milliseconds