HomeSort by: relevance | last modified time | path
    Searched refs:is_cert (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/tools/
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);
218 my $is_cert = $type eq 'cert';
221 $is_cert ? "x509" : "crl",
222 $is_cert ? $x509hash : $crlhash,
226 $hash =~ s/^.*=// if !$is_cert;
233 my $crlmark = $is_cert ? "" : "r";
237 my $what = $is_cert ? 'certificate' : 'CRL'
    [all...]
  /src/crypto/external/bsd/openssl/dist/tools/
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'
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/tools/
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';
  /src/crypto/external/bsd/openssh/dist/
hostfile.c 320 int is_cert = sshkey_is_cert(k); local
328 if (is_cert && k != NULL &&

Completed in 26 milliseconds