Symbol: skcipher_request_set_tfm
arch/arm/crypto/aes-ce-glue.c
276
skcipher_request_set_tfm(&subreq, tfm);
arch/arm/crypto/aes-ce-glue.c
334
skcipher_request_set_tfm(&subreq, tfm);
arch/arm/crypto/aes-ce-glue.c
441
skcipher_request_set_tfm(&subreq, tfm);
arch/arm/crypto/aes-ce-glue.c
513
skcipher_request_set_tfm(&subreq, tfm);
arch/arm/crypto/aes-neonbs-glue.c
272
skcipher_request_set_tfm(&subreq, tfm);
arch/arm64/crypto/aes-glue.c
282
skcipher_request_set_tfm(&subreq, tfm);
arch/arm64/crypto/aes-glue.c
338
skcipher_request_set_tfm(&subreq, tfm);
arch/arm64/crypto/aes-glue.c
537
skcipher_request_set_tfm(&subreq, tfm);
arch/arm64/crypto/aes-glue.c
606
skcipher_request_set_tfm(&subreq, tfm);
arch/arm64/crypto/aes-neonbs-glue.c
308
skcipher_request_set_tfm(&subreq, tfm);
arch/arm64/crypto/sm4-ce-glue.c
217
skcipher_request_set_tfm(&subreq, tfm);
arch/arm64/crypto/sm4-ce-glue.c
335
skcipher_request_set_tfm(&subreq, tfm);
arch/powerpc/crypto/aes_cbc.c
87
skcipher_request_set_tfm(subreq, ctx->fallback);
arch/powerpc/crypto/aes_ctr.c
106
skcipher_request_set_tfm(subreq, ctx->fallback);
arch/powerpc/crypto/aes_xts.c
98
skcipher_request_set_tfm(subreq, ctx->fallback);
arch/riscv/crypto/aes-riscv64-glue.c
195
skcipher_request_set_tfm(&subreq, tfm);
arch/riscv/crypto/aes-riscv64-glue.c
338
skcipher_request_set_tfm(&subreq, tfm);
arch/s390/crypto/aes_s390.c
342
skcipher_request_set_tfm(subreq, xts_ctx->fallback);
arch/s390/crypto/aes_s390.c
475
skcipher_request_set_tfm(subreq, xts_ctx->fallback);
arch/s390/crypto/aes_s390.c
93
skcipher_request_set_tfm(subreq, sctx->fallback.skcipher);
arch/x86/crypto/aesni-intel_glue.c
220
skcipher_request_set_tfm(&subreq, tfm);
arch/x86/crypto/aesni-intel_glue.c
276
skcipher_request_set_tfm(&subreq, tfm);
arch/x86/crypto/aesni-intel_glue.c
404
skcipher_request_set_tfm(&subreq, tfm);
crypto/adiantum.c
136
skcipher_request_set_tfm(&data->req, tctx->streamcipher);
crypto/adiantum.c
445
skcipher_request_set_tfm(&rctx->u.streamcipher_req, tctx->streamcipher);
crypto/algif_skcipher.c
155
skcipher_request_set_tfm(&areq->cra_u.skcipher_req, tfm);
crypto/authenc.c
209
skcipher_request_set_tfm(skreq, enc);
crypto/authenc.c
255
skcipher_request_set_tfm(skreq, ctx->enc);
crypto/authencesn.c
185
skcipher_request_set_tfm(skreq, enc);
crypto/authencesn.c
235
skcipher_request_set_tfm(skreq, ctx->enc);
crypto/ccm.c
306
skcipher_request_set_tfm(skreq, ctx->ctr);
crypto/ccm.c
370
skcipher_request_set_tfm(skreq, ctx->ctr);
crypto/chacha20poly1305.c
119
skcipher_request_set_tfm(&creq->req, ctx->chacha);
crypto/chacha20poly1305.c
225
skcipher_request_set_tfm(&creq->req, ctx->chacha);
crypto/chacha20poly1305.c
261
skcipher_request_set_tfm(&creq->req, ctx->chacha);
crypto/cryptd.c
263
skcipher_request_set_tfm(subreq, child);
crypto/ctr.c
209
skcipher_request_set_tfm(subreq, child);
crypto/cts.c
153
skcipher_request_set_tfm(subreq, ctx->child);
crypto/cts.c
248
skcipher_request_set_tfm(subreq, ctx->child);
crypto/essiv.c
149
skcipher_request_set_tfm(subreq, tctx->u.skcipher);
crypto/gcm.c
119
skcipher_request_set_tfm(&data->req, ctr);
crypto/gcm.c
184
skcipher_request_set_tfm(skreq, ctx->ctr);
crypto/hctr2.c
252
skcipher_request_set_tfm(&rctx->u.xctr_req, tctx->xctr);
crypto/krb5enc.c
156
skcipher_request_set_tfm(skreq, enc);
crypto/krb5enc.c
324
skcipher_request_set_tfm(skreq, ctx->enc);
crypto/lrw.c
155
skcipher_request_set_tfm(req, tfm);
crypto/lrw.c
229
skcipher_request_set_tfm(subreq, ctx->child);
crypto/simd.c
78
skcipher_request_set_tfm(subreq, child);
crypto/simd.c
99
skcipher_request_set_tfm(subreq, child);
crypto/xts.c
182
skcipher_request_set_tfm(subreq, ctx->child);
crypto/xts.c
250
skcipher_request_set_tfm(subreq, ctx->child);
crypto/xts.c
96
skcipher_request_set_tfm(req, tfm);
drivers/crypto/allwinner/sun4i-ss/sun4i-ss-cipher.c
162
skcipher_request_set_tfm(&ctx->fallback_req, op->fallback_tfm);
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c
122
skcipher_request_set_tfm(&rctx->fallback_req, op->fallback_tfm);
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-cipher.c
108
skcipher_request_set_tfm(&rctx->fallback_req, op->fallback_tfm);
drivers/crypto/amlogic/amlogic-gxl-cipher.c
71
skcipher_request_set_tfm(&rctx->fallback_req, op->fallback_tfm);
drivers/crypto/aspeed/aspeed-hace-crypto.c
34
skcipher_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm);
drivers/crypto/atmel-aes.c
1051
skcipher_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm);
drivers/crypto/caam/caamalg.c
1914
skcipher_request_set_tfm(&rctx->fallback_req, ctx->fallback);
drivers/crypto/caam/caamalg_qi.c
1440
skcipher_request_set_tfm(&rctx->fallback_req, ctx->fallback);
drivers/crypto/caam/caamalg_qi2.c
1496
skcipher_request_set_tfm(&caam_req->fallback_req, ctx->fallback);
drivers/crypto/caam/caamalg_qi2.c
1546
skcipher_request_set_tfm(&caam_req->fallback_req, ctx->fallback);
drivers/crypto/ccp/ccp-crypto-aes-xts.c
151
skcipher_request_set_tfm(&rctx->fallback_req,
drivers/crypto/ccree/cc_cipher.c
911
skcipher_request_set_tfm(subreq, ctx_p->fallback_tfm);
drivers/crypto/chelsio/chcr_algo.c
668
skcipher_request_set_tfm(&reqctx->fallback_req, cipher);
drivers/crypto/gemini/sl3516-ce-cipher.c
115
skcipher_request_set_tfm(&rctx->fallback_req, op->fallback_tfm);
drivers/crypto/geode-aes.c
275
skcipher_request_set_tfm(subreq, tctx->fallback.skcipher);
drivers/crypto/inside-secure/safexcel_cipher.c
1137
skcipher_request_set_tfm(req, __crypto_skcipher_cast(tfm));
drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c
964
skcipher_request_set_tfm(&rctx->fallback_req, op->fallback_tfm);
drivers/crypto/intel/qat/qat_common/qat_algs.c
1001
skcipher_request_set_tfm(nreq, ctx->ftfm);
drivers/crypto/intel/qat/qat_common/qat_algs.c
1069
skcipher_request_set_tfm(nreq, ctx->ftfm);
drivers/crypto/marvell/octeontx2/otx2_cptvf_algs.c
335
skcipher_request_set_tfm(&rctx->sk_fbk_req, ctx->fbk_cipher);
drivers/crypto/mxs-dcp.c
454
skcipher_request_set_tfm(&rctx->fallback_req, ctx->fallback);
drivers/crypto/omap-aes.c
545
skcipher_request_set_tfm(&rctx->fallback_req, ctx->fallback);
drivers/crypto/qce/skcipher.c
295
skcipher_request_set_tfm(&rctx->fallback_req, ctx->fallback);
drivers/crypto/rockchip/rk3288_crypto_skcipher.c
79
skcipher_request_set_tfm(&rctx->fallback_req, op->fallback_tfm);
drivers/crypto/sa2ul.c
1316
skcipher_request_set_tfm(subreq, ctx->fallback.skcipher);
drivers/crypto/sahara.c
650
skcipher_request_set_tfm(&rctx->fallback_req, ctx->fallback);
drivers/crypto/starfive/jh7110-aes.c
778
skcipher_request_set_tfm(subreq, ctx->skcipher_fbk);
drivers/md/dm-crypt.c
1477
skcipher_request_set_tfm(ctx->r.req, cc->cipher_tfm.tfms[key_index]);
drivers/md/dm-crypt.c
750
skcipher_request_set_tfm(req, tfm);
include/crypto/skcipher.h
826
skcipher_request_set_tfm(req, &tfm->base);
include/crypto/skcipher.h
855
skcipher_request_set_tfm(req, tfm);