Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/include/
H A Dcipher.h80 Cipher *cipher_by_number(int);
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dauthfile.c85 if ((cipher = cipher_by_number(cipher_num)) == NULL) in key_save_private_rsa1()
373 cipher = cipher_by_number(cipher_type); in key_load_private_rsa1()
H A Dcipher.c136 cipher_by_number(int id) in cipher_by_number() function
190 Cipher *c = cipher_by_number(id); in cipher_name()
H A Dpacket.c384 Cipher *cipher = cipher_by_number(number); in packet_set_encryption_key()