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

/freebsd-10.1-release/crypto/openssh/
H A Dkey.h131 int key_ecdsa_bits_to_nid(int);
H A Dssh_namespace.h348 #define key_ecdsa_bits_to_nid ssh_key_ecdsa_bits_to_nid macro
H A Dkey.c1164 key_ecdsa_bits_to_nid(int bits) function
1236 if ((*nid = key_ecdsa_bits_to_nid(bits)) == -1)
H A Dssh-keygen.c202 else if (type == KEY_ECDSA && key_ecdsa_bits_to_nid(*bitsp) == -1)

Completed in 63 milliseconds