Searched refs:sshkey_type_plain (Results 1 – 17 of 17) sorted by relevance
51 sshkey_type_plain(key->type) != KEY_ED25519 || in ssh_ed25519_sign()108 sshkey_type_plain(key->type) != KEY_ED25519 || in ssh_ed25519_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()
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()
68 sshkey_type_plain(key->type) != KEY_DSA) in ssh_dss_sign()133 sshkey_type_plain(key->type) != KEY_DSA || in ssh_dss_verify()
54 sshkey_type_plain(key->type) != KEY_XMSS || in ssh_xmss_sign()128 sshkey_type_plain(key->type) != KEY_XMSS || in ssh_xmss_verify()
193 return sshkey_ssh_name_from_type_nid(sshkey_type_plain(k->type), in sshkey_ssh_name_plain()349 sshkey_type_plain(int type) in sshkey_type_plain() function657 sshkey_type_plain(a->type) != sshkey_type_plain(b->type)) in sshkey_equal_public()751 type = force_plain ? sshkey_type_plain(key->type) : key->type; in to_blob_buf()1328 switch (sshkey_type_plain(ret->type)) { in sshkey_read()2336 sshkey_type_plain(kt->type), kt->nid); in sshkey_sigalg_by_name()2483 k->type = sshkey_type_plain(k->type); in sshkey_drop_cert()4026 sshkey_type_plain(k->type) != KEY_XMSS) in sshkey_private_serialize_maxsign()4046 if (sshkey_type_plain(k->type) == KEY_XMSS) in sshkey_signatures_left()4054 if (sshkey_type_plain(k->type) != KEY_XMSS) in sshkey_enable_maxsign()[all …]
104 if (sshkey_type_plain(key->type) == KEY_RSA && in userauth_hostbased()
151 int sshkey_type_plain(int);
690 kexsigtype = sshkey_type_plain( in server_input_hostkeys_prove()727 sshkey_type_plain(key->type) == KEY_RSA; in server_input_hostkeys_prove()
1032 if (sshkey_type_plain(k->type) == KEY_XMSS && state && in sshkey_xmss_signatures_left()1046 if (sshkey_type_plain(k->type) != KEY_XMSS) in sshkey_xmss_enable_maxsign()
511 sshkey_type_plain(ktype))) { in _ssh_order_hostkeyalgs()
1923 kexsigtype = sshkey_type_plain( in client_global_hostkeys_private_confirm()1959 sshkey_type_plain(ctx->keys[i]->type) == KEY_RSA; in client_global_hostkeys_private_confirm()
125 if (sshkey_type_plain(key->type) == KEY_RSA && in userauth_pubkey()
137 sshkey_type_plain(ktype), NULL)) in order_hostkeyalgs()1613 if (sshkey_type_plain(id->key->type) == KEY_RSA && in try_identity()
781 #define sshkey_type_plain Fssh_sshkey_type_plain macro
356 switch (sshkey_type_plain(k->type)) { in do_convert_to_pkcs8()380 switch (sshkey_type_plain(k->type)) { in do_convert_to_pem()
1180 if (sshkey_type_plain(key->type) == KEY_RSA && in mm_answer_keyallowed()