Symbol: sshkey_type_plain
crypto/openssh/auth2-hostbased.c
99
if (key->type != pktype || (sshkey_type_plain(pktype) == KEY_ECDSA &&
crypto/openssh/auth2-pubkey.c
151
if (key->type != pktype || (sshkey_type_plain(pktype) == KEY_ECDSA &&
crypto/openssh/authfd.c
390
if (alg != NULL && sshkey_type_plain(key->type) == KEY_RSA) {
crypto/openssh/clientloop.c
2383
if (sshkey_type_plain(sshkey_type_from_name(
crypto/openssh/clientloop.c
2396
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
309
switch (sshkey_type_plain(k->type)) {
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
389
switch (sshkey_type_plain(k->type)) {
crypto/openssh/regress/unittests/sshkey/test_fuzz.c
56
if (test_is_fast() || sshkey_type_plain(k->type) == KEY_MLDSA44_ED25519)
crypto/openssh/regress/unittests/sshkey/test_fuzz.c
86
if (test_is_fast() || sshkey_type_plain(k->type) == KEY_MLDSA44_ED25519)
crypto/openssh/serverloop.c
683
if (sshkey_type_plain(sshkey_type_from_name(
crypto/openssh/serverloop.c
719
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-ecdsa-sk.c
258
sshkey_type_plain(key->type) != KEY_ECDSA_SK ||
crypto/openssh/ssh-ecdsa.c
337
sshkey_type_plain(key->type) != KEY_ECDSA)
crypto/openssh/ssh-ecdsa.c
421
sshkey_type_plain(key->type) != KEY_ECDSA ||
crypto/openssh/ssh-ed25519-sk.c
148
sshkey_type_plain(key->type) != KEY_ED25519_SK ||
crypto/openssh/ssh-ed25519.c
161
sshkey_type_plain(key->type) != KEY_ED25519 ||
crypto/openssh/ssh-ed25519.c
241
sshkey_type_plain(key->type) != KEY_ED25519 ||
crypto/openssh/ssh-keygen.c
361
switch (sshkey_type_plain(k->type)) {
crypto/openssh/ssh-keygen.c
382
switch (sshkey_type_plain(k->type)) {
crypto/openssh/ssh-mldsa-eddsa.c
386
sshkey_type_plain(key->type) != KEY_MLDSA44_ED25519 ||
crypto/openssh/ssh-mldsa-eddsa.c
432
sshkey_type_plain(key->type) != KEY_MLDSA44_ED25519 ||
crypto/openssh/ssh-rsa.c
423
sshkey_type_plain(key->type) != KEY_RSA)
crypto/openssh/ssh-rsa.c
506
sshkey_type_plain(key->type) != KEY_RSA ||
crypto/openssh/ssh-sk.c
669
type = sshkey_type_plain(key->type);
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
153
sshkey_type_plain(sshkey_type_from_name(best)),
crypto/openssh/sshconnect2.c
192
sshkey_type_plain(ktype),
crypto/openssh/sshkey.c
2165
sshkey_type_plain(impl->type), impl->nid);
crypto/openssh/sshkey.c
2276
k->type = sshkey_type_plain(k->type);
crypto/openssh/sshkey.c
232
return sshkey_ssh_name_from_type_nid(sshkey_type_plain(k->type),
crypto/openssh/sshkey.c
3199
sshkey_type_plain(type) != sshkey_type_plain(pubkey->type)) {
crypto/openssh/sshkey.c
3271
sshkey_type_plain(type) != sshkey_type_plain(pubkey->type)) {
crypto/openssh/sshkey.c
428
switch (sshkey_type_plain(k->type)) {
crypto/openssh/sshkey.c
841
sshkey_type_plain(a->type) != sshkey_type_plain(b->type))
crypto/openssh/sshkey.c
884
type = force_plain ? sshkey_type_plain(key->type) : key->type;
crypto/openssh/sshkey.h
218
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) {