Searched refs:sshkey_ecdsa_bits_to_nid (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dkey.h50 #define key_ecdsa_bits_to_nid sshkey_ecdsa_bits_to_nid
H A Dsshkey.h151 int sshkey_ecdsa_bits_to_nid(int);
H A Dssh_namespace.h806 #define sshkey_ecdsa_bits_to_nid Fssh_sshkey_ecdsa_bits_to_nid macro
H A Dsshkey.c365 sshkey_ecdsa_bits_to_nid(int bits) function
1628 (*nid = sshkey_ecdsa_bits_to_nid(bits)) == -1)
H A Dssh-keygen.c222 else if (type == KEY_ECDSA && sshkey_ecdsa_bits_to_nid(*bitsp) == -1)

Completed in 185 milliseconds