Symbol: sshkey_type_plain
regress/usr.bin/ssh/misc/ssh-verify-attestation/ssh-verify-attestation.c
306
switch (sshkey_type_plain(k->type)) {
regress/usr.bin/ssh/misc/ssh-verify-attestation/ssh-verify-attestation.c
386
switch (sshkey_type_plain(k->type)) {
regress/usr.bin/ssh/unittests/sshkey/test_fuzz.c
50
if (test_is_fast() || sshkey_type_plain(k->type) == KEY_MLDSA44_ED25519)
regress/usr.bin/ssh/unittests/sshkey/test_fuzz.c
80
if (test_is_fast() || sshkey_type_plain(k->type) == KEY_MLDSA44_ED25519)
usr.bin/ssh/auth2-hostbased.c
104
if (key->type != pktype || (sshkey_type_plain(pktype) == KEY_ECDSA &&
usr.bin/ssh/auth2-pubkey.c
155
if (key->type != pktype || (sshkey_type_plain(pktype) == KEY_ECDSA &&
usr.bin/ssh/authfd.c
389
if (alg != NULL && sshkey_type_plain(key->type) == KEY_RSA) {
usr.bin/ssh/clientloop.c
2369
if (sshkey_type_plain(sshkey_type_from_name(
usr.bin/ssh/clientloop.c
2382
plaintype = sshkey_type_plain(ctx->keys[i]->type);
usr.bin/ssh/hostfile.c
366
sshkey_type_plain(keytype) == KEY_ECDSA &&
usr.bin/ssh/serverloop.c
672
if (sshkey_type_plain(sshkey_type_from_name(
usr.bin/ssh/serverloop.c
708
if (sshkey_type_plain(key->type) == KEY_RSA) {
usr.bin/ssh/ssh-add.c
504
if (sshkey_type_plain(key->type) == KEY_RSA)
usr.bin/ssh/ssh-ecdsa-sk.c
240
sshkey_type_plain(key->type) != KEY_ECDSA_SK ||
usr.bin/ssh/ssh-ecdsa.c
328
sshkey_type_plain(key->type) != KEY_ECDSA)
usr.bin/ssh/ssh-ecdsa.c
412
sshkey_type_plain(key->type) != KEY_ECDSA ||
usr.bin/ssh/ssh-ed25519-sk.c
146
sshkey_type_plain(key->type) != KEY_ED25519_SK ||
usr.bin/ssh/ssh-ed25519.c
160
sshkey_type_plain(key->type) != KEY_ED25519 ||
usr.bin/ssh/ssh-ed25519.c
240
sshkey_type_plain(key->type) != KEY_ED25519 ||
usr.bin/ssh/ssh-keygen.c
351
switch (sshkey_type_plain(k->type)) {
usr.bin/ssh/ssh-keygen.c
370
switch (sshkey_type_plain(k->type)) {
usr.bin/ssh/ssh-mldsa-eddsa.c
384
sshkey_type_plain(key->type) != KEY_MLDSA44_ED25519 ||
usr.bin/ssh/ssh-mldsa-eddsa.c
430
sshkey_type_plain(key->type) != KEY_MLDSA44_ED25519 ||
usr.bin/ssh/ssh-rsa.c
418
sshkey_type_plain(key->type) != KEY_RSA)
usr.bin/ssh/ssh-rsa.c
501
sshkey_type_plain(key->type) != KEY_RSA ||
usr.bin/ssh/ssh-sk.c
652
type = sshkey_type_plain(key->type);
usr.bin/ssh/ssh_api.c
551
k->key->type != sshkey_type_plain(ktype)))
usr.bin/ssh/ssh_api.c
553
if (sshkey_type_plain(k->key->type) == KEY_ECDSA &&
usr.bin/ssh/sshconnect2.c
147
sshkey_type_plain(sshkey_type_from_name(best)),
usr.bin/ssh/sshconnect2.c
186
sshkey_type_plain(ktype),
usr.bin/ssh/sshkey.c
211
return sshkey_ssh_name_from_type_nid(sshkey_type_plain(k->type),
usr.bin/ssh/sshkey.c
2117
sshkey_type_plain(impl->type), impl->nid);
usr.bin/ssh/sshkey.c
2228
k->type = sshkey_type_plain(k->type);
usr.bin/ssh/sshkey.c
3151
sshkey_type_plain(type) != sshkey_type_plain(pubkey->type)) {
usr.bin/ssh/sshkey.c
3223
sshkey_type_plain(type) != sshkey_type_plain(pubkey->type)) {
usr.bin/ssh/sshkey.c
407
switch (sshkey_type_plain(k->type)) {
usr.bin/ssh/sshkey.c
793
sshkey_type_plain(a->type) != sshkey_type_plain(b->type))
usr.bin/ssh/sshkey.c
836
type = force_plain ? sshkey_type_plain(key->type) : key->type;
usr.bin/ssh/sshkey.h
212
int sshkey_type_plain(int);
usr.bin/ssh/sshsig.c
191
if (sshkey_type_plain(key->type) == KEY_RSA) {
usr.bin/ssh/sshsig.c
368
if (sshkey_type_plain(key->type) == KEY_RSA) {