Home
last modified time | relevance | path

Searched refs:helloRetryRequestRandom (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/
Dhandshake_client_tls13.go81 if bytes.Equal(hs.serverHello.random, helloRetryRequestRandom) {
424 if bytes.Equal(hs.serverHello.random, helloRetryRequestRandom) {
Dcommon.go210 var helloRetryRequestRandom = []byte{ // See RFC 8446, Section 4.1.3. var
Dhandshake_server_tls13.go525 random: helloRetryRequestRandom,