HomeSort by relevance Sort by last modified time
    Searched refs:key_is_cert (Results 1 - 9 of 9) sorted by null

  /external/openssh/
auth2-hostbased.c 178 if (key_is_cert(key) &&
198 if (key_is_cert(key)) {
auth2-pubkey.c 281 found = key_new(key_is_cert(key) ? KEY_UNSPEC : key->type);
314 if (key_is_cert(key)) {
388 if (!key_is_cert(key) || options.trusted_user_ca_keys == NULL)
444 if (key_is_cert(key) && auth_key_is_revoked(key->cert->signature_key))
key.h 108 int key_is_cert(const Key *);
key.c 127 if (key_is_cert(k))
233 if (key_is_cert(k)) {
319 if (key_is_cert(a)) {
761 if (key_is_cert(ret)) {
762 if (!key_is_cert(k)) {
830 if (key_is_cert(key)) {
1240 if (key_is_cert(k))
1772 key_is_cert(const Key *k) function
    [all...]
hostfile.c 345 int is_cert = key_is_cert(k);
382 int want_cert = key_is_cert(k);
sshconnect.c 707 int r, want_cert = key_is_cert(host_key), host_ip_differ = 0;
757 want_cert = key_is_cert(host_key);
1119 if (!key_is_cert(host_key) && options.verify_host_key_dns &&
    [all...]
sshd.c 842 if (key_is_cert(key)) {
    [all...]
ssh.c     [all...]
ssh-keygen.c     [all...]

Completed in 199 milliseconds