Searched refs:isSupportedSignatureAlgorithm (Results 1 – 2 of 2) sorted by relevance
37 if !isSupportedSignatureAlgorithm(sigAlg, peerSigAlgs) {70 …if version >= VersionTLS12 && !isSupportedSignatureAlgorithm(sigAlg, config.verifySignatureAlgorit…
1693 func isSupportedSignatureAlgorithm(sigAlg signatureAlgorithm, sigAlgs []signatureAlgorithm) bool { func