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

/external/openssh/
H A Dcipher-chachapoly.c52 const u_char *src, u_int len, u_int aadlen, u_int authlen, int do_encrypt)
70 if (!do_encrypt) {
92 if (do_encrypt) {
51 chachapoly_crypt(struct chachapoly_ctx *ctx, u_int seqnr, u_char *dest, const u_char *src, u_int len, u_int aadlen, u_int authlen, int do_encrypt) argument
H A Dcipher.c298 int do_encrypt)
312 cc->encrypt = do_encrypt;
335 (do_encrypt == CIPHER_ENCRYPT)) == 0) {
488 const char *passphrase, int do_encrypt)
498 r = cipher_init(cc, cipher, digest, 16, NULL, 0, do_encrypt);
296 cipher_init(struct sshcipher_ctx *cc, const struct sshcipher *cipher, const u_char *key, u_int keylen, const u_char *iv, u_int ivlen, int do_encrypt) argument
487 cipher_set_key_string(struct sshcipher_ctx *cc, const struct sshcipher *cipher, const char *passphrase, int do_encrypt) argument

Completed in 120 milliseconds