Symbol: sshkey_type_plain
crypto/openssh/authfd.c
391
if (alg != NULL && sshkey_type_plain(key->type) == KEY_RSA) {
crypto/openssh/clientloop.c
2350
if (sshkey_type_plain(sshkey_type_from_name(
crypto/openssh/clientloop.c
2363
plaintype = sshkey_type_plain(ctx->keys[i]->type);
crypto/openssh/hostfile.c
368
sshkey_type_plain(keytype) == KEY_ECDSA &&
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
308
switch (sshkey_type_plain(k->type)) {
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
388
switch (sshkey_type_plain(k->type)) {
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
258
sshkey_type_plain(key->type) != KEY_ECDSA_SK ||
crypto/openssh/ssh-ecdsa.c
340
sshkey_type_plain(key->type) != KEY_ECDSA)
crypto/openssh/ssh-ecdsa.c
400
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
379
switch (sshkey_type_plain(k->type)) {
crypto/openssh/ssh-keygen.c
407
switch (sshkey_type_plain(k->type)) {
crypto/openssh/ssh-rsa.c
426
sshkey_type_plain(key->type) != KEY_RSA)
crypto/openssh/ssh-rsa.c
484
sshkey_type_plain(key->type) != KEY_RSA ||
crypto/openssh/ssh-sk.c
671
type = sshkey_type_plain(key->type);
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
558
k->key->type != sshkey_type_plain(ktype)))
crypto/openssh/ssh_api.c
560
if (sshkey_type_plain(k->key->type) == KEY_ECDSA &&
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
2164
sshkey_type_plain(impl->type), impl->nid);
crypto/openssh/sshkey.c
2272
k->type = sshkey_type_plain(k->type);
crypto/openssh/sshkey.c
245
return sshkey_ssh_name_from_type_nid(sshkey_type_plain(k->type),
crypto/openssh/sshkey.c
3208
sshkey_type_plain(type) != sshkey_type_plain(pubkey->type)) {
crypto/openssh/sshkey.c
3280
sshkey_type_plain(type) != sshkey_type_plain(pubkey->type)) {
crypto/openssh/sshkey.c
3755
sshkey_type_plain(k->type) != KEY_XMSS)
crypto/openssh/sshkey.c
3775
if (sshkey_type_plain(k->type) == KEY_XMSS)
crypto/openssh/sshkey.c
3783
if (sshkey_type_plain(k->type) != KEY_XMSS)
crypto/openssh/sshkey.c
3793
if (sshkey_type_plain(k->type) != KEY_XMSS)
crypto/openssh/sshkey.c
438
switch (sshkey_type_plain(k->type)) {
crypto/openssh/sshkey.c
845
sshkey_type_plain(a->type) != sshkey_type_plain(b->type))
crypto/openssh/sshkey.c
888
type = force_plain ? sshkey_type_plain(key->type) : key->type;
crypto/openssh/sshkey.h
233
int sshkey_type_plain(int);
crypto/openssh/sshsig.c
193
if (sshkey_type_plain(key->type) == KEY_RSA) {
crypto/openssh/sshsig.c
370
if (sshkey_type_plain(key->type) == KEY_RSA) {