Lines Matching full:serial
143 my $serial = 0;
159 $serial = graboct($ifh);
168 …cka_label ser #%d: distrust after %s, now: %s -> distrust $distrust\n", $serial, $distrust_after, …
175 return ($serial, $cka_label, $certdata);
181 my $serial;
194 $serial = graboct($ifh);
216 return ($serial, $cka_label, $trust);
227 my ($serial, $label, $certdata) = grabcert($inputfh);
228 if (defined $certs{$label."\0".$serial}) {
232 $certs{$label."\0".$serial} = $certdata;
235 $labels{$label."\0".$serial} = $label;
240 my ($serial, $label, $trust) = grabtrust($inputfh);
241 if (defined $trusts{$label."\0".$serial}) {
244 $trusts{$label."\0".$serial} = $trust;
245 $labels{$label."\0".$serial} = $label;