Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/
Dhandshake_client.go42 var testingOnlyForceClientHelloSignatureAlgorithms []SignatureScheme var
134 if testingOnlyForceClientHelloSignatureAlgorithms != nil {
135 hello.supportedSignatureAlgorithms = testingOnlyForceClientHelloSignatureAlgorithms
Dboring_test.go208 testingOnlyForceClientHelloSignatureAlgorithms = nil
216 testingOnlyForceClientHelloSignatureAlgorithms = []SignatureScheme{sigHash}