Searched refs:is_cert (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssl/dist/tools/ |
| H A D | c_rehash.in | 161 my ($is_cert, $is_crl) = (0,0); 169 $is_cert = 1; 173 last if ($is_cert); 178 return ($is_cert, $is_crl); 217 my $is_cert = $type eq 'cert'; 220 $is_cert ? "x509" : "crl", 221 $is_cert ? $x509hash : $crlhash, 225 $hash =~ s/^.*=// if !$is_cert; 232 my $crlmark = $is_cert ? "" : "r"; 236 my $what = $is_cert ? 'certificate' : 'CRL';
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/tools/ |
| H A D | c_rehash.in | 161 my ($is_cert, $is_crl) = (0,0); 169 $is_cert = 1; 173 last if ($is_cert); 178 return ($is_cert, $is_crl); 217 my $is_cert = $type eq 'cert'; 220 $is_cert ? "x509" : "crl", 221 $is_cert ? $x509hash : $crlhash, 231 my $crlmark = $is_cert ? "" : "r"; 235 my $what = $is_cert ? 'certificate' : 'CRL';
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | hostfile.c | 319 int is_cert = sshkey_is_cert(k); in check_key_not_revoked() local 327 if (is_cert && k != NULL && in check_key_not_revoked()
|