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

/external/openssh/
H A Dcipher.h73 Cipher *cipher_by_number(int);
H A Dcipher.c145 cipher_by_number(int id) function
201 Cipher *c = cipher_by_number(id);
H A Dauthfile.c101 if ((cipher = cipher_by_number(cipher_num)) == NULL)
463 cipher = cipher_by_number(cipher_type);
H A Dpacket.c550 Cipher *cipher = cipher_by_number(number);

Completed in 102 milliseconds