Home | History | Annotate | Download | only in x509

Lines Matching refs:sigAlgo

331 		sigAlgo   SignatureAlgorithm
366 SignatureAlgorithm: test.sigAlgo,
446 if cert.SignatureAlgorithm != test.sigAlgo {
447 t.Errorf("%s: SignatureAlgorithm wasn't copied from template. Got %v, want %v", test.name, cert.SignatureAlgorithm, test.sigAlgo)
643 sigAlgo SignatureAlgorithm
660 if sa := cert.SignatureAlgorithm; sa != test.sigAlgo {
661 t.Errorf("%d: signature algorithm is %v, want %v", i, sa, test.sigAlgo)
896 sigAlgo SignatureAlgorithm
910 SignatureAlgorithm: test.sigAlgo,