Home
last modified time | relevance | path

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

/external/openssh/
Dcipher-chachapoly.c107 u_int *plenp, u_int seqnr, const u_char *cp, u_int len) in chachapoly_get_length() argument
116 *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.c454 cipher_get_length(struct sshcipher_ctx *cc, u_int *plenp, u_int seqnr, in cipher_get_length() argument
458 return chachapoly_get_length(&cc->cp_ctx, plenp, seqnr, in cipher_get_length()
462 *plenp = get_u32(cp); in cipher_get_length()