Home
last modified time | relevance | path

Searched refs:supports_cipher (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/ssl/
Dinternal.h641 int (*supports_cipher)(const SSL_CIPHER *cipher); member
Dssl_cipher.c803 if (ssl_method->supports_cipher(cipher)) { in ssl_cipher_collect_ciphers()