Home
last modified time | relevance | path

Searched refs:sshkey_type_from_name (Results 1 – 14 of 14) sorted by relevance

/src/crypto/openssh/
H A Dauth2-hostbased.c84 pktype = sshkey_type_from_name(pkalg); in userauth_hostbased()
H A Dssh-keysign.c122 pktype = sshkey_type_from_name(pkalg); in valid_request()
H A Dsshkey.h228 int sshkey_type_from_name(const char *);
H A Dsshconnect2.c152 sshkey_type_plain(sshkey_type_from_name(best)), in order_hostkeyalgs()
178 if ((ktype = sshkey_type_from_name(alg)) == KEY_UNSPEC) in order_hostkeyalgs()
700 if ((pktype = sshkey_type_from_name(pkalg)) == KEY_UNSPEC) { in input_userauth_pk_ok()
1190 if (sshkey_type_from_name(cp) != key->type) in key_sig_algorithm()
H A Dsshkey.c268 sshkey_type_from_name(const char *name) in sshkey_type_from_name() function
313 (ktype = sshkey_type_from_name(keyname)) == KEY_UNSPEC) in sshkey_match_keyname_to_sigalgs()
372 type = sshkey_type_from_name(p); in sshkey_names_valid2()
2025 type = sshkey_type_from_name(ktype); in sshkey_from_blob_internal()
2629 type = sshkey_type_from_name(tname); in sshkey_private_deserialize()
H A Dssh_api.c552 if ((ktype = sshkey_type_from_name(alg)) == KEY_UNSPEC) in _ssh_order_hostkeyalgs()
H A Dserverloop.c658 if (sshkey_type_plain(sshkey_type_from_name( in server_input_hostkeys_prove()
H A Dhostfile.c887 lineinfo.keytype = sshkey_type_from_name(ktype); in hostkeys_foreach_file()
H A Dauth2-pubkey.c143 pktype = sshkey_type_from_name(pkalg); in userauth_pubkey()
H A Dssh_namespace.h932 #define sshkey_type_from_name Fssh_sshkey_type_from_name macro
H A Dkex.c886 k->hostkey_type = sshkey_type_from_name(k->hostkey_alg); in choose_hostkeyalg()
H A Dmonitor.c985 if (sshkey_type_from_name(s) == key->type) { in key_base_type_match()
H A Dclientloop.c2350 if (sshkey_type_plain(sshkey_type_from_name( in client_global_hostkeys_prove_confirm()
H A Dssh-agent.c748 sshkey_type_from_name(pkalg) != expected_key->type) { in parse_userauth_request()