Searched refs:reqoff (Results 1 - 2 of 2) sorted by relevance

/linux-master/crypto/
H A Dauthenc.c25 unsigned int reqoff; member in struct:authenc_instance_ctx
119 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ictx->reqoff);
140 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ictx->reqoff);
198 ictx->reqoff);
233 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ictx->reqoff);
235 ictx->reqoff);
282 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ictx->reqoff);
330 ictx->reqoff +
397 ctx->reqoff = 2 * auth->digestsize;
H A Dauthencesn.c31 unsigned int reqoff; member in struct:crypto_authenc_esn_ctx
123 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ctx->reqoff);
181 ctx->reqoff);
221 ctx->reqoff);
267 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ctx->reqoff);
341 ctx->reqoff = 2 * crypto_ahash_digestsize(auth);
346 ctx->reqoff +

Completed in 81 milliseconds