Lines Matching defs:ivlen
790 esp_strip_header(mblk_t *data_mp, boolean_t isv4, uint32_t ivlen,
844 sizeof (esph_t) - ivlen) {
853 "hdr - ivlen(%d) = %d.\n",
854 ntohs(ipha->ipha_length), ivlen,
856 2 - sizeof (esph_t) - ivlen)));
866 2 - sizeof (esph_t) - ivlen);
894 ivlen) {
903 ("pkt len(%u) - ip hdr - esp hdr - ivlen(%d) = "
905 + sizeof (ip6_t)), ivlen,
907 sizeof (esph_t) - ivlen)));
919 2 - sizeof (esph_t) - ivlen);
997 IS_P2ALIGNED(ivlen, sizeof (uint32_t))) {
1002 dst = (uint32_t *)(start + divpoint + sizeof (esph_t) + ivlen);
1019 dst = src + sizeof (esph_t) + ivlen;
1644 uint32_t ivlen = 0;
1665 ivlen = assoc->ipsa_iv_len;
1671 ivlen;
1676 ivlen;
1745 ivlen, &counter, espstack)) {