HomeSort by relevance Sort by last modified time
    Searched refs:sshkey_ecdsa_bits_to_nid (Results 1 - 4 of 4) sorted by null

  /external/openssh/
key.h 50 #define key_ecdsa_bits_to_nid sshkey_ecdsa_bits_to_nid
sshkey.h 152 int sshkey_ecdsa_bits_to_nid(int);
sshkey.c 382 sshkey_ecdsa_bits_to_nid(int bits) function
    [all...]
ssh-keygen.c 219 else if (type == KEY_ECDSA && sshkey_ecdsa_bits_to_nid(*bitsp) == -1)
    [all...]

Completed in 366 milliseconds