Searched refs:plenp (Results 1 – 3 of 3) sorted by relevance
/external/openssh/ |
D | cipher-chachapoly.c | 108 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()
|
D | cipher-chachapoly.h | 38 u_int *plenp, u_int seqnr, const u_char *cp, u_int len)
|
D | cipher.c | 511 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()
|