Home
last modified time | relevance | path

Searched refs:EncryptedClientHelloRejectionVerify (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/
Dcommon.go820 EncryptedClientHelloRejectionVerify func(ConnectionState) error member
910 EncryptedClientHelloRejectionVerify: c.EncryptedClientHelloRejectionVerify,
Dhandshake_client.go1093 if c.config.EncryptedClientHelloRejectionVerify != nil {
1094 if err := c.config.EncryptedClientHelloRejectionVerify(c.connectionStateLocked()); err != nil {
Dtls_test.go810 EncryptedClientHelloRejectionVerify: func(ConnectionState) error {
826 c2.EncryptedClientHelloRejectionVerify(ConnectionState{})
Dhandshake_client_test.go2869 cConfig.EncryptedClientHelloRejectionVerify = tc.encryptedClientHelloRejectionVerify
/aosp_15_r20/prebuilts/go/linux-x86/api/
Dgo1.23.txt17 pkg crypto/tls, type Config struct, EncryptedClientHelloRejectionVerify func(ConnectionState) error…