Lines Matching refs:results
66 // Test that a given combination of parameters results in an error,
89 var results = [];
94 results.push({name: algorithmName, length: length});
98 results.push({name: algorithmName, hash: "SHA-256", modulusLength: 1024, publicExponent: publicExponent});
102 results.push({name: algorithmName, namedCurve: curveName});
106 return results;
116 var results = [];
128 results.push([illegalUsage]);
130 results.push(usageCombination.concat([illegalUsage]));
134 return results;