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 73 Cipher *cipher_by_number(int);
cipher.c 145 cipher_by_number(int id) function
201 Cipher *c = cipher_by_number(id);
authfile.c 101 if ((cipher = cipher_by_number(cipher_num)) == NULL)
463 cipher = cipher_by_number(cipher_type);
packet.c 550 Cipher *cipher = cipher_by_number(number);
    [all...]

Completed in 435 milliseconds