Lines Matching refs:lastpad
798 uint8_t lastpad;
829 * lastpad is the last byte of the padding, which can be used for
927 lastpad = *lastbyte--;
929 if (padlen != lastpad) {
932 "Corrupt ESP packet (lastpad != padlen).\n");
934 ("lastpad (%d) not equal to padlen (%d):\n",
935 lastpad, padlen));
947 * of "lastpad".
956 ASSERT(MBLKL(scratch) >= lastpad + 3);
959 * Use "--lastpad" because we already checked the very
962 while (--lastpad != 0) {
963 if (lastpad != *lastbyte) {