crypto/x509.SignatureAlgorithm.isRSAPSS (method)

5 uses

	crypto/x509 (current package)
		x509.go#L204: func (algo SignatureAlgorithm) isRSAPSS() bool {
		x509.go#L844: 		if algo.isRSAPSS() {
		x509.go#L2069: 			if requestedSigAlgo.isRSAPSS() {
		x509.go#L2220: 	if template.SignatureAlgorithm != 0 && template.SignatureAlgorithm.isRSAPSS() {
		x509.go#L2848: 	if template.SignatureAlgorithm.isRSAPSS() {