Home
last modified time | relevance | path

Searched refs:is_cert (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/tools/
H A Dc_rehash.in161 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';
/freebsd/crypto/openssh/
H A Dhostfile.c318 int is_cert = sshkey_is_cert(k); in check_key_not_revoked() local
326 if (is_cert && k != NULL && in check_key_not_revoked()