Searched refs:key_ecdsa_bits_to_nid (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dkey.h123 int key_ecdsa_bits_to_nid(int);
H A Dssh_namespace.h271 #define key_ecdsa_bits_to_nid ssh_key_ecdsa_bits_to_nid macro
H A Dkey.c1082 key_ecdsa_bits_to_nid(int bits) function
1150 if ((*nid = key_ecdsa_bits_to_nid(bits)) == -1)
H A Dssh-keygen.c190 else if (type == KEY_ECDSA && key_ecdsa_bits_to_nid(*bitsp) == -1)

Completed in 159 milliseconds