Home
last modified time | relevance | path

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

/external/openssh/
Dcipher-chachapoly.c108 u_int *plenp, u_int seqnr, const u_char *cp, u_int len) in chachapoly_get_length() argument
117 *plenp = PEEK_U32(buf); in chachapoly_get_length()
Dcipher-chachapoly.h38 u_int *plenp, u_int seqnr, const u_char *cp, u_int len)
Dcipher.c511 cipher_get_length(struct sshcipher_ctx *cc, u_int *plenp, u_int seqnr, in cipher_get_length() argument
515 return chachapoly_get_length(&cc->cp_ctx, plenp, seqnr, in cipher_get_length()
519 *plenp = get_u32(cp); in cipher_get_length()