Searched refs:cipher_by_number (Results 1 – 4 of 4) sorted by relevance
70 const struct sshcipher *cipher_by_number(int);
256 cipher_by_number(int id) in cipher_by_number() function309 const struct sshcipher *c = cipher_by_number(id); in cipher_name()
3431 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()
818 const struct sshcipher *cipher = cipher_by_number(number); in ssh_packet_set_encryption_key()