Searched refs:sshkey_type_from_name (Results 1 - 16 of 16) sorted by relevance

/freebsd-current/crypto/openssh/
H A Dauth2-hostbased.c83 pktype = sshkey_type_from_name(pkalg);
H A Dsshkey.h225 int sshkey_type_from_name(const char *);
H A Dssh-keysign.c122 pktype = sshkey_type_from_name(pkalg);
H A Dsshconnect2.c154 sshkey_type_plain(sshkey_type_from_name(best)),
180 if ((ktype = sshkey_type_from_name(alg)) == KEY_UNSPEC)
701 if ((pktype = sshkey_type_from_name(pkalg)) == KEY_UNSPEC) {
1188 if (sshkey_type_from_name(cp) != key->type)
H A Dssh_api.c545 if ((ktype = sshkey_type_from_name(alg)) == KEY_UNSPEC)
H A Dssh-keyscan.c791 int type = sshkey_type_from_name(tname);
H A Dsshkey.c252 sshkey_type_from_name(const char *name) function
301 (ktype = sshkey_type_from_name(keyname)) == KEY_UNSPEC)
360 type = sshkey_type_from_name(p);
1920 type = sshkey_type_from_name(ktype);
2524 type = sshkey_type_from_name(tname);
H A Dhostfile.c887 lineinfo.keytype = sshkey_type_from_name(ktype);
H A Dauth2-pubkey.c137 pktype = sshkey_type_from_name(pkalg);
H A Dserverloop.c691 if (sshkey_type_plain(sshkey_type_from_name(
H A Dssh_namespace.h922 #define sshkey_type_from_name Fssh_sshkey_type_from_name macro
H A Dssh-keygen.c264 switch (sshkey_type_from_name(key_type_name)) {
1118 type = sshkey_type_from_name(key_types[i].key_type);
1824 if (sshkey_type_from_name(key_type_name) != ca->type) {
3814 type = sshkey_type_from_name(key_type_name);
H A Dmonitor.c863 if (sshkey_type_from_name(s) == key->type) {
H A Dkex.c1138 k->hostkey_type = sshkey_type_from_name(k->hostkey_alg);
H A Dclientloop.c2366 if (sshkey_type_plain(sshkey_type_from_name(
H A Dssh-agent.c743 sshkey_type_from_name(pkalg) != expected_key->type) {

Completed in 236 milliseconds