Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dcommon.go2081 func checkRSAPSSSupport(support RSAPSSSupport, sigAlgs, sigAlgsCert []signatureAlgorithm) error { func
Dhandshake_client.go903 …if err := checkRSAPSSSupport(c.config.Bugs.ExpectRSAPSSSupport, certReq.signatureAlgorithms, certR…
1260 …if err := checkRSAPSSSupport(c.config.Bugs.ExpectRSAPSSSupport, certReq.signatureAlgorithms, certR…
Dhandshake_server.go360 …if err := checkRSAPSSSupport(config.Bugs.ExpectRSAPSSSupport, hs.clientHello.signatureAlgorithms, …