Home
last modified time | relevance | path

Searched refs:sshkey_type_plain (Results 1 – 17 of 17) sorted by relevance

/freebsd-12.1/crypto/openssh/
H A Dssh-ed25519.c51 sshkey_type_plain(key->type) != KEY_ED25519 || in ssh_ed25519_sign()
108 sshkey_type_plain(key->type) != KEY_ED25519 || in ssh_ed25519_verify()
H A Dssh-ecdsa.c67 sshkey_type_plain(key->type) != KEY_ECDSA) in ssh_ecdsa_sign()
128 sshkey_type_plain(key->type) != KEY_ECDSA || in ssh_ecdsa_verify()
H A Dssh-rsa.c118 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()
H A Dssh-dss.c68 sshkey_type_plain(key->type) != KEY_DSA) in ssh_dss_sign()
133 sshkey_type_plain(key->type) != KEY_DSA || in ssh_dss_verify()
H A Dssh-xmss.c54 sshkey_type_plain(key->type) != KEY_XMSS || in ssh_xmss_sign()
128 sshkey_type_plain(key->type) != KEY_XMSS || in ssh_xmss_verify()
H A Dsshkey.c193 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() function
657 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 …]
H A Dauth2-hostbased.c104 if (sshkey_type_plain(key->type) == KEY_RSA && in userauth_hostbased()
H A Dsshkey.h151 int sshkey_type_plain(int);
H A Dserverloop.c690 kexsigtype = sshkey_type_plain( in server_input_hostkeys_prove()
727 sshkey_type_plain(key->type) == KEY_RSA; in server_input_hostkeys_prove()
H A Dsshkey-xmss.c1032 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()
H A Dssh_api.c511 sshkey_type_plain(ktype))) { in _ssh_order_hostkeyalgs()
H A Dclientloop.c1923 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()
H A Dauth2-pubkey.c125 if (sshkey_type_plain(key->type) == KEY_RSA && in userauth_pubkey()
H A Dsshconnect2.c137 sshkey_type_plain(ktype), NULL)) in order_hostkeyalgs()
1613 if (sshkey_type_plain(id->key->type) == KEY_RSA && in try_identity()
H A Dssh_namespace.h781 #define sshkey_type_plain Fssh_sshkey_type_plain macro
H A Dssh-keygen.c356 switch (sshkey_type_plain(k->type)) { in do_convert_to_pkcs8()
380 switch (sshkey_type_plain(k->type)) { in do_convert_to_pem()
H A Dmonitor.c1180 if (sshkey_type_plain(key->type) == KEY_RSA && in mm_answer_keyallowed()