Lines Matching defs:bypass
769 int bypass, oplen;
905 bypass = crp->crp_aad_start;
907 bypass = crp->crp_payload_start;
918 printf("bypass %d coffset %d oplen %d\n",
919 bypass, coffset, oplen);
940 * the bypass to the start of data to be encrypted.
944 * immediately after the bypass data.
953 bypass = crp->crp_payload_start;
954 oplen = bypass + crp->crp_payload_length;
958 if (bypass > 96) { /* bypass offset must be <= 96 bytes */
959 DPRINTF(("%s: bypass %u too big\n", __func__, bypass));
1227 | (bypass << SAFE_PE_LEN_BYPASS_S)