Symbol: sshkey_type_plain
crypto/openssh/authfd.c
391
if (alg != NULL && sshkey_type_plain(key->type) == KEY_RSA) {
crypto/openssh/clientloop.c
2349
if (sshkey_type_plain(sshkey_type_from_name(
crypto/openssh/clientloop.c
2362
plaintype = sshkey_type_plain(ctx->keys[i]->type);
crypto/openssh/hostfile.c
368
sshkey_type_plain(keytype) == KEY_ECDSA &&
crypto/openssh/serverloop.c
658
if (sshkey_type_plain(sshkey_type_from_name(
crypto/openssh/serverloop.c
694
if (sshkey_type_plain(key->type) == KEY_RSA) {
crypto/openssh/ssh-add.c
510
if (sshkey_type_plain(key->type) == KEY_RSA)
crypto/openssh/ssh-dss.c
277
sshkey_type_plain(key->type) != KEY_DSA)
crypto/openssh/ssh-dss.c
343
sshkey_type_plain(key->type) != KEY_DSA ||
crypto/openssh/ssh-ecdsa-sk.c
256
sshkey_type_plain(key->type) != KEY_ECDSA_SK ||
crypto/openssh/ssh-ecdsa.c
245
sshkey_type_plain(key->type) != KEY_ECDSA)
crypto/openssh/ssh-ecdsa.c
306
sshkey_type_plain(key->type) != KEY_ECDSA ||
crypto/openssh/ssh-ed25519-sk.c
150
sshkey_type_plain(key->type) != KEY_ED25519_SK ||
crypto/openssh/ssh-ed25519.c
163
sshkey_type_plain(key->type) != KEY_ED25519 ||
crypto/openssh/ssh-ed25519.c
219
sshkey_type_plain(key->type) != KEY_ED25519 ||
crypto/openssh/ssh-keygen.c
376
switch (sshkey_type_plain(k->type)) {
crypto/openssh/ssh-keygen.c
402
switch (sshkey_type_plain(k->type)) {
crypto/openssh/ssh-rsa.c
345
sshkey_type_plain(key->type) != KEY_RSA)
crypto/openssh/ssh-rsa.c
413
sshkey_type_plain(key->type) != KEY_RSA)
crypto/openssh/ssh-rsa.c
487
sshkey_type_plain(key->type) != KEY_RSA ||
crypto/openssh/ssh-xmss.c
218
sshkey_type_plain(key->type) != KEY_XMSS ||
crypto/openssh/ssh-xmss.c
291
sshkey_type_plain(key->type) != KEY_XMSS ||
crypto/openssh/ssh_api.c
555
sshkey_type_plain(ktype))) {
crypto/openssh/sshconnect2.c
152
sshkey_type_plain(sshkey_type_from_name(best)),
crypto/openssh/sshconnect2.c
191
sshkey_type_plain(ktype),
crypto/openssh/sshkey-xmss.c
1090
if (sshkey_type_plain(k->type) == KEY_XMSS && state &&
crypto/openssh/sshkey-xmss.c
1104
if (sshkey_type_plain(k->type) != KEY_XMSS)
crypto/openssh/sshkey.c
2059
sshkey_type_plain(impl->type), impl->nid);
crypto/openssh/sshkey.c
2167
k->type = sshkey_type_plain(k->type);
crypto/openssh/sshkey.c
247
return sshkey_ssh_name_from_type_nid(sshkey_type_plain(k->type),
crypto/openssh/sshkey.c
3116
sshkey_type_plain(type) != sshkey_type_plain(pubkey->type)) {
crypto/openssh/sshkey.c
3188
sshkey_type_plain(type) != sshkey_type_plain(pubkey->type)) {
crypto/openssh/sshkey.c
3641
sshkey_type_plain(k->type) != KEY_XMSS)
crypto/openssh/sshkey.c
3661
if (sshkey_type_plain(k->type) == KEY_XMSS)
crypto/openssh/sshkey.c
3669
if (sshkey_type_plain(k->type) != KEY_XMSS)
crypto/openssh/sshkey.c
3679
if (sshkey_type_plain(k->type) != KEY_XMSS)
crypto/openssh/sshkey.c
426
switch (sshkey_type_plain(k->type)) {
crypto/openssh/sshkey.c
709
sshkey_type_plain(a->type) != sshkey_type_plain(b->type))
crypto/openssh/sshkey.c
752
type = force_plain ? sshkey_type_plain(key->type) : key->type;
crypto/openssh/sshkey.h
229
int sshkey_type_plain(int);
crypto/openssh/sshsig.c
193
if (sshkey_type_plain(key->type) == KEY_RSA)
crypto/openssh/sshsig.c
365
if (sshkey_type_plain(key->type) == KEY_RSA) {