Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dcipher-chachapoly-libcrypto.c66 chachapoly_free(struct chachapoly_ctx *cpctx) in chachapoly_free() argument
68 if (cpctx == NULL) in chachapoly_free()
70 EVP_CIPHER_CTX_free(cpctx->main_evp); in chachapoly_free()
71 EVP_CIPHER_CTX_free(cpctx->header_evp); in chachapoly_free()
72 freezero(cpctx, sizeof(*cpctx)); in chachapoly_free()
H A Dcipher-chachapoly.h31 void chachapoly_free(struct chachapoly_ctx *cpctx);
33 int chachapoly_crypt(struct chachapoly_ctx *cpctx, u_int seqnr,
36 int chachapoly_get_length(struct chachapoly_ctx *cpctx,
H A Dcipher-chachapoly.c54 chachapoly_free(struct chachapoly_ctx *cpctx) in chachapoly_free() argument
56 freezero(cpctx, sizeof(*cpctx)); in chachapoly_free()