Searched refs:sshkey_type_plain (Results 1 - 11 of 11) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dssh-ecdsa.c64 sshkey_type_plain(key->type) != KEY_ECDSA)
124 sshkey_type_plain(key->type) != KEY_ECDSA ||
H A Dssh-ed25519.c51 sshkey_type_plain(key->type) != KEY_ED25519 ||
108 sshkey_type_plain(key->type) != KEY_ED25519 ||
H A Dkey.h53 #define key_type_plain sshkey_type_plain
H A Dssh-dss.c65 sshkey_type_plain(key->type) != KEY_DSA)
142 sshkey_type_plain(key->type) != KEY_DSA ||
H A Dssh-rsa.c102 sshkey_type_plain(key->type) != KEY_RSA ||
174 sshkey_type_plain(key->type) != KEY_RSA ||
H A Dsshkey.h137 int sshkey_type_plain(int);
H A Dsshkey.c166 return sshkey_ssh_name_from_type_nid(sshkey_type_plain(k->type),
314 sshkey_type_plain(int type) function
663 sshkey_type_plain(a->type) != sshkey_type_plain(b->type))
739 type = force_plain ? sshkey_type_plain(key->type) : key->type;
1275 if (sshkey_type_plain(type) == KEY_ECDSA &&
1312 if (sshkey_type_plain(type) == KEY_ECDSA &&
1328 switch (sshkey_type_plain(ret->type)) {
2367 k->type = sshkey_type_plain(k->type);
H A Dssh_api.c512 sshkey_type_plain(ktype))) {
H A Dssh_namespace.h860 #define sshkey_type_plain Fssh_sshkey_type_plain macro
H A Dssh-keygen.c334 switch (sshkey_type_plain(k->type)) {
359 switch (sshkey_type_plain(k->type)) {
H A Dsshconnect2.c137 sshkey_type_plain(ktype), NULL))

Completed in 187 milliseconds