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

/freebsd-current/crypto/openssh/
H A Dsshkey.h260 int sshkey_ecdsa_bits_to_nid(int);
H A Dssh-ecdsa.c131 if ((k->ecdsa_nid = sshkey_ecdsa_bits_to_nid(bits)) == -1)
H A Dssh_namespace.h851 #define sshkey_ecdsa_bits_to_nid Fssh_sshkey_ecdsa_bits_to_nid macro
H A Dssh-keygen.c219 if (sshkey_ecdsa_bits_to_nid(*bitsp) == -1)
H A Dsshkey.c518 sshkey_ecdsa_bits_to_nid(int bits) function

Completed in 215 milliseconds