Home
last modified time | relevance | path

Searched defs:server_nonce (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
H A Dcrypto_server_test.cc698 absl::string_view server_nonce; in TEST_P() local
879 absl::string_view server_nonce; in TEST_P() local
918 absl::string_view server_nonce; in TEST_P() local
H A Dcrypto_handshake.h120 std::string server_nonce; member
H A Dcrypto_utils.cc406 absl::string_view server_nonce, absl::string_view pre_shared_key, in DeriveKeys()
H A Dquic_crypto_server_config.h57 absl::string_view server_nonce; member
H A Dquic_crypto_server_config.cc1851 uint8_t server_nonce[kServerNoncePlaintextSize]; in NewServerNonce() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
H A Dcrypto_test_utils_test.cc57 absl::string_view server_nonce() { return server_nonce_; } in server_nonce() function in quic::test::ShloVerifier