Searched defs:ciphercontext (Results 1 - 1 of 1) sorted by relevance

/external/openssh/
H A Dauthfile.c91 CipherContext ciphercontext; local
150 cipher_set_key_string(&ciphercontext, cipher, passphrase,
152 cipher_crypt(&ciphercontext, cp,
154 cipher_cleanup(&ciphercontext);
155 memset(&ciphercontext, 0, sizeof(ciphercontext));
423 CipherContext ciphercontext; local
474 cipher_set_key_string(&ciphercontext, cipher, passphrase,
476 cipher_crypt(&ciphercontext, cp,
478 cipher_cleanup(&ciphercontext);
[all...]

Completed in 192 milliseconds