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

  /external/openssh/
ssh-ecdsa.c 64 sshkey_type_plain(key->type) != KEY_ECDSA)
126 sshkey_type_plain(key->type) != KEY_ECDSA)
ssh-ed25519.c 51 sshkey_type_plain(key->type) != KEY_ED25519 ||
108 sshkey_type_plain(key->type) != KEY_ED25519 ||
key.h 53 #define key_type_plain sshkey_type_plain
ssh-dss.c 65 sshkey_type_plain(key->type) != KEY_DSA)
143 sshkey_type_plain(key->type) != KEY_DSA)
ssh-rsa.c 57 sshkey_type_plain(key->type) != KEY_RSA)
131 sshkey_type_plain(key->type) != KEY_RSA ||
sshkey.h 139 int sshkey_type_plain(int);
sshkey.c 167 return sshkey_ssh_name_from_type_nid(sshkey_type_plain(k->type),
329 sshkey_type_plain(int type) function
692 sshkey_type_plain(a->type) != sshkey_type_plain(b->type))
764 type = force_plain ? sshkey_type_plain(key->type) : key->type;
1305 if (sshkey_type_plain(type) == KEY_ECDSA &&
1342 if (sshkey_type_plain(type) == KEY_ECDSA &&
1359 if (sshkey_type_plain(ret->type) == KEY_RSA) {
    [all...]
ssh_api.c 508 sshkey_type_plain(ktype))) {
ssh-keygen.c 337 switch (sshkey_type_plain(k->type)) {
362 switch (sshkey_type_plain(k->type)) {
    [all...]
sshconnect2.c 136 sshkey_type_plain(ktype), NULL))
    [all...]

Completed in 56 milliseconds