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

/freebsd-current/crypto/openssh/
H A Dssh-ed25519.c163 sshkey_type_plain(key->type) != KEY_ED25519 ||
219 sshkey_type_plain(key->type) != KEY_ED25519 ||
H A Dssh-ecdsa.c245 sshkey_type_plain(key->type) != KEY_ECDSA)
306 sshkey_type_plain(key->type) != KEY_ECDSA ||
H A Dssh-xmss.c218 sshkey_type_plain(key->type) != KEY_XMSS ||
291 sshkey_type_plain(key->type) != KEY_XMSS ||
H A Dssh-rsa.c345 sshkey_type_plain(key->type) != KEY_RSA)
413 sshkey_type_plain(key->type) != KEY_RSA)
487 sshkey_type_plain(key->type) != KEY_RSA ||
H A Dssh-dss.c277 sshkey_type_plain(key->type) != KEY_DSA)
343 sshkey_type_plain(key->type) != KEY_DSA ||
H A Dssh-ed25519-sk.c150 sshkey_type_plain(key->type) != KEY_ED25519_SK ||
H A Dsshkey.h229 int sshkey_type_plain(int);
H A Dsshkey.c247 return sshkey_ssh_name_from_type_nid(sshkey_type_plain(k->type),
426 switch (sshkey_type_plain(k->type)) {
437 sshkey_type_plain(int type) function
709 sshkey_type_plain(a->type) != sshkey_type_plain(b->type))
752 type = force_plain ? sshkey_type_plain(key->type) : key->type;
2059 sshkey_type_plain(impl->type), impl->nid);
2167 k->type = sshkey_type_plain(k->type);
3116 sshkey_type_plain(type) != sshkey_type_plain(pubke
[all...]
H A Dssh-ecdsa-sk.c256 sshkey_type_plain(key->type) != KEY_ECDSA_SK ||
H A Dserverloop.c691 if (sshkey_type_plain(sshkey_type_from_name(
727 if (sshkey_type_plain(key->type) == KEY_RSA) {
H A Dsshsig.c193 if (sshkey_type_plain(key->type) == KEY_RSA)
365 if (sshkey_type_plain(key->type) == KEY_RSA) {
H A Dauthfd.c391 if (alg != NULL && sshkey_type_plain(key->type) == KEY_RSA) {
H A Dssh_api.c550 sshkey_type_plain(ktype))) {
H A Dsshkey-xmss.c1090 if (sshkey_type_plain(k->type) == KEY_XMSS && state &&
1104 if (sshkey_type_plain(k->type) != KEY_XMSS)
H A Dhostfile.c368 sshkey_type_plain(keytype) == KEY_ECDSA &&
H A Dssh-sk.c656 type = sshkey_type_plain(key->type);
H A Dssh_namespace.h924 #define sshkey_type_plain Fssh_sshkey_type_plain macro
H A Dssh-add.c510 if (sshkey_type_plain(key->type) == KEY_RSA)
H A Dclientloop.c2366 if (sshkey_type_plain(sshkey_type_from_name(
2379 plaintype = sshkey_type_plain(ctx->keys[i]->type);
H A Dsshconnect2.c154 sshkey_type_plain(sshkey_type_from_name(best)),
193 sshkey_type_plain(ktype),
H A Dssh-keygen.c376 switch (sshkey_type_plain(k->type)) {
402 switch (sshkey_type_plain(k->type)) {

Completed in 402 milliseconds