Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/include/crypto/
H A Dskcipher.h464 static inline void skcipher_request_set_tfm(struct skcipher_request *req, in skcipher_request_set_tfm() function
473 skcipher_request_set_tfm(req, &tfm->base); in skcipher_request_set_sync_tfm()
502 skcipher_request_set_tfm(req, tfm); in skcipher_request_alloc()
/OK3568_Linux_fs/kernel/crypto/
H A Dxts.c96 skcipher_request_set_tfm(req, tfm); in xts_xor_tweak()
182 skcipher_request_set_tfm(subreq, ctx->child); in xts_cts_final()
250 skcipher_request_set_tfm(subreq, ctx->child); in xts_init_crypt()
H A Dlrw.c155 skcipher_request_set_tfm(req, tfm); in lrw_xor_tweak()
229 skcipher_request_set_tfm(subreq, ctx->child); in lrw_init_crypt()
H A Dcts.c153 skcipher_request_set_tfm(subreq, ctx->child); in crypto_cts_encrypt()
248 skcipher_request_set_tfm(subreq, ctx->child); in crypto_cts_decrypt()
H A Dchacha20poly1305.c143 skcipher_request_set_tfm(&creq->req, ctx->chacha); in chacha_decrypt()
383 skcipher_request_set_tfm(&creq->req, ctx->chacha); in poly_genkey()
419 skcipher_request_set_tfm(&creq->req, ctx->chacha); in chacha_encrypt()
H A Dsimd.c78 skcipher_request_set_tfm(subreq, child); in simd_skcipher_encrypt()
99 skcipher_request_set_tfm(subreq, child); in simd_skcipher_decrypt()
H A Dauthencesn.c207 skcipher_request_set_tfm(skreq, enc); in crypto_authenc_esn_encrypt()
253 skcipher_request_set_tfm(skreq, ctx->enc); in crypto_authenc_esn_decrypt_tail()
H A Dauthenc.c217 skcipher_request_set_tfm(skreq, enc); in crypto_authenc_encrypt()
255 skcipher_request_set_tfm(skreq, ctx->enc); in crypto_authenc_decrypt_tail()
H A Dadiantum.c148 skcipher_request_set_tfm(&data->req, tctx->streamcipher); in adiantum_setkey()
377 skcipher_request_set_tfm(&rctx->u.streamcipher_req, tctx->streamcipher); in adiantum_crypt()
H A Dalgif_skcipher.c106 skcipher_request_set_tfm(&areq->cra_u.skcipher_req, tfm); in _skcipher_recvmsg()
H A Dctr.c209 skcipher_request_set_tfm(subreq, child); in crypto_rfc3686_crypt()
H A Dccm.c309 skcipher_request_set_tfm(skreq, ctx->ctr); in crypto_ccm_encrypt()
374 skcipher_request_set_tfm(skreq, ctx->ctr); in crypto_ccm_decrypt()
/OK3568_Linux_fs/kernel/Documentation/crypto/
H A Dapi-skcipher.rst26 …:functions: crypto_skcipher_reqsize skcipher_request_set_tfm skcipher_request_alloc skcipher_reque…
/OK3568_Linux_fs/kernel/arch/arm/crypto/
H A Daes-ce-glue.c278 skcipher_request_set_tfm(&subreq, tfm); in cts_cbc_encrypt()
336 skcipher_request_set_tfm(&subreq, tfm); in cts_cbc_decrypt()
466 skcipher_request_set_tfm(&subreq, tfm); in xts_encrypt()
538 skcipher_request_set_tfm(&subreq, tfm); in xts_decrypt()
H A Daes-neonbs-glue.c154 skcipher_request_set_tfm(subreq, ctx->enc_tfm); in cbc_encrypt()
360 skcipher_request_set_tfm(&subreq, tfm); in __xts_crypt()
/OK3568_Linux_fs/kernel/drivers/crypto/vmx/
H A Daes_cbc.c83 skcipher_request_set_tfm(subreq, ctx->fallback); in p8_aes_cbc_crypt()
H A Daes_ctr.c102 skcipher_request_set_tfm(subreq, ctx->fallback); in p8_aes_ctr_crypt()
H A Daes_xts.c94 skcipher_request_set_tfm(subreq, ctx->fallback); in p8_aes_xts_crypt()
/OK3568_Linux_fs/kernel/arch/arm64/crypto/
H A Daes-glue.c282 skcipher_request_set_tfm(&subreq, tfm); in cts_cbc_encrypt()
339 skcipher_request_set_tfm(&subreq, tfm); in cts_cbc_decrypt()
506 skcipher_request_set_tfm(&subreq, tfm); in xts_encrypt()
578 skcipher_request_set_tfm(&subreq, tfm); in xts_decrypt()
/OK3568_Linux_fs/kernel/drivers/crypto/
H A Dsahara.c660 skcipher_request_set_tfm(&rctx->fallback_req, ctx->fallback); in sahara_aes_ecb_encrypt()
680 skcipher_request_set_tfm(&rctx->fallback_req, ctx->fallback); in sahara_aes_ecb_decrypt()
700 skcipher_request_set_tfm(&rctx->fallback_req, ctx->fallback); in sahara_aes_cbc_encrypt()
720 skcipher_request_set_tfm(&rctx->fallback_req, ctx->fallback); in sahara_aes_cbc_decrypt()
H A Dgeode-aes.c275 skcipher_request_set_tfm(subreq, tctx->fallback.skcipher); in geode_skcipher_crypt()
/OK3568_Linux_fs/kernel/drivers/crypto/ccp/
H A Dccp-crypto-aes-xts.c151 skcipher_request_set_tfm(&rctx->fallback_req, in ccp_aes_xts_crypt()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dsec_tkip.c398 skcipher_request_set_tfm(req, tkey->tx_tfm_arc4); in lib80211_tkip_encrypt()
493 skcipher_request_set_tfm(req, tkey->rx_tfm_arc4);
/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Dglue_helper.c286 skcipher_request_set_tfm(&subreq, tfm); in glue_xts_req_128bit()
/OK3568_Linux_fs/kernel/drivers/crypto/amlogic/
H A Damlogic-gxl-cipher.c71 skcipher_request_set_tfm(&rctx->fallback_req, op->fallback_tfm); in meson_cipher_do_fallback()

12