Home
last modified time | relevance | path

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

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