Lines Matching defs:first
871 unsigned int first;
883 unsigned int first;
1391 /* if its a ahash, add space for a second desc next to the first one */
1585 /* first DWORD empty */
1803 /* first DWORD empty */
1806 if (!req_ctx->first || req_ctx->swinit) {
1813 /* Indicate next op is not the first. */
1814 req_ctx->first = 0;
1940 req_ctx->first = 1; /* first indicates h/w must init its context */
2081 if (req_ctx->first && !req_ctx->swinit)
2085 * A first or last (ie. not middle) descriptor must request HMAC.
2087 if (ctx->keylen && (req_ctx->first || req_ctx->last))
2148 export->first = req_ctx->first;
2174 req_ctx->first = export->first;