Searched refs:cp_ctx (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/crypto/openssh/
H A Dcipher.h71 struct chachapoly_ctx cp_ctx; /* XXX union with evp? */ member in struct:CipherContext
H A Dcipher.c303 chachapoly_init(&cc->cp_ctx, key, keylen);
367 return chachapoly_crypt(&cc->cp_ctx, seqnr, dest, src, len,
417 return chachapoly_get_length(&cc->cp_ctx, plenp, seqnr,
429 explicit_bzero(&cc->cp_ctx, sizeof(cc->cp_ctx));

Completed in 104 milliseconds