Searched refs:reqctx (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/crypto/ |
D | eseqiv.c | 45 struct eseqiv_request_ctx *reqctx = skcipher_givcrypt_reqctx(req); in eseqiv_complete2() local 47 memcpy(req->giv, PTR_ALIGN((u8 *)reqctx->tail, in eseqiv_complete2() 69 struct eseqiv_request_ctx *reqctx = skcipher_givcrypt_reqctx(req); in eseqiv_givencrypt() local 85 subreq = (void *)(reqctx->tail + ctx->reqoff); in eseqiv_givencrypt() 102 giv = PTR_ALIGN((u8 *)reqctx->tail, in eseqiv_givencrypt() 111 sg_init_table(reqctx->src, 2); in eseqiv_givencrypt() 112 sg_set_buf(reqctx->src, giv, ivsize); in eseqiv_givencrypt() 113 scatterwalk_crypto_chain(reqctx->src, osrc, vsrc == giv + ivsize, 2); in eseqiv_givencrypt() 115 dst = reqctx->src; in eseqiv_givencrypt() 117 sg_init_table(reqctx->dst, 2); in eseqiv_givencrypt() [all …]
|
/linux-4.4.14/drivers/crypto/ |
D | s5p-sss.c | 467 struct s5p_aes_reqctx *reqctx; in s5p_tasklet_cb() local 486 reqctx = ablkcipher_request_ctx(dev->req); in s5p_tasklet_cb() 488 s5p_aes_crypt_start(dev, reqctx->mode); in s5p_tasklet_cb() 517 struct s5p_aes_reqctx *reqctx = ablkcipher_request_ctx(req); in s5p_aes_crypt() local 525 reqctx->mode = mode; in s5p_aes_crypt()
|