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

/freebsd-10-stable/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.c507 if ((ktype = sshkey_type_from_name(alg)) == KEY_UNSPEC)
H A Dssh-keygen.c237 switch (sshkey_type_from_name(key_type_name)) {
1015 type = sshkey_type_from_name(key_types[i].key_type);
1603 sshkey_type_from_name(key_type_name) != ca->type) {
2623 type = sshkey_type_from_name(key_type_name);
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);
1980 type = sshkey_type_from_name(ktype);
2686 type = sshkey_type_from_name(tname);
H A Dhostfile.c813 lineinfo.keytype = sshkey_type_from_name(ktype);
H A Dssh_namespace.h858 #define sshkey_type_from_name Fssh_sshkey_type_from_name macro
H A Dssh-keyscan.c754 int type = sshkey_type_from_name(tname);
H A Dkex.c716 k->hostkey_type = sshkey_type_from_name(k->hostkey_alg);
H A Dsshconnect2.c134 if ((ktype = sshkey_type_from_name(alg)) == KEY_UNSPEC)

Completed in 200 milliseconds