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

/freebsd-10.3-release/crypto/openssh/
H A Dkey.h46 #define key_type_from_name sshkey_type_from_name
H A Dssh-keysign.c123 pktype = sshkey_type_from_name(pkalg);
H A Dsshkey.h134 int sshkey_type_from_name(const char *);
H A Dssh_api.c503 if ((ktype = sshkey_type_from_name(alg)) == KEY_UNSPEC)
H A Dsshkey.c171 sshkey_type_from_name(const char *name) function
237 type = sshkey_type_from_name(p);
1274 type = sshkey_type_from_name(cp);
1979 type = sshkey_type_from_name(ktype);
2683 type = sshkey_type_from_name(tname);
H A Dssh-keygen.c237 switch (sshkey_type_from_name(key_type_name)) {
1015 type = sshkey_type_from_name(key_types[i].key_type);
2617 type = sshkey_type_from_name(key_type_name);
H A Dhostfile.c813 lineinfo.keytype = sshkey_type_from_name(ktype);
H A Dkex.c713 k->hostkey_type = sshkey_type_from_name(k->hostkey_alg);
H A Dssh-keyscan.c751 int type = sshkey_type_from_name(tname);
H A Dssh_namespace.h853 #define sshkey_type_from_name Fssh_sshkey_type_from_name macro
H A Dsshconnect2.c133 if ((ktype = sshkey_type_from_name(alg)) == KEY_UNSPEC)

Completed in 116 milliseconds