Lines Matching defs:testVariant

95 type testVariant int
98 Normal testVariant = 0
99 EcPoint testVariant = 1
100 P1363 testVariant = 2
101 Webcrypto testVariant = 3
102 Asn1 testVariant = 4
103 Pem testVariant = 5
104 Jwk testVariant = 6
105 Skip testVariant = 7
108 func (variant testVariant) String() string {
578 run(string, testVariant) bool
817 func (wtg *wycheproofTestGroupAesCbcPkcs5) run(algorithm string, variant testVariant) bool {
1014 func (wtg *wycheproofTestGroupAesAead) run(algorithm string, variant testVariant) bool {
1089 func (wtg *wycheproofTestGroupAesCmac) run(algorithm string, variant testVariant) bool {
1358 func (wtg *wycheproofTestGroupChaCha) run(algorithm string, variant testVariant) bool {
1432 func runDSATest(dsa *C.DSA, md *C.EVP_MD, variant testVariant, wt *wycheproofTestDSA) bool {
1458 func (wtg *wycheproofTestGroupDSA) run(algorithm string, variant testVariant) bool {
1552 func runECDHTest(nid int, variant testVariant, wt *wycheproofTestECDH) bool {
1641 func (wtg *wycheproofTestGroupECDH) run(algorithm string, variant testVariant) bool {
1748 func (wtg *wycheproofTestGroupECDHWebCrypto) run(algorithm string, variant testVariant) bool {
1765 func runECDSATest(ecKey *C.EC_KEY, md *C.EVP_MD, nid int, variant testVariant, wt *wycheproofTestECDSA) bool {
1793 func (wtg *wycheproofTestGroupECDSA) run(algorithm string, variant testVariant) bool {
1895 func (wtg *wycheproofTestGroupECDSAWebCrypto) run(algorithm string, variant testVariant) bool {
1974 func (wtg *wycheproofTestGroupEdDSA) run(algorithm string, variant testVariant) bool {
2058 func (wtg *wycheproofTestGroupHkdf) run(algorithm string, variant testVariant) bool {
2107 func (wtg *wycheproofTestGroupHmac) run(algorithm string, variant testVariant) bool {
2195 func (wtg *wycheproofTestGroupKW) run(algorithm string, variant testVariant) bool {
2224 func (wtg *wycheproofTestGroupPrimality) run(algorithm string, variant testVariant) bool {
2280 func (wtg *wycheproofTestGroupRsaesOaep) run(algorithm string, variant testVariant) bool {
2371 func (wtg *wycheproofTestGroupRsaesPkcs1) run(algorithm string, variant testVariant) bool {
2452 func (wtg *wycheproofTestGroupRsassa) run(algorithm string, variant testVariant) bool {
2516 func (wtg *wycheproofTestGroupRSA) run(algorithm string, variant testVariant) bool {
2588 func (wtg *wycheproofTestGroupX25519) run(algorithm string, variant testVariant) bool {
2600 func testGroupFromAlgorithm(algorithm string, variant testVariant) wycheproofTestGroupRunner {
2647 func runTestVectors(path string, variant testVariant) bool {
2726 variant testVariant
2784 go func(tv string, variant testVariant) {