Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dcipher-chachapoly.h36 int chachapoly_get_length(struct chachapoly_ctx *cpctx,
H A Dcipher-chachapoly-libcrypto.c150 chachapoly_get_length(struct chachapoly_ctx *ctx, in chachapoly_get_length() function
H A Dcipher.c412 return chachapoly_get_length(cc->cp_ctx, plenp, seqnr, in cipher_get_length()