Home
last modified time | relevance | path

Searched refs:crypto_skcipher_alg (Results 1 - 25 of 49) sorted by relevance

12

/kernel/linux/linux-5.10/include/crypto/
H A Dskcipher.h230 static inline struct skcipher_alg *crypto_skcipher_alg( in crypto_skcipher_alg() function
253 return crypto_skcipher_alg(tfm)->ivsize; in crypto_skcipher_ivsize()
298 return crypto_skcipher_alg_chunksize(crypto_skcipher_alg(tfm)); in crypto_skcipher_chunksize()
376 return crypto_skcipher_alg(tfm)->min_keysize; in crypto_skcipher_min_keysize()
382 return crypto_skcipher_alg(tfm)->max_keysize; in crypto_skcipher_max_keysize()
/kernel/linux/linux-6.6/include/crypto/
H A Dskcipher.h256 static inline struct skcipher_alg *crypto_skcipher_alg( in crypto_skcipher_alg() function
279 return crypto_skcipher_alg(tfm)->ivsize; in crypto_skcipher_ivsize()
324 return crypto_skcipher_alg_chunksize(crypto_skcipher_alg(tfm)); in crypto_skcipher_chunksize()
402 return crypto_skcipher_alg(tfm)->min_keysize; in crypto_skcipher_min_keysize()
408 return crypto_skcipher_alg(tfm)->max_keysize; in crypto_skcipher_max_keysize()
/kernel/linux/linux-5.10/include/crypto/internal/
H A Dskcipher.h77 return container_of(crypto_skcipher_alg(skcipher), in skcipher_alg_instance()
196 return crypto_skcipher_alg_walksize(crypto_skcipher_alg(tfm)); in crypto_skcipher_walksize()
/kernel/linux/linux-6.6/include/crypto/internal/
H A Dskcipher.h86 return container_of(crypto_skcipher_alg(skcipher), in skcipher_alg_instance()
226 return crypto_skcipher_alg_walksize(crypto_skcipher_alg(tfm)); in crypto_skcipher_walksize()
/kernel/linux/linux-5.10/drivers/crypto/qce/
H A Dcipher.h51 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in to_cipher_tmpl()
/kernel/linux/linux-6.6/drivers/crypto/qce/
H A Dcipher.h50 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in to_cipher_tmpl()
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-cipher.c28 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun8i_ce_cipher_need_fallback()
97 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun8i_ce_cipher_fallback()
127 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun8i_ce_cipher_prepare()
419 struct skcipher_alg *alg = crypto_skcipher_alg(sktfm); in sun8i_ce_cipher_init()
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-cipher.c26 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun8i_ss_need_fallback()
97 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun8i_ss_cipher_fallback()
189 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun8i_ss_cipher()
393 struct skcipher_alg *alg = crypto_skcipher_alg(sktfm); in sun8i_ss_cipher_init()
/kernel/linux/linux-6.6/drivers/crypto/rockchip/
H A Drk3288_crypto_skcipher.c26 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in rk_cipher_need_fallback()
73 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in rk_cipher_fallback()
313 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in rk_cipher_run()
438 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in rk_cipher_tfm_init()
/kernel/linux/linux-5.10/drivers/crypto/amlogic/
H A Damlogic-gxl-cipher.c65 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in meson_cipher_do_fallback()
90 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in meson_cipher()
317 struct skcipher_alg *alg = crypto_skcipher_alg(sktfm); in meson_cipher_init()
/kernel/linux/linux-6.6/drivers/crypto/amlogic/
H A Damlogic-gxl-cipher.c65 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in meson_cipher_do_fallback()
90 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in meson_cipher()
316 struct skcipher_alg *alg = crypto_skcipher_alg(sktfm); in meson_cipher_init()
/kernel/linux/linux-6.6/drivers/crypto/gemini/
H A Dsl3516-ce-cipher.c108 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sl3516_ce_cipher_fallback()
133 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sl3516_ce_cipher()
320 struct skcipher_alg *alg = crypto_skcipher_alg(sktfm); in sl3516_ce_cipher_init()
/kernel/linux/linux-5.10/crypto/
H A Dskcipher.c582 struct skcipher_alg *cipher = crypto_skcipher_alg(tfm); in skcipher_setkey_unaligned()
602 struct skcipher_alg *cipher = crypto_skcipher_alg(tfm); in crypto_skcipher_setkey()
635 ret = crypto_skcipher_alg(tfm)->encrypt(req); in crypto_skcipher_encrypt()
652 ret = crypto_skcipher_alg(tfm)->decrypt(req); in crypto_skcipher_decrypt()
661 struct skcipher_alg *alg = crypto_skcipher_alg(skcipher); in crypto_skcipher_exit_tfm()
669 struct skcipher_alg *alg = crypto_skcipher_alg(skcipher); in crypto_skcipher_init_tfm()
H A Dsimd.c119 alg = crypto_skcipher_alg(tfm); in simd_skcipher_init()
154 ialg = crypto_skcipher_alg(tfm); in simd_skcipher_create_compat()
/kernel/linux/linux-6.6/crypto/
H A Dskcipher.c595 struct skcipher_alg *cipher = crypto_skcipher_alg(tfm); in skcipher_setkey_unaligned()
615 struct skcipher_alg *cipher = crypto_skcipher_alg(tfm); in crypto_skcipher_setkey()
640 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in crypto_skcipher_encrypt()
662 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in crypto_skcipher_decrypt()
684 struct skcipher_alg *alg = crypto_skcipher_alg(skcipher); in crypto_skcipher_exit_tfm()
692 struct skcipher_alg *alg = crypto_skcipher_alg(skcipher); in crypto_skcipher_init_tfm()
H A Dsimd.c119 alg = crypto_skcipher_alg(tfm); in simd_skcipher_init()
154 ialg = crypto_skcipher_alg(tfm); in simd_skcipher_create_compat()
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-cipher.c78 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun8i_ss_cipher_fallback()
165 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun8i_ss_cipher()
370 struct skcipher_alg *alg = crypto_skcipher_alg(sktfm); in sun8i_ss_cipher_init()
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-cipher.c60 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun8i_ce_cipher_fallback()
86 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun8i_ce_cipher_prepare()
380 struct skcipher_alg *alg = crypto_skcipher_alg(sktfm); in sun8i_ce_cipher_init()
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-cipher.c38 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun4i_ss_opti_poll()
154 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun4i_ss_cipher_poll_fallback()
186 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun4i_ss_cipher_poll()
/kernel/linux/linux-5.10/drivers/crypto/ccp/
H A Dccp-crypto.h73 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in ccp_crypto_skcipher_alg()
/kernel/linux/linux-6.6/drivers/crypto/ccp/
H A Dccp-crypto.h74 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in ccp_crypto_skcipher_alg()
/kernel/linux/linux-5.10/drivers/crypto/
H A Dpicoxcell_crypto.c837 struct spacc_alg *spacc_alg = to_spacc_skcipher(crypto_skcipher_alg(tfm)); in spacc_ablk_need_fallback()
868 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in spacc_ablk_submit()
927 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in spacc_ablk_setup()
1004 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in spacc_ablk_init_tfm()
1042 struct skcipher_alg *alg = crypto_skcipher_alg(cipher); in spacc_ablk_encrypt()
1051 struct skcipher_alg *alg = crypto_skcipher_alg(cipher); in spacc_ablk_decrypt()
/kernel/linux/linux-6.6/tools/testing/crypto/chacha20-s390/
H A Dtest-cipher.c224 crypto_skcipher_alg(sk.tfm)->walksize, in test_skcipher()
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-cipher.c175 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun4i_ss_cipher_poll()
/kernel/linux/linux-5.10/drivers/crypto/rockchip/
H A Drk3288_crypto_skcipher.c439 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in rk_ablk_init_tfm()

Completed in 19 milliseconds

12