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)) {
usr.bin/ssh/auth2-hostbased.c
98
if (key->type != pktype || (sshkey_type_plain(pktype) == KEY_ECDSA &&
usr.bin/ssh/auth2-pubkey.c
150
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
2363
if (sshkey_type_plain(sshkey_type_from_name(
usr.bin/ssh/clientloop.c
2376
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
671
if (sshkey_type_plain(sshkey_type_from_name(
usr.bin/ssh/serverloop.c
707
if (sshkey_type_plain(key->type) == KEY_RSA) {
usr.bin/ssh/ssh-add.c
503
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
159
sshkey_type_plain(key->type) != KEY_ED25519 ||
usr.bin/ssh/ssh-ed25519.c
239
sshkey_type_plain(key->type) != KEY_ED25519 ||
usr.bin/ssh/ssh-keygen.c
347
switch (sshkey_type_plain(k->type)) {
usr.bin/ssh/ssh-keygen.c
366
switch (sshkey_type_plain(k->type)) {
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
549
k->key->type != sshkey_type_plain(ktype)))
usr.bin/ssh/ssh_api.c
551
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
207
return sshkey_ssh_name_from_type_nid(sshkey_type_plain(k->type),
usr.bin/ssh/sshkey.c
2109
sshkey_type_plain(impl->type), impl->nid);
usr.bin/ssh/sshkey.c
2220
k->type = sshkey_type_plain(k->type);
usr.bin/ssh/sshkey.c
3139
sshkey_type_plain(type) != sshkey_type_plain(pubkey->type)) {
usr.bin/ssh/sshkey.c
3211
sshkey_type_plain(type) != sshkey_type_plain(pubkey->type)) {
usr.bin/ssh/sshkey.c
403
switch (sshkey_type_plain(k->type)) {
usr.bin/ssh/sshkey.c
785
sshkey_type_plain(a->type) != sshkey_type_plain(b->type))
usr.bin/ssh/sshkey.c
828
type = force_plain ? sshkey_type_plain(key->type) : key->type;
usr.bin/ssh/sshkey.h
207
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) {