/Linux-v5.10/include/crypto/ |
D | skcipher.h | 228 static inline struct skcipher_alg *crypto_skcipher_alg( in crypto_skcipher_alg() function 251 return crypto_skcipher_alg(tfm)->ivsize; in crypto_skcipher_ivsize() 296 return crypto_skcipher_alg_chunksize(crypto_skcipher_alg(tfm)); in crypto_skcipher_chunksize() 374 return crypto_skcipher_alg(tfm)->min_keysize; in crypto_skcipher_min_keysize() 380 return crypto_skcipher_alg(tfm)->max_keysize; in crypto_skcipher_max_keysize()
|
/Linux-v5.10/include/crypto/internal/ |
D | skcipher.h | 77 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()
|
/Linux-v5.10/drivers/crypto/qce/ |
D | cipher.h | 51 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in to_cipher_tmpl()
|
/Linux-v5.10/drivers/crypto/amlogic/ |
D | amlogic-gxl-cipher.c | 65 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() 315 struct skcipher_alg *alg = crypto_skcipher_alg(sktfm); in meson_cipher_init()
|
/Linux-v5.10/crypto/ |
D | skcipher.c | 582 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()
|
D | simd.c | 119 alg = crypto_skcipher_alg(tfm); in simd_skcipher_init() 154 ialg = crypto_skcipher_alg(tfm); in simd_skcipher_create_compat()
|
D | testmgr.c | 2974 const char *algname = crypto_skcipher_alg(tfm)->base.cra_name; in test_skcipher_vs_generic_impl()
|
/Linux-v5.10/drivers/crypto/allwinner/sun8i-ss/ |
D | sun8i-ss-cipher.c | 77 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun8i_ss_cipher_fallback() 101 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun8i_ss_cipher() 327 struct skcipher_alg *alg = crypto_skcipher_alg(sktfm); in sun8i_ss_cipher_init()
|
/Linux-v5.10/drivers/crypto/allwinner/sun8i-ce/ |
D | sun8i-ce-cipher.c | 59 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun8i_ce_cipher_fallback() 85 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun8i_ce_cipher_prepare() 377 struct skcipher_alg *alg = crypto_skcipher_alg(sktfm); in sun8i_ce_cipher_init()
|
/Linux-v5.10/drivers/crypto/ccp/ |
D | ccp-crypto.h | 73 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in ccp_crypto_skcipher_alg()
|
/Linux-v5.10/drivers/crypto/ |
D | picoxcell_crypto.c | 837 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()
|
D | n2_core.c | 716 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in n2_skcipher_alg()
|
D | hifn_795x.c | 2374 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in hifn_init_tfm()
|
D | talitos.c | 3062 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in talitos_cra_init_skcipher()
|
/Linux-v5.10/drivers/crypto/rockchip/ |
D | rk3288_crypto_skcipher.c | 380 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in rk_ablk_init_tfm()
|
/Linux-v5.10/drivers/crypto/allwinner/sun4i-ss/ |
D | sun4i-ss-cipher.c | 151 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun4i_ss_cipher_poll()
|
/Linux-v5.10/drivers/crypto/caam/ |
D | caamalg_qi.c | 622 container_of(crypto_skcipher_alg(skcipher), typeof(*alg), in skcipher_setkey() 2491 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in caam_cra_init()
|
D | caamalg.c | 734 container_of(crypto_skcipher_alg(skcipher), typeof(*alg), in skcipher_setkey() 3391 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in caam_cra_init()
|
D | caamalg_qi2.c | 942 container_of(crypto_skcipher_alg(skcipher), in skcipher_setkey() 1600 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in caam_cra_init_skcipher()
|
/Linux-v5.10/drivers/crypto/ux500/cryp/ |
D | cryp_core.c | 1056 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in cryp_init_tfm()
|
/Linux-v5.10/drivers/crypto/amcc/ |
D | crypto4xx_core.c | 947 struct skcipher_alg *alg = crypto_skcipher_alg(sk); in crypto4xx_sk_init()
|
/Linux-v5.10/drivers/crypto/chelsio/ |
D | chcr_algo.c | 572 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in get_cryptoalg_subtype() 1472 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in chcr_init_tfm() 1491 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in chcr_rfc3686_init()
|
/Linux-v5.10/drivers/md/ |
D | dm-crypt.c | 2175 crypto_skcipher_alg(any_tfm(cc))->base.cra_driver_name); in crypt_alloc_tfms_skcipher()
|
/Linux-v5.10/drivers/crypto/bcm/ |
D | cipher.c | 4213 struct skcipher_alg *alg = crypto_skcipher_alg(skcipher); in skcipher_init_tfm()
|