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

  /external/openssh/
cipher.h 77 const struct sshcipher *cipher_by_number(int);
cipher.c 227 cipher_by_number(int id) function
280 const struct sshcipher *c = cipher_by_number(id);
sshkey.c     [all...]
packet.c 799 const struct sshcipher *cipher = cipher_by_number(number);
    [all...]

Completed in 292 milliseconds