Searched refs:testCertRSA (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/ssl/test/runner/ |
D | runner.go | 105 testCertRSA testCert = iota const 156 id: testCertRSA, 8715 {"RSA-PKCS1-SHA1", signatureRSAPKCS1WithSHA1, testCertRSA}, 8716 {"RSA-PKCS1-SHA256", signatureRSAPKCS1WithSHA256, testCertRSA}, 8717 {"RSA-PKCS1-SHA384", signatureRSAPKCS1WithSHA384, testCertRSA}, 8718 {"RSA-PKCS1-SHA512", signatureRSAPKCS1WithSHA512, testCertRSA}, 8727 {"RSA-PSS-SHA256", signatureRSAPSSWithSHA256, testCertRSA}, 8728 {"RSA-PSS-SHA384", signatureRSAPSSWithSHA384, testCertRSA}, 8729 {"RSA-PSS-SHA512", signatureRSAPSSWithSHA512, testCertRSA}, 8732 {"RSA", 0, testCertRSA},
|