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

  /external/openssh/
key.h 52 #define key_is_cert sshkey_is_cert
sshkey.h 137 int sshkey_is_cert(const struct sshkey *);
krl.c 370 if (sshkey_is_cert(kcopy)) {
429 if (!sshkey_is_cert(key))
    [all...]
sshkey.c 320 sshkey_is_cert(const struct sshkey *k) function
544 if (sshkey_is_cert(k)) {
659 if (sshkey_is_cert(k))
748 if (sshkey_is_cert(a)) {
1348 if (sshkey_is_cert(ret)) {
1349 if (!sshkey_is_cert(k)) {
    [all...]
authfile.c 529 (check_ca && sshkey_is_cert(key) &&
ssh_api.c 507 (sshkey_is_cert(k->key) && k->key->type ==
hostfile.c 310 int is_cert = sshkey_is_cert(k);
347 int want_cert = sshkey_is_cert(k);
sshconnect.c     [all...]
clientloop.c     [all...]
sshd.c 936 key->type == KEY_RSA1 || sshkey_is_cert(key))
    [all...]
ssh-keygen.c     [all...]

Completed in 6372 milliseconds