Home
last modified time | relevance | path

Searched refs:skcipher_request_set_tfm (Results 1 – 25 of 26) sorted by relevance

12

/Linux-v5.4/include/crypto/
Dskcipher.h467 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/
Dxts.c100 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()
Dlrw.c157 skcipher_request_set_tfm(req, tfm); in xor_tweak()
229 skcipher_request_set_tfm(subreq, ctx->child); in init_crypt()
Dcts.c157 skcipher_request_set_tfm(subreq, ctx->child); in crypto_cts_encrypt()
252 skcipher_request_set_tfm(subreq, ctx->child); in crypto_cts_decrypt()
Dchacha20poly1305.c145 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()
Dsimd.c82 skcipher_request_set_tfm(subreq, child); in simd_skcipher_encrypt()
103 skcipher_request_set_tfm(subreq, child); in simd_skcipher_decrypt()
Dauthenc.c227 skcipher_request_set_tfm(skreq, enc); in crypto_authenc_encrypt()
265 skcipher_request_set_tfm(skreq, ctx->enc); in crypto_authenc_decrypt_tail()
Dauthencesn.c217 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()
Dadiantum.c151 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()
Dalgif_skcipher.c110 skcipher_request_set_tfm(&areq->cra_u.skcipher_req, tfm); in _skcipher_recvmsg()
Dctr.c214 skcipher_request_set_tfm(subreq, child); in crypto_rfc3686_crypt()
Dccm.c317 skcipher_request_set_tfm(skreq, ctx->ctr); in crypto_ccm_encrypt()
382 skcipher_request_set_tfm(skreq, ctx->ctr); in crypto_ccm_decrypt()
Dessiv.c166 skcipher_request_set_tfm(subreq, tctx->u.skcipher); in essiv_skcipher_crypt()
Dgcm.c126 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/
Daes_cbc.c83 skcipher_request_set_tfm(subreq, ctx->fallback); in p8_aes_cbc_crypt()
Daes_ctr.c102 skcipher_request_set_tfm(subreq, ctx->fallback); in p8_aes_ctr_crypt()
Daes_xts.c91 skcipher_request_set_tfm(subreq, ctx->fallback); in p8_aes_xts_crypt()
/Linux-v5.4/arch/arm/crypto/
Daes-ce-glue.c288 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()
Daes-neonbs-glue.c345 skcipher_request_set_tfm(&subreq, tfm); in __xts_crypt()
/Linux-v5.4/Documentation/crypto/
Dapi-skcipher.rst26 …:functions: crypto_skcipher_reqsize skcipher_request_set_tfm skcipher_request_alloc skcipher_reque…
/Linux-v5.4/arch/arm64/crypto/
Daes-glue.c300 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()
Daes-neonbs-glue.c340 skcipher_request_set_tfm(&subreq, tfm); in __xts_crypt()
/Linux-v5.4/arch/x86/crypto/
Dglue_helper.c281 skcipher_request_set_tfm(&subreq, tfm); in glue_xts_req_128bit()
/Linux-v5.4/drivers/crypto/mediatek/
Dmtk-aes.c1064 skcipher_request_set_tfm(&data->req, ctr); in mtk_aes_gcm_setkey()
/Linux-v5.4/drivers/crypto/inside-secure/
Dsafexcel_cipher.c993 skcipher_request_set_tfm(req, __crypto_skcipher_cast(tfm)); in safexcel_skcipher_exit_inv()

12