Searched refs:supports_cipher (Results 1 – 2 of 2) sorted by relevance
/external/boringssl/src/ssl/ | ||
D | internal.h | 641 int (*supports_cipher)(const SSL_CIPHER *cipher); member |
D | ssl_cipher.c | 803 if (ssl_method->supports_cipher(cipher)) { in ssl_cipher_collect_ciphers() |