Lines Matching refs:Key
235 my $Key = $doc->createElement("perfTestResult");
237 $Key->setAttribute("test"=> $testname);
238 $Key->setAttribute("iterations"=>1000);
239 $Key->setAttribute("time"=>$iKeyGen);
240 $root->appendChild($Key);
249 my $Key = $doc->createElement("perfTestResult");
251 $Key->setAttribute("test"=>$testname);
252 $Key->setAttribute("iterations"=>1000);
253 $Key->setAttribute("time"=>$wKeyGen);
254 $root->appendChild($Key);
444 # Do a key-generation test and return the time and key length/char values.