| /Linux-v5.4/include/crypto/ |
| D | skcipher.h | 467 static inline void skcipher_request_set_tfm(struct skcipher_request *req, in skcipher_request_set_tfm() function 476 skcipher_request_set_tfm(req, &tfm->base); in skcipher_request_set_sync_tfm() 505 skcipher_request_set_tfm(req, tfm); in skcipher_request_alloc()
|
| /Linux-v5.4/crypto/ |
| D | xts.c | 100 skcipher_request_set_tfm(req, tfm); in xor_tweak() 185 skcipher_request_set_tfm(subreq, ctx->child); in cts_final() 250 skcipher_request_set_tfm(subreq, ctx->child); in init_crypt()
|
| D | lrw.c | 157 skcipher_request_set_tfm(req, tfm); in xor_tweak() 229 skcipher_request_set_tfm(subreq, ctx->child); in init_crypt()
|
| D | cts.c | 157 skcipher_request_set_tfm(subreq, ctx->child); in crypto_cts_encrypt() 252 skcipher_request_set_tfm(subreq, ctx->child); in crypto_cts_decrypt()
|
| D | chacha20poly1305.c | 145 skcipher_request_set_tfm(&creq->req, ctx->chacha); in chacha_decrypt() 385 skcipher_request_set_tfm(&creq->req, ctx->chacha); in poly_genkey() 421 skcipher_request_set_tfm(&creq->req, ctx->chacha); in chacha_encrypt()
|
| D | simd.c | 82 skcipher_request_set_tfm(subreq, child); in simd_skcipher_encrypt() 103 skcipher_request_set_tfm(subreq, child); in simd_skcipher_decrypt()
|
| D | authenc.c | 227 skcipher_request_set_tfm(skreq, enc); in crypto_authenc_encrypt() 265 skcipher_request_set_tfm(skreq, ctx->enc); in crypto_authenc_decrypt_tail()
|
| D | authencesn.c | 217 skcipher_request_set_tfm(skreq, enc); in crypto_authenc_esn_encrypt() 263 skcipher_request_set_tfm(skreq, ctx->enc); in crypto_authenc_esn_decrypt_tail()
|
| D | adiantum.c | 151 skcipher_request_set_tfm(&data->req, tctx->streamcipher); in adiantum_setkey() 385 skcipher_request_set_tfm(&rctx->u.streamcipher_req, tctx->streamcipher); in adiantum_crypt()
|
| D | algif_skcipher.c | 110 skcipher_request_set_tfm(&areq->cra_u.skcipher_req, tfm); in _skcipher_recvmsg()
|
| D | ctr.c | 214 skcipher_request_set_tfm(subreq, child); in crypto_rfc3686_crypt()
|
| D | ccm.c | 317 skcipher_request_set_tfm(skreq, ctx->ctr); in crypto_ccm_encrypt() 382 skcipher_request_set_tfm(skreq, ctx->ctr); in crypto_ccm_decrypt()
|
| D | essiv.c | 166 skcipher_request_set_tfm(subreq, tctx->u.skcipher); in essiv_skcipher_crypt()
|
| D | gcm.c | 126 skcipher_request_set_tfm(&data->req, ctr); in crypto_gcm_setkey() 194 skcipher_request_set_tfm(skreq, ctx->ctr); in crypto_gcm_init_crypt()
|
| /Linux-v5.4/drivers/crypto/vmx/ |
| D | aes_cbc.c | 83 skcipher_request_set_tfm(subreq, ctx->fallback); in p8_aes_cbc_crypt()
|
| D | aes_ctr.c | 102 skcipher_request_set_tfm(subreq, ctx->fallback); in p8_aes_ctr_crypt()
|
| D | aes_xts.c | 91 skcipher_request_set_tfm(subreq, ctx->fallback); in p8_aes_xts_crypt()
|
| /Linux-v5.4/arch/arm/crypto/ |
| D | aes-ce-glue.c | 288 skcipher_request_set_tfm(&subreq, tfm); in cts_cbc_encrypt() 346 skcipher_request_set_tfm(&subreq, tfm); in cts_cbc_decrypt() 476 skcipher_request_set_tfm(&subreq, tfm); in xts_encrypt() 548 skcipher_request_set_tfm(&subreq, tfm); in xts_decrypt()
|
| D | aes-neonbs-glue.c | 345 skcipher_request_set_tfm(&subreq, tfm); in __xts_crypt()
|
| /Linux-v5.4/Documentation/crypto/ |
| D | api-skcipher.rst | 26 …:functions: crypto_skcipher_reqsize skcipher_request_set_tfm skcipher_request_alloc skcipher_reque…
|
| /Linux-v5.4/arch/arm64/crypto/ |
| D | aes-glue.c | 300 skcipher_request_set_tfm(&subreq, tfm); in cts_cbc_encrypt() 357 skcipher_request_set_tfm(&subreq, tfm); in cts_cbc_decrypt() 547 skcipher_request_set_tfm(&subreq, tfm); in xts_encrypt() 619 skcipher_request_set_tfm(&subreq, tfm); in xts_decrypt()
|
| D | aes-neonbs-glue.c | 340 skcipher_request_set_tfm(&subreq, tfm); in __xts_crypt()
|
| /Linux-v5.4/arch/x86/crypto/ |
| D | glue_helper.c | 281 skcipher_request_set_tfm(&subreq, tfm); in glue_xts_req_128bit()
|
| /Linux-v5.4/drivers/crypto/mediatek/ |
| D | mtk-aes.c | 1064 skcipher_request_set_tfm(&data->req, ctr); in mtk_aes_gcm_setkey()
|
| /Linux-v5.4/drivers/crypto/inside-secure/ |
| D | safexcel_cipher.c | 993 skcipher_request_set_tfm(req, __crypto_skcipher_cast(tfm)); in safexcel_skcipher_exit_inv()
|