Home
last modified time | relevance | path

Searched refs:supportedSignatureAlgorithms (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/
Dhandshake_messages.go84 supportedSignatureAlgorithms []SignatureScheme member
202 if len(m.supportedSignatureAlgorithms) > 0 {
210 for _, sigAlgo := range m.supportedSignatureAlgorithms {
543 m.supportedSignatureAlgorithms = append(
544 m.supportedSignatureAlgorithms, SignatureScheme(sigAndAlg))
693 supportedSignatureAlgorithms: slices.Clone(m.supportedSignatureAlgorithms),
1225 supportedSignatureAlgorithms []SignatureScheme member
1252 if len(m.supportedSignatureAlgorithms) > 0 {
1256 for _, sigAlgo := range m.supportedSignatureAlgorithms {
1325 m.supportedSignatureAlgorithms = append(
[all …]
Dhandshake_server_tls13.go471 if len(hs.clientHello.supportedSignatureAlgorithms) == 0 {
484 …gAlg, err = selectSignatureScheme(c.vers, certificate, hs.clientHello.supportedSignatureAlgorithms)
586 len(ch.supportedSignatureAlgorithms) != len(ch1.supportedSignatureAlgorithms) ||
606 for i := range ch.supportedSignatureAlgorithms {
607 if ch.supportedSignatureAlgorithms[i] != ch1.supportedSignatureAlgorithms[i] {
720 certReq.supportedSignatureAlgorithms = supportedSignatureAlgorithms()
980 if !isSupportedSignatureAlgorithm(certVerify.signatureAlgorithm, supportedSignatureAlgorithms()) {
Dhandshake_messages_test.go174 m.supportedSignatureAlgorithms = supportedSignatureAlgorithms()
177 m.supportedSignatureAlgorithmsCert = supportedSignatureAlgorithms()
463 m.supportedSignatureAlgorithms = supportedSignatureAlgorithms()
466 m.supportedSignatureAlgorithmsCert = supportedSignatureAlgorithms()
Dhandshake_client.go132 hello.supportedSignatureAlgorithms = supportedSignatureAlgorithms()
135 hello.supportedSignatureAlgorithms = testingOnlyForceClientHelloSignatureAlgorithms
791 …eAlgorithm, err := selectSignatureScheme(c.vers, chainToSend, certReq.supportedSignatureAlgorithms)
1208 cri.SignatureSchemes = make([]SignatureScheme, 0, len(certReq.supportedSignatureAlgorithms))
1209 for _, sigScheme := range certReq.supportedSignatureAlgorithms {
Dhandshake_server.go613 certReq.supportedSignatureAlgorithms = supportedSignatureAlgorithms()
723 …sSupportedSignatureAlgorithm(certVerify.signatureAlgorithm, certReq.supportedSignatureAlgorithms) {
963 SignatureSchemes: clientHello.supportedSignatureAlgorithms,
Dcommon.go1615 func supportedSignatureAlgorithms() []SignatureScheme { func
1622 func isSupportedSignatureAlgorithm(sigAlg SignatureScheme, supportedSignatureAlgorithms []Signature…
1623 for _, s := range supportedSignatureAlgorithms {
Dkey_agreement.go209 …eAlgorithm, err = selectSignatureScheme(ka.version, cert, clientHello.supportedSignatureAlgorithms)
330 if !isSupportedSignatureAlgorithm(signatureAlgorithm, clientHello.supportedSignatureAlgorithms) {
Dhandshake_client_tls13.go684 if !isSupportedSignatureAlgorithm(certVerify.signatureAlgorithm, supportedSignatureAlgorithms()) {
777 SignatureSchemes: hs.certReq.supportedSignatureAlgorithms,
803 …natureAlgorithm, err = selectSignatureScheme(c.vers, cert, hs.certReq.supportedSignatureAlgorithms)
Dquic_test.go281 certReq.supportedSignatureAlgorithms = supportedSignatureAlgorithms()
Dauth_test.go156 for _, sigAlg := range supportedSignatureAlgorithms() {
Dboring_test.go308 for _, sigHash := range hello.supportedSignatureAlgorithms {
/aosp_15_r20/external/boringssl/src/ssl/test/runner/
H A Dcommon.go229 var supportedSignatureAlgorithms = []signatureAlgorithm{ var
2136 return supportedSignatureAlgorithms
2207 return supportedSignatureAlgorithms
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/
H A Dcommon.go226 var supportedSignatureAlgorithms = []signatureAlgorithm{ var
2122 return supportedSignatureAlgorithms
2193 return supportedSignatureAlgorithms