Home
last modified time | relevance | path

Searched refs:ssl_cipher_allowed_in_tls_version_range (Results 1 – 3 of 3) sorted by relevance

/openbsd/lib/libssl/
H A Dssl_ciphers.c39 ssl_cipher_allowed_in_tls_version_range(const SSL_CIPHER *cipher, uint16_t min_ver, in ssl_cipher_allowed_in_tls_version_range() function
70 if (!ssl_cipher_allowed_in_tls_version_range(cipher, min_vers, in ssl_cipher_list_to_bytes()
H A Dssl_local.h1206 int ssl_cipher_allowed_in_tls_version_range(const SSL_CIPHER *cipher,
H A Dssl_lib.c1555 if (!ssl_cipher_allowed_in_tls_version_range(cipher, min_vers, in STACK_OF()