Lines Matching refs:tail
38 char tail[]; member
89 u8 *hash = areq_ctx->tail; in crypto_authenc_esn_genicv_tail()
120 u8 *hash = areq_ctx->tail; in crypto_authenc_esn_genicv()
121 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ctx->reqoff); in crypto_authenc_esn_genicv()
164 struct skcipher_request *skreq = (void *)(areq_ctx->tail + in crypto_authenc_esn_encrypt()
201 struct skcipher_request *skreq = (void *)(areq_ctx->tail + in crypto_authenc_esn_decrypt_tail()
204 u8 *ohash = areq_ctx->tail; in crypto_authenc_esn_decrypt_tail()
248 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ctx->reqoff); in crypto_authenc_esn_decrypt()
251 u8 *ohash = areq_ctx->tail; in crypto_authenc_esn_decrypt()
268 goto tail; in crypto_authenc_esn_decrypt()
287 tail: in crypto_authenc_esn_decrypt()