Searched refs:sshkey_type_plain (Results 1 – 23 of 23) sorted by relevance
51 sshkey_type_plain(key->type) != KEY_ED25519 || in ssh_ed25519_sign()106 sshkey_type_plain(key->type) != KEY_ED25519 || in ssh_ed25519_verify()
54 sshkey_type_plain(key->type) != KEY_XMSS || in ssh_xmss_sign()126 sshkey_type_plain(key->type) != KEY_XMSS || in ssh_xmss_verify()
67 sshkey_type_plain(key->type) != KEY_ECDSA) in ssh_ecdsa_sign()128 sshkey_type_plain(key->type) != KEY_ECDSA || in ssh_ecdsa_verify()
68 sshkey_type_plain(key->type) != KEY_DSA) in ssh_dss_sign()133 sshkey_type_plain(key->type) != KEY_DSA || in ssh_dss_verify()
118 sshkey_type_plain(key->type) != KEY_RSA) in ssh_rsa_complete_crt_parameters()184 sshkey_type_plain(key->type) != KEY_RSA) in ssh_rsa_sign()257 sshkey_type_plain(key->type) != KEY_RSA || in ssh_rsa_verify()
64 sshkey_type_plain(key->type) != KEY_ED25519_SK || in ssh_ed25519_sk_verify()
385 switch (sshkey_type_plain(k->type)) { in sshkey_is_sk()396 sshkey_type_plain(int type) in sshkey_type_plain() function714 sshkey_type_plain(a->type) != sshkey_type_plain(b->type)) in sshkey_equal_public()1406 switch (sshkey_type_plain(ret->type)) { in sshkey_read()2698 sshkey_type_plain(kt->type), kt->nid); in sshkey_sigalg_by_name()2884 k->type = sshkey_type_plain(k->type); in sshkey_drop_cert()4277 sshkey_type_plain(type) != sshkey_type_plain(pubkey->type)) { in sshkey_parse_private2()4349 sshkey_type_plain(type) != sshkey_type_plain(pubkey->type)) { in sshkey_parse_private2_pubkey()4756 sshkey_type_plain(k->type) != KEY_XMSS) in sshkey_private_serialize_maxsign()4776 if (sshkey_type_plain(k->type) == KEY_XMSS) in sshkey_signatures_left()[all …]
104 if (sshkey_type_plain(key->type) == KEY_RSA && in userauth_hostbased()
164 sshkey_type_plain(key->type) != KEY_ECDSA_SK || in ssh_ecdsa_sk_verify()
194 int sshkey_type_plain(int);
695 kexsigtype = sshkey_type_plain( in server_input_hostkeys_prove()730 sshkey_type_plain(key->type) == KEY_RSA; in server_input_hostkeys_prove()
182 if (sshkey_type_plain(key->type) == KEY_RSA) in sshsig_wrap_sign()354 if (sshkey_type_plain(key->type) == KEY_RSA) { in sshsig_wrap_verify()
391 if (alg != NULL && sshkey_type_plain(key->type) == KEY_RSA) { in agent_encode_alg()
1090 if (sshkey_type_plain(k->type) == KEY_XMSS && state && in sshkey_xmss_signatures_left()1104 if (sshkey_type_plain(k->type) != KEY_XMSS) in sshkey_xmss_enable_maxsign()
540 sshkey_type_plain(ktype))) { in _ssh_order_hostkeyalgs()
150 sshkey_type_plain(sshkey_type_from_name(best)), in order_hostkeyalgs()189 sshkey_type_plain(ktype), in order_hostkeyalgs()1824 if (sshkey_type_plain(id->key->type) == KEY_RSA && in try_identity()
642 type = sshkey_type_plain(key->type); in sshsk_sign()
369 sshkey_type_plain(keytype) == KEY_ECDSA && in check_hostkeys_by_key_or_type()
142 if (sshkey_type_plain(key->type) == KEY_RSA && in userauth_pubkey()
2113 kexsigtype = sshkey_type_plain( in client_global_hostkeys_private_confirm()2144 sshkey_type_plain(ctx->keys[i]->type) == KEY_RSA; in client_global_hostkeys_private_confirm()
841 #define sshkey_type_plain Fssh_sshkey_type_plain macro
377 switch (sshkey_type_plain(k->type)) { in do_convert_to_pkcs8()401 switch (sshkey_type_plain(k->type)) { in do_convert_to_pem()
1168 if (sshkey_type_plain(key->type) == KEY_RSA && in mm_answer_keyallowed()