Home
last modified time | relevance | path

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

/external/openssh/
Dsshkey.c3420 int r, cipher_num; in sshkey_private_rsa1_to_blob() local
3429 cipher_num = (strcmp(passphrase, "") == 0) ? in sshkey_private_rsa1_to_blob()
3431 if ((cipher = cipher_by_number(cipher_num)) == NULL) in sshkey_private_rsa1_to_blob()
3473 if ((r = sshbuf_put_u8(encrypted, cipher_num)) != 0 || in sshkey_private_rsa1_to_blob()