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