Home
last modified time | relevance | path

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

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