Home
last modified time | relevance | path

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

/external/openssh/
Dauthfile.c90 int i, cipher_num; in key_private_rsa1_to_blob() local
99 cipher_num = (strcmp(passphrase, "") == 0) ? in key_private_rsa1_to_blob()
101 if ((cipher = cipher_by_number(cipher_num)) == NULL) in key_private_rsa1_to_blob()
138 buffer_put_char(&encrypted, cipher_num); in key_private_rsa1_to_blob()