Home
last modified time | relevance | path

Searched refs:ssl_cipher_is_deprecated (Results 1 – 9 of 9) sorted by relevance

/external/cronet/tot/third_party/boringssl/src/ssl/
Dssl_cipher.cc768 bool ssl_cipher_is_deprecated(const SSL_CIPHER *cipher) { in ssl_cipher_is_deprecated() function
844 (!alias->include_deprecated && ssl_cipher_is_deprecated(cp))) { in ssl_cipher_apply_rule()
Dinternal.h1017 OPENSSL_EXPORT bool ssl_cipher_is_deprecated(const SSL_CIPHER *cipher);
Dssl_test.cc603 EXPECT_FALSE(ssl_cipher_is_deprecated(cipher)); in TEST()
/external/cronet/stable/third_party/boringssl/src/ssl/
Dssl_cipher.cc768 bool ssl_cipher_is_deprecated(const SSL_CIPHER *cipher) { in ssl_cipher_is_deprecated() function
844 (!alias->include_deprecated && ssl_cipher_is_deprecated(cp))) { in ssl_cipher_apply_rule()
Dinternal.h1017 OPENSSL_EXPORT bool ssl_cipher_is_deprecated(const SSL_CIPHER *cipher);
Dssl_test.cc603 EXPECT_FALSE(ssl_cipher_is_deprecated(cipher)); in TEST()
/external/boringssl/src/ssl/
Dssl_cipher.cc637 bool ssl_cipher_is_deprecated(const SSL_CIPHER *cipher) { in ssl_cipher_is_deprecated() function
713 (!alias->include_deprecated && ssl_cipher_is_deprecated(cp))) { in ssl_cipher_apply_rule()
Dinternal.h843 OPENSSL_EXPORT bool ssl_cipher_is_deprecated(const SSL_CIPHER *cipher);
Dssl_test.cc603 EXPECT_FALSE(ssl_cipher_is_deprecated(cipher)); in TEST()