Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dauthfile.c74 int fd, i, cipher_num; in key_save_private_rsa1() local
83 cipher_num = (strcmp(passphrase, "") == 0) ? in key_save_private_rsa1()
85 if ((cipher = cipher_by_number(cipher_num)) == NULL) in key_save_private_rsa1()
122 buffer_put_char(&encrypted, cipher_num); in key_save_private_rsa1()