Searched refs:plenp (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/crypto/openssh/
H A Dcipher-chachapoly.h38 u_int *plenp, u_int seqnr, const u_char *cp, u_int len)
H A Dcipher-chachapoly.c102 u_int *plenp, u_int seqnr, const u_char *cp, u_int len)
111 *plenp = get_u32(buf);
101 chachapoly_get_length(struct chachapoly_ctx *ctx, u_int *plenp, u_int seqnr, const u_char *cp, u_int len) argument
H A Dcipher.c414 cipher_get_length(CipherContext *cc, u_int *plenp, u_int seqnr, argument
418 return chachapoly_get_length(&cc->cp_ctx, plenp, seqnr,
422 *plenp = get_u32(cp);
/freebsd-9.3-release/contrib/nvi/ex/
H A Dex_subst.c1026 re_conv(sp, ptrnp, plenp, replacedp)
1029 size_t *plenp;
1043 for (p = *ptrnp, len = *plenp, needlen = 0; len > 0; ++p, --len)
1105 for (p = *ptrnp, len = *plenp, t = bp; len > 0; ++p, --len)
1164 *plenp = t - bp;
1174 re_tag_conv(sp, ptrnp, plenp, replacedp)
1177 size_t *plenp;
1184 len = *plenp;
1233 *plenp = t - bp;
1243 re_cscope_conv(sp, ptrnp, plenp, replaced
[all...]
/freebsd-9.3-release/sys/netinet6/
H A Dip6_input.c1077 * included, the real payload length will be stored in plenp.
1082 ip6_hopopts_input(u_int32_t *plenp, u_int32_t *rtalertp, argument
1115 hbhlen, rtalertp, plenp) < 0)
1135 u_int32_t *rtalertp, u_int32_t *plenp)
1211 * *plenp will be non-zero and the packet will be
1217 if (*plenp != 0) {
1236 *plenp = jumboplen;
1134 ip6_process_hopopts(struct mbuf *m, u_int8_t *opthead, int hbhlen, u_int32_t *rtalertp, u_int32_t *plenp) argument

Completed in 102 milliseconds