Home | History | Annotate | Download | only in openssh

Lines Matching full:ciphercontext

91 	CipherContext ciphercontext;
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;
474 cipher_set_key_string(&ciphercontext, cipher, passphrase,
476 cipher_crypt(&ciphercontext, cp,
478 cipher_cleanup(&ciphercontext);
479 memset(&ciphercontext, 0, sizeof(ciphercontext));