Lines Matching defs:needed
323 * Calculate exactly how much space is needed in front
732 * This is needed to derive keys for use with 3DES/SHA1-HMAC
1775 * needed for RCMD V2 mode. There should also be room
2011 * needed for RCMD V2 mode. There should also be room
2245 * needed for RCMD V2 mode. There should also be room
2988 * Calculate how much space is needed in front of
3011 * headspace includes the length fields needed
3157 * the CRYPTIOCSTOP and CRYPTIOCSTART ioctls, the service routine is needed.
3576 size_t needed;
3580 needed = tmi->rcmd_state.cd_len -
3583 tocopy = (needed >= n ? n : needed);
3608 /* If we got what we needed, stop the loop */