Home
last modified time | relevance | path

Searched refs:areq (Results 1 – 25 of 628) sorted by relevance

12345678910>>...26

/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/executor/
H A DexecAsync.c26 ExecAsyncRequest(AsyncRequest *areq) in ExecAsyncRequest() argument
32 if (areq->requestee->instrument) in ExecAsyncRequest()
35 switch (nodeTag(areq->requestee)) in ExecAsyncRequest()
46 ExecAsyncResponse(areq); in ExecAsyncRequest()
49 if (areq->requestee->instrument) in ExecAsyncRequest()
65 if (areq->requestee->instrument) in ExecAsyncConfigureWait()
105 ExecAsyncResponse(areq); in ExecAsyncNotify()
139 areq->request_complete = true; in ExecAsyncRequestDone()
140 areq->result = result; in ExecAsyncRequestDone()
151 areq->callback_pending = true; in ExecAsyncRequestPending()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/executor/
H A DexecAsync.c26 ExecAsyncRequest(AsyncRequest *areq) in ExecAsyncRequest() argument
32 if (areq->requestee->instrument) in ExecAsyncRequest()
35 switch (nodeTag(areq->requestee)) in ExecAsyncRequest()
46 ExecAsyncResponse(areq); in ExecAsyncRequest()
49 if (areq->requestee->instrument) in ExecAsyncRequest()
65 if (areq->requestee->instrument) in ExecAsyncConfigureWait()
105 ExecAsyncResponse(areq); in ExecAsyncNotify()
139 areq->request_complete = true; in ExecAsyncRequestDone()
140 areq->result = result; in ExecAsyncRequestDone()
151 areq->callback_pending = true; in ExecAsyncRequestPending()
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/executor/
H A DexecAsync.c26 ExecAsyncRequest(AsyncRequest *areq) in ExecAsyncRequest() argument
32 if (areq->requestee->instrument) in ExecAsyncRequest()
35 switch (nodeTag(areq->requestee)) in ExecAsyncRequest()
46 ExecAsyncResponse(areq); in ExecAsyncRequest()
49 if (areq->requestee->instrument) in ExecAsyncRequest()
65 if (areq->requestee->instrument) in ExecAsyncConfigureWait()
105 ExecAsyncResponse(areq); in ExecAsyncNotify()
139 areq->request_complete = true; in ExecAsyncRequestDone()
140 areq->result = result; in ExecAsyncRequestDone()
151 areq->callback_pending = true; in ExecAsyncRequestPending()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/executor/
H A DexecAsync.c26 ExecAsyncRequest(AsyncRequest *areq) in ExecAsyncRequest() argument
32 if (areq->requestee->instrument) in ExecAsyncRequest()
35 switch (nodeTag(areq->requestee)) in ExecAsyncRequest()
46 ExecAsyncResponse(areq); in ExecAsyncRequest()
49 if (areq->requestee->instrument) in ExecAsyncRequest()
65 if (areq->requestee->instrument) in ExecAsyncConfigureWait()
105 ExecAsyncResponse(areq); in ExecAsyncNotify()
139 areq->request_complete = true; in ExecAsyncRequestDone()
140 areq->result = result; in ExecAsyncRequestDone()
151 areq->callback_pending = true; in ExecAsyncRequestPending()
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/executor/
H A DexecAsync.c26 ExecAsyncRequest(AsyncRequest *areq) in ExecAsyncRequest() argument
32 if (areq->requestee->instrument) in ExecAsyncRequest()
35 switch (nodeTag(areq->requestee)) in ExecAsyncRequest()
46 ExecAsyncResponse(areq); in ExecAsyncRequest()
49 if (areq->requestee->instrument) in ExecAsyncRequest()
65 if (areq->requestee->instrument) in ExecAsyncConfigureWait()
105 ExecAsyncResponse(areq); in ExecAsyncNotify()
139 areq->request_complete = true; in ExecAsyncRequestDone()
140 areq->result = result; in ExecAsyncRequestDone()
151 areq->callback_pending = true; in ExecAsyncRequestPending()
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/executor/
H A DexecAsync.c26 ExecAsyncRequest(AsyncRequest *areq) in ExecAsyncRequest() argument
32 if (areq->requestee->instrument) in ExecAsyncRequest()
35 switch (nodeTag(areq->requestee)) in ExecAsyncRequest()
46 ExecAsyncResponse(areq); in ExecAsyncRequest()
49 if (areq->requestee->instrument) in ExecAsyncRequest()
65 if (areq->requestee->instrument) in ExecAsyncConfigureWait()
105 ExecAsyncResponse(areq); in ExecAsyncNotify()
139 areq->request_complete = true; in ExecAsyncRequestDone()
140 areq->result = result; in ExecAsyncRequestDone()
151 areq->callback_pending = true; in ExecAsyncRequestPending()
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/executor/
H A DexecAsync.c26 ExecAsyncRequest(AsyncRequest *areq) in ExecAsyncRequest() argument
32 if (areq->requestee->instrument) in ExecAsyncRequest()
35 switch (nodeTag(areq->requestee)) in ExecAsyncRequest()
46 ExecAsyncResponse(areq); in ExecAsyncRequest()
49 if (areq->requestee->instrument) in ExecAsyncRequest()
65 if (areq->requestee->instrument) in ExecAsyncConfigureWait()
105 ExecAsyncResponse(areq); in ExecAsyncNotify()
139 areq->request_complete = true; in ExecAsyncRequestDone()
140 areq->result = result; in ExecAsyncRequestDone()
151 areq->callback_pending = true; in ExecAsyncRequestPending()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-cipher.c45 if (!areq->src || !areq->dst) { in sun4i_ss_opti_poll()
68 if (areq->iv) { in sun4i_ss_opti_poll()
83 sg_miter_start(&mi, areq->src, sg_nents(areq->src), in sun4i_ss_opti_poll()
111 sg_miter_start(&mo, areq->dst, sg_nents(areq->dst), in sun4i_ss_opti_poll()
140 scatterwalk_map_and_copy(areq->iv, areq->dst, areq->cryptlen - ivsize, in sun4i_ss_opti_poll()
167 areq->base.complete, areq->base.data); in sun4i_ss_cipher_poll_fallback()
169 areq->cryptlen, areq->iv); in sun4i_ss_cipher_poll_fallback()
216 if (!areq->src || !areq->dst) { in sun4i_ss_cipher_poll()
278 sg_miter_start(&mi, areq->src, sg_nents(areq->src), in sun4i_ss_cipher_poll()
332 sg_miter_start(&mo, areq->dst, sg_nents(areq->dst), in sun4i_ss_cipher_poll()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-cipher.c45 if (!areq->src || !areq->dst) { in sun4i_ss_opti_poll()
68 if (areq->iv) { in sun4i_ss_opti_poll()
83 sg_miter_start(&mi, areq->src, sg_nents(areq->src), in sun4i_ss_opti_poll()
111 sg_miter_start(&mo, areq->dst, sg_nents(areq->dst), in sun4i_ss_opti_poll()
140 scatterwalk_map_and_copy(areq->iv, areq->dst, areq->cryptlen - ivsize, in sun4i_ss_opti_poll()
167 areq->base.complete, areq->base.data); in sun4i_ss_cipher_poll_fallback()
169 areq->cryptlen, areq->iv); in sun4i_ss_cipher_poll_fallback()
216 if (!areq->src || !areq->dst) { in sun4i_ss_cipher_poll()
278 sg_miter_start(&mi, areq->src, sg_nents(areq->src), in sun4i_ss_cipher_poll()
332 sg_miter_start(&mo, areq->dst, sg_nents(areq->dst), in sun4i_ss_cipher_poll()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-cipher.c45 if (!areq->src || !areq->dst) { in sun4i_ss_opti_poll()
68 if (areq->iv) { in sun4i_ss_opti_poll()
83 sg_miter_start(&mi, areq->src, sg_nents(areq->src), in sun4i_ss_opti_poll()
111 sg_miter_start(&mo, areq->dst, sg_nents(areq->dst), in sun4i_ss_opti_poll()
140 scatterwalk_map_and_copy(areq->iv, areq->dst, areq->cryptlen - ivsize, in sun4i_ss_opti_poll()
167 areq->base.complete, areq->base.data); in sun4i_ss_cipher_poll_fallback()
169 areq->cryptlen, areq->iv); in sun4i_ss_cipher_poll_fallback()
216 if (!areq->src || !areq->dst) { in sun4i_ss_cipher_poll()
278 sg_miter_start(&mi, areq->src, sg_nents(areq->src), in sun4i_ss_cipher_poll()
332 sg_miter_start(&mo, areq->dst, sg_nents(areq->dst), in sun4i_ss_cipher_poll()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/crypto/amlogic/
H A Damlogic-gxl-cipher.c73 areq->base.complete, areq->base.data); in meson_cipher_do_fallback()
74 skcipher_request_set_crypt(&rctx->fallback_req, areq->src, areq->dst, in meson_cipher_do_fallback()
75 areq->cryptlen, areq->iv); in meson_cipher_do_fallback()
108 areq->cryptlen, in meson_cipher()
177 if (areq->src == areq->dst) { in meson_cipher()
178 nr_sgs = dma_map_sg(mc->dev, areq->src, sg_nents(areq->src), in meson_cipher()
187 nr_sgs = dma_map_sg(mc->dev, areq->src, sg_nents(areq->src), in meson_cipher()
194 nr_sgd = dma_map_sg(mc->dev, areq->dst, sg_nents(areq->dst), in meson_cipher()
203 src_sg = areq->src; in meson_cipher()
238 if (areq->src == areq->dst) { in meson_cipher()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/crypto/amlogic/
H A Damlogic-gxl-cipher.c73 areq->base.complete, areq->base.data); in meson_cipher_do_fallback()
74 skcipher_request_set_crypt(&rctx->fallback_req, areq->src, areq->dst, in meson_cipher_do_fallback()
75 areq->cryptlen, areq->iv); in meson_cipher_do_fallback()
108 areq->cryptlen, in meson_cipher()
177 if (areq->src == areq->dst) { in meson_cipher()
178 nr_sgs = dma_map_sg(mc->dev, areq->src, sg_nents(areq->src), in meson_cipher()
187 nr_sgs = dma_map_sg(mc->dev, areq->src, sg_nents(areq->src), in meson_cipher()
194 nr_sgd = dma_map_sg(mc->dev, areq->dst, sg_nents(areq->dst), in meson_cipher()
203 src_sg = areq->src; in meson_cipher()
238 if (areq->src == areq->dst) { in meson_cipher()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/crypto/amlogic/
H A Damlogic-gxl-cipher.c73 areq->base.complete, areq->base.data); in meson_cipher_do_fallback()
74 skcipher_request_set_crypt(&rctx->fallback_req, areq->src, areq->dst, in meson_cipher_do_fallback()
75 areq->cryptlen, areq->iv); in meson_cipher_do_fallback()
108 areq->cryptlen, in meson_cipher()
177 if (areq->src == areq->dst) { in meson_cipher()
178 nr_sgs = dma_map_sg(mc->dev, areq->src, sg_nents(areq->src), in meson_cipher()
187 nr_sgs = dma_map_sg(mc->dev, areq->src, sg_nents(areq->src), in meson_cipher()
194 nr_sgd = dma_map_sg(mc->dev, areq->dst, sg_nents(areq->dst), in meson_cipher()
203 src_sg = areq->src; in meson_cipher()
238 if (areq->src == areq->dst) { in meson_cipher()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-cipher.c34 if (areq->cryptlen == 0 || areq->cryptlen % 16) in sun8i_ce_cipher_need_fallback()
37 sg = areq->src; in sun8i_ce_cipher_need_fallback()
43 sg = areq->dst; in sun8i_ce_cipher_need_fallback()
68 areq->base.complete, areq->base.data); in sun8i_ce_cipher_fallback()
70 areq->cryptlen, areq->iv); in sun8i_ce_cipher_fallback()
180 if (areq->src == areq->dst) { in sun8i_ce_cipher_prepare()
242 if (areq->src == areq->dst) { in sun8i_ce_cipher_prepare()
243 dma_unmap_sg(ce->dev, areq->src, sg_nents(areq->src), in sun8i_ce_cipher_prepare()
247 dma_unmap_sg(ce->dev, areq->src, sg_nents(areq->src), in sun8i_ce_cipher_prepare()
249 dma_unmap_sg(ce->dev, areq->dst, sg_nents(areq->dst), in sun8i_ce_cipher_prepare()
[all …]
H A Dsun8i-ce-hash.c144 rctx->fallback_req.src = areq->src; in sun8i_ce_hash_update()
164 rctx->fallback_req.src = areq->src; in sun8i_ce_hash_finup()
203 if (areq->nbytes == 0) in sun8i_ce_hash_need_fallback()
208 sg = areq->src; in sun8i_ce_hash_need_fallback()
231 nr_sgs = sg_nents(areq->src); in sun8i_ce_hash_digest()
307 dev_dbg(ce->dev, "%s %s len=%d\n", __func__, crypto_tfm_alg_name(areq->base.tfm), areq->nbytes); in sun8i_ce_hash_run()
320 nr_sgs = dma_map_sg(ce->dev, areq->src, sg_nents(areq->src), DMA_TO_DEVICE); in sun8i_ce_hash_run()
327 len = areq->nbytes; in sun8i_ce_hash_run()
348 byte_count = areq->nbytes; in sun8i_ce_hash_run()
403 chan->timeout = areq->nbytes; in sun8i_ce_hash_run()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-cipher.c34 if (areq->cryptlen == 0 || areq->cryptlen % 16) in sun8i_ce_cipher_need_fallback()
37 sg = areq->src; in sun8i_ce_cipher_need_fallback()
43 sg = areq->dst; in sun8i_ce_cipher_need_fallback()
68 areq->base.complete, areq->base.data); in sun8i_ce_cipher_fallback()
70 areq->cryptlen, areq->iv); in sun8i_ce_cipher_fallback()
180 if (areq->src == areq->dst) { in sun8i_ce_cipher_prepare()
242 if (areq->src == areq->dst) { in sun8i_ce_cipher_prepare()
243 dma_unmap_sg(ce->dev, areq->src, sg_nents(areq->src), in sun8i_ce_cipher_prepare()
247 dma_unmap_sg(ce->dev, areq->src, sg_nents(areq->src), in sun8i_ce_cipher_prepare()
249 dma_unmap_sg(ce->dev, areq->dst, sg_nents(areq->dst), in sun8i_ce_cipher_prepare()
[all …]
H A Dsun8i-ce-hash.c144 rctx->fallback_req.src = areq->src; in sun8i_ce_hash_update()
164 rctx->fallback_req.src = areq->src; in sun8i_ce_hash_finup()
203 if (areq->nbytes == 0) in sun8i_ce_hash_need_fallback()
208 sg = areq->src; in sun8i_ce_hash_need_fallback()
231 nr_sgs = sg_nents(areq->src); in sun8i_ce_hash_digest()
307 dev_dbg(ce->dev, "%s %s len=%d\n", __func__, crypto_tfm_alg_name(areq->base.tfm), areq->nbytes); in sun8i_ce_hash_run()
320 nr_sgs = dma_map_sg(ce->dev, areq->src, sg_nents(areq->src), DMA_TO_DEVICE); in sun8i_ce_hash_run()
327 len = areq->nbytes; in sun8i_ce_hash_run()
348 byte_count = areq->nbytes; in sun8i_ce_hash_run()
403 chan->timeout = areq->nbytes; in sun8i_ce_hash_run()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-cipher.c34 if (areq->cryptlen == 0 || areq->cryptlen % 16) in sun8i_ce_cipher_need_fallback()
37 sg = areq->src; in sun8i_ce_cipher_need_fallback()
43 sg = areq->dst; in sun8i_ce_cipher_need_fallback()
68 areq->base.complete, areq->base.data); in sun8i_ce_cipher_fallback()
70 areq->cryptlen, areq->iv); in sun8i_ce_cipher_fallback()
180 if (areq->src == areq->dst) { in sun8i_ce_cipher_prepare()
242 if (areq->src == areq->dst) { in sun8i_ce_cipher_prepare()
243 dma_unmap_sg(ce->dev, areq->src, sg_nents(areq->src), in sun8i_ce_cipher_prepare()
247 dma_unmap_sg(ce->dev, areq->src, sg_nents(areq->src), in sun8i_ce_cipher_prepare()
249 dma_unmap_sg(ce->dev, areq->dst, sg_nents(areq->dst), in sun8i_ce_cipher_prepare()
[all …]
H A Dsun8i-ce-hash.c144 rctx->fallback_req.src = areq->src; in sun8i_ce_hash_update()
164 rctx->fallback_req.src = areq->src; in sun8i_ce_hash_finup()
203 if (areq->nbytes == 0) in sun8i_ce_hash_need_fallback()
208 sg = areq->src; in sun8i_ce_hash_need_fallback()
231 nr_sgs = sg_nents(areq->src); in sun8i_ce_hash_digest()
307 dev_dbg(ce->dev, "%s %s len=%d\n", __func__, crypto_tfm_alg_name(areq->base.tfm), areq->nbytes); in sun8i_ce_hash_run()
320 nr_sgs = dma_map_sg(ce->dev, areq->src, sg_nents(areq->src), DMA_TO_DEVICE); in sun8i_ce_hash_run()
327 len = areq->nbytes; in sun8i_ce_hash_run()
348 byte_count = areq->nbytes; in sun8i_ce_hash_run()
403 chan->timeout = areq->nbytes; in sun8i_ce_hash_run()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-cipher.c28 if (areq->cryptlen == 0 || areq->cryptlen % 16) in sun8i_ss_need_fallback()
31 if (sg_nents(areq->src) > 8 || sg_nents(areq->dst) > 8) in sun8i_ss_need_fallback()
34 sg = areq->src; in sun8i_ss_need_fallback()
44 sg = areq->dst; in sun8i_ss_need_fallback()
85 areq->base.complete, areq->base.data); in sun8i_ss_cipher_fallback()
87 areq->cryptlen, areq->iv); in sun8i_ss_cipher_fallback()
161 if (areq->src == areq->dst) { in sun8i_ss_cipher()
234 if (areq->src == areq->dst) { in sun8i_ss_cipher()
235 dma_unmap_sg(ss->dev, areq->src, sg_nents(areq->src), in sun8i_ss_cipher()
238 dma_unmap_sg(ss->dev, areq->src, sg_nents(areq->src), in sun8i_ss_cipher()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-cipher.c28 if (areq->cryptlen == 0 || areq->cryptlen % 16) in sun8i_ss_need_fallback()
31 if (sg_nents(areq->src) > 8 || sg_nents(areq->dst) > 8) in sun8i_ss_need_fallback()
34 sg = areq->src; in sun8i_ss_need_fallback()
44 sg = areq->dst; in sun8i_ss_need_fallback()
85 areq->base.complete, areq->base.data); in sun8i_ss_cipher_fallback()
87 areq->cryptlen, areq->iv); in sun8i_ss_cipher_fallback()
161 if (areq->src == areq->dst) { in sun8i_ss_cipher()
234 if (areq->src == areq->dst) { in sun8i_ss_cipher()
235 dma_unmap_sg(ss->dev, areq->src, sg_nents(areq->src), in sun8i_ss_cipher()
238 dma_unmap_sg(ss->dev, areq->src, sg_nents(areq->src), in sun8i_ss_cipher()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-cipher.c28 if (areq->cryptlen == 0 || areq->cryptlen % 16) in sun8i_ss_need_fallback()
31 if (sg_nents(areq->src) > 8 || sg_nents(areq->dst) > 8) in sun8i_ss_need_fallback()
34 sg = areq->src; in sun8i_ss_need_fallback()
44 sg = areq->dst; in sun8i_ss_need_fallback()
85 areq->base.complete, areq->base.data); in sun8i_ss_cipher_fallback()
87 areq->cryptlen, areq->iv); in sun8i_ss_cipher_fallback()
161 if (areq->src == areq->dst) { in sun8i_ss_cipher()
234 if (areq->src == areq->dst) { in sun8i_ss_cipher()
235 dma_unmap_sg(ss->dev, areq->src, sg_nents(areq->src), in sun8i_ss_cipher()
238 dma_unmap_sg(ss->dev, areq->src, sg_nents(areq->src), in sun8i_ss_cipher()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/crypto/cavium/nitrox/
H A Dnitrox_aead.c202 areq->base.complete(&areq->base, err); in nitrox_aead_callback()
229 rctx->srclen = areq->assoclen + areq->cryptlen; in nitrox_aes_gcm_enc()
244 areq); in nitrox_aes_gcm_enc()
263 rctx->srclen = areq->cryptlen + areq->assoclen; in nitrox_aes_gcm_dec()
278 areq); in nitrox_aes_gcm_dec()
400 if (areq->assoclen != 16 && areq->assoclen != 20) in nitrox_rfc4106_set_aead_rctx_sglist()
406 sg = scatterwalk_ffwd(rctx->src + 1, areq->src, areq->assoclen); in nitrox_rfc4106_set_aead_rctx_sglist()
410 if (areq->src != areq->dst) { in nitrox_rfc4106_set_aead_rctx_sglist()
413 sg = scatterwalk_ffwd(rctx->dst + 1, areq->dst, areq->assoclen); in nitrox_rfc4106_set_aead_rctx_sglist()
437 areq->base.complete(&areq->base, err); in nitrox_rfc4106_callback()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/crypto/cavium/nitrox/
H A Dnitrox_aead.c202 areq->base.complete(&areq->base, err); in nitrox_aead_callback()
229 rctx->srclen = areq->assoclen + areq->cryptlen; in nitrox_aes_gcm_enc()
244 areq); in nitrox_aes_gcm_enc()
263 rctx->srclen = areq->cryptlen + areq->assoclen; in nitrox_aes_gcm_dec()
278 areq); in nitrox_aes_gcm_dec()
400 if (areq->assoclen != 16 && areq->assoclen != 20) in nitrox_rfc4106_set_aead_rctx_sglist()
406 sg = scatterwalk_ffwd(rctx->src + 1, areq->src, areq->assoclen); in nitrox_rfc4106_set_aead_rctx_sglist()
410 if (areq->src != areq->dst) { in nitrox_rfc4106_set_aead_rctx_sglist()
413 sg = scatterwalk_ffwd(rctx->dst + 1, areq->dst, areq->assoclen); in nitrox_rfc4106_set_aead_rctx_sglist()
437 areq->base.complete(&areq->base, err); in nitrox_rfc4106_callback()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/crypto/cavium/nitrox/
H A Dnitrox_aead.c202 areq->base.complete(&areq->base, err); in nitrox_aead_callback()
229 rctx->srclen = areq->assoclen + areq->cryptlen; in nitrox_aes_gcm_enc()
244 areq); in nitrox_aes_gcm_enc()
263 rctx->srclen = areq->cryptlen + areq->assoclen; in nitrox_aes_gcm_dec()
278 areq); in nitrox_aes_gcm_dec()
400 if (areq->assoclen != 16 && areq->assoclen != 20) in nitrox_rfc4106_set_aead_rctx_sglist()
406 sg = scatterwalk_ffwd(rctx->src + 1, areq->src, areq->assoclen); in nitrox_rfc4106_set_aead_rctx_sglist()
410 if (areq->src != areq->dst) { in nitrox_rfc4106_set_aead_rctx_sglist()
413 sg = scatterwalk_ffwd(rctx->dst + 1, areq->dst, areq->assoclen); in nitrox_rfc4106_set_aead_rctx_sglist()
437 areq->base.complete(&areq->base, err); in nitrox_rfc4106_callback()
[all …]

12345678910>>...26