Home
last modified time | relevance | path

Searched refs:areq_ctx (Results 1 – 2 of 2) sorted by relevance

/crypto/
Dauthencesn.c102 struct authenc_esn_request_ctx *areq_ctx = aead_request_ctx(req); in authenc_esn_geniv_ahash_update_done() local
103 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ctx->reqoff); in authenc_esn_geniv_ahash_update_done()
108 ahash_request_set_crypt(ahreq, areq_ctx->sg, ahreq->result, in authenc_esn_geniv_ahash_update_done()
109 areq_ctx->cryptlen); in authenc_esn_geniv_ahash_update_done()
112 areq_ctx->update_complete2, req); in authenc_esn_geniv_ahash_update_done()
118 ahash_request_set_crypt(ahreq, areq_ctx->tsg, ahreq->result, in authenc_esn_geniv_ahash_update_done()
119 areq_ctx->trailen); in authenc_esn_geniv_ahash_update_done()
122 areq_ctx->complete, req); in authenc_esn_geniv_ahash_update_done()
128 scatterwalk_map_and_copy(ahreq->result, areq_ctx->sg, in authenc_esn_geniv_ahash_update_done()
129 areq_ctx->cryptlen, in authenc_esn_geniv_ahash_update_done()
[all …]
Dauthenc.c128 struct authenc_request_ctx *areq_ctx = aead_request_ctx(req); in authenc_geniv_ahash_update_done() local
129 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ctx->reqoff); in authenc_geniv_ahash_update_done()
134 ahash_request_set_crypt(ahreq, areq_ctx->sg, ahreq->result, in authenc_geniv_ahash_update_done()
135 areq_ctx->cryptlen); in authenc_geniv_ahash_update_done()
138 areq_ctx->complete, req); in authenc_geniv_ahash_update_done()
144 scatterwalk_map_and_copy(ahreq->result, areq_ctx->sg, in authenc_geniv_ahash_update_done()
145 areq_ctx->cryptlen, in authenc_geniv_ahash_update_done()
157 struct authenc_request_ctx *areq_ctx = aead_request_ctx(req); in authenc_geniv_ahash_done() local
158 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ctx->reqoff); in authenc_geniv_ahash_done()
163 scatterwalk_map_and_copy(ahreq->result, areq_ctx->sg, in authenc_geniv_ahash_done()
[all …]