Searched refs:ssl_method_supports_version (Results 1 – 6 of 6) sorted by relevance
/external/rust/crates/quiche/deps/boringssl/src/ssl/ |
D | ssl_versions.cc | 72 bool ssl_method_supports_version(const SSL_PROTOCOL_METHOD *method, in ssl_method_supports_version() function 129 !ssl_method_supports_version(method, version)) { in set_version_bound() 266 if (!ssl_method_supports_version(ssl->method, version) || in ssl_supports_version()
|
D | handoff.cc | 584 if (!ssl_method_supports_version(ssl->method, ssl->version) || in SSL_apply_handback()
|
D | internal.h | 490 bool ssl_method_supports_version(const SSL_PROTOCOL_METHOD *method,
|
/external/boringssl/src/ssl/ |
D | ssl_versions.cc | 72 bool ssl_method_supports_version(const SSL_PROTOCOL_METHOD *method, in ssl_method_supports_version() function 129 !ssl_method_supports_version(method, version)) { in set_version_bound() 266 if (!ssl_method_supports_version(ssl->method, version) || in ssl_supports_version()
|
D | handoff.cc | 586 if (!ssl_method_supports_version(ssl->method, ssl->version) || in SSL_apply_handback()
|
D | internal.h | 488 bool ssl_method_supports_version(const SSL_PROTOCOL_METHOD *method,
|