/linux/include/crypto/ |
A D | skcipher.h | 230 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()
|
/linux/include/crypto/internal/ |
A D | skcipher.h | 78 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/crypto/ |
A D | skcipher.c | 577 struct skcipher_alg *cipher = crypto_skcipher_alg(tfm); in skcipher_setkey_unaligned() 597 struct skcipher_alg *cipher = crypto_skcipher_alg(tfm); in crypto_skcipher_setkey() 630 ret = crypto_skcipher_alg(tfm)->encrypt(req); in crypto_skcipher_encrypt() 647 ret = crypto_skcipher_alg(tfm)->decrypt(req); in crypto_skcipher_decrypt() 656 struct skcipher_alg *alg = crypto_skcipher_alg(skcipher); in crypto_skcipher_exit_tfm() 664 struct skcipher_alg *alg = crypto_skcipher_alg(skcipher); in crypto_skcipher_init_tfm()
|
A D | simd.c | 119 alg = crypto_skcipher_alg(tfm); in simd_skcipher_init() 154 ialg = crypto_skcipher_alg(tfm); in simd_skcipher_create_compat()
|
A D | testmgr.c | 2960 const char *algname = crypto_skcipher_alg(tfm)->base.cra_name; in test_skcipher_vs_generic_impl()
|
/linux/drivers/crypto/qce/ |
A D | cipher.h | 50 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in to_cipher_tmpl()
|
/linux/drivers/crypto/gemini/ |
A D | sl3516-ce-cipher.c | 104 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sl3516_ce_cipher_fallback() 129 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sl3516_ce_cipher() 314 struct skcipher_alg *alg = crypto_skcipher_alg(sktfm); in sl3516_ce_cipher_init()
|
/linux/drivers/crypto/amlogic/ |
A 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/drivers/crypto/allwinner/sun8i-ss/ |
A 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() 330 struct skcipher_alg *alg = crypto_skcipher_alg(sktfm); in sun8i_ss_cipher_init()
|
/linux/drivers/crypto/allwinner/sun8i-ce/ |
A 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() 380 struct skcipher_alg *alg = crypto_skcipher_alg(sktfm); in sun8i_ce_cipher_init()
|
/linux/drivers/crypto/allwinner/sun4i-ss/ |
A D | sun4i-ss-cipher.c | 39 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun4i_ss_opti_poll() 157 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun4i_ss_cipher_poll_fallback() 189 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun4i_ss_cipher_poll()
|
/linux/drivers/crypto/ccp/ |
A D | ccp-crypto.h | 74 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in ccp_crypto_skcipher_alg()
|
/linux/drivers/crypto/rockchip/ |
A D | rk3288_crypto_skcipher.c | 380 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in rk_ablk_init_tfm()
|
/linux/drivers/crypto/caam/ |
A 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()
|
A 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()
|
A D | caamalg_qi2.c | 945 container_of(crypto_skcipher_alg(skcipher), in skcipher_setkey() 1603 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in caam_cra_init_skcipher()
|
/linux/drivers/crypto/ux500/cryp/ |
A D | cryp_core.c | 1057 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in cryp_init_tfm()
|
/linux/drivers/crypto/chelsio/ |
A D | chcr_algo.c | 568 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in get_cryptoalg_subtype() 1468 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in chcr_init_tfm() 1487 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in chcr_rfc3686_init()
|
/linux/drivers/crypto/amcc/ |
A D | crypto4xx_core.c | 947 struct skcipher_alg *alg = crypto_skcipher_alg(sk); in crypto4xx_sk_init()
|
/linux/drivers/crypto/ |
A D | n2_core.c | 717 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in n2_skcipher_alg()
|
A D | hifn_795x.c | 2374 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in hifn_init_tfm()
|
A D | talitos.c | 3083 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in talitos_cra_init_skcipher()
|
/linux/drivers/md/ |
A D | dm-crypt.c | 2321 crypto_skcipher_alg(any_tfm(cc))->base.cra_driver_name); in crypt_alloc_tfms_skcipher()
|
/linux/drivers/crypto/bcm/ |
A D | cipher.c | 4211 struct skcipher_alg *alg = crypto_skcipher_alg(skcipher); in skcipher_init_tfm()
|