Home
last modified time | relevance | path

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

/external/openssh/
Dcipher.h70 const struct sshcipher *cipher_by_number(int);
Dcipher.c256 cipher_by_number(int id) in cipher_by_number() function
309 const struct sshcipher *c = cipher_by_number(id); in cipher_name()
Dsshkey.c3431 if ((cipher = cipher_by_number(cipher_num)) == NULL) in sshkey_private_rsa1_to_blob()
3713 cipher = cipher_by_number(cipher_type); in sshkey_parse_private_rsa1()
Dpacket.c818 const struct sshcipher *cipher = cipher_by_number(number); in ssh_packet_set_encryption_key()