Home
last modified time | relevance | path

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

/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dtls_client_handshaker.cc42 if (crypto_config->tls_signature_algorithms().has_value()) { in TlsClientHandshaker()
44 crypto_config->tls_signature_algorithms()->c_str()); in TlsClientHandshaker()
/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
Dquic_crypto_client_config.h370 const absl::optional<std::string>& tls_signature_algorithms() const { in tls_signature_algorithms() function