| /OK3568_Linux_fs/kernel/include/crypto/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/rockchip/ |
| H A D | rk_crypto_v1_skcipher.c | 99 struct skcipher_alg *alg = crypto_skcipher_alg(cipher); in rk_cipher_setkey() 147 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in rk_cipher_encrypt() 167 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in rk_cipher_decrypt() 372 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in rk_ablk_init_tfm()
|
| H A D | rk_crypto_skcipher_utils.c | 15 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in rk_cipher_get_algt()
|
| H A D | rk3288_crypto_skcipher.c | 380 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in rk_ablk_init_tfm()
|
| /OK3568_Linux_fs/kernel/include/crypto/internal/ |
| H A D | skcipher.h | 78 return container_of(crypto_skcipher_alg(skcipher), in skcipher_alg_instance() 197 return crypto_skcipher_alg_walksize(crypto_skcipher_alg(tfm)); in crypto_skcipher_walksize()
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | skcipher.c | 583 struct skcipher_alg *cipher = crypto_skcipher_alg(tfm); in skcipher_setkey_unaligned() 603 struct skcipher_alg *cipher = crypto_skcipher_alg(tfm); in crypto_skcipher_setkey() 636 ret = crypto_skcipher_alg(tfm)->encrypt(req); in crypto_skcipher_encrypt() 653 ret = crypto_skcipher_alg(tfm)->decrypt(req); in crypto_skcipher_decrypt() 662 struct skcipher_alg *alg = crypto_skcipher_alg(skcipher); in crypto_skcipher_exit_tfm() 670 struct skcipher_alg *alg = crypto_skcipher_alg(skcipher); in crypto_skcipher_init_tfm()
|
| H 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()
|
| H A D | fips140-alg-registration.c | 181 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in fips140_skcipher_init_tfm()
|
| H A D | fips140-selftests.c | 243 err = fips_validate_alg(&crypto_skcipher_alg(tfm)->base); in fips_test_skcipher()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/amlogic/ |
| H 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() 317 struct skcipher_alg *alg = crypto_skcipher_alg(sktfm); in meson_cipher_init()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/qce/ |
| H A D | cipher.h | 51 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in to_cipher_tmpl()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun8i-ss/ |
| H A D | sun8i-ss-cipher.c | 78 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()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun8i-ce/ |
| H A D | sun8i-ce-cipher.c | 60 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()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/ |
| H A 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()
|
| H A D | n2_core.c | 716 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in n2_skcipher_alg()
|
| H A D | hifn_795x.c | 2374 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in hifn_init_tfm()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/ccp/ |
| H A D | ccp-crypto.h | 73 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in ccp_crypto_skcipher_alg()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/ |
| H A D | cryptlib.c | 177 alg = crypto_skcipher_alg(out->async.s); in cryptodev_cipher_init()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun4i-ss/ |
| H A D | sun4i-ss-cipher.c | 175 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun4i_ss_cipher_poll()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/caam/ |
| H 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()
|
| H 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()
|
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/ux500/cryp/ |
| H A D | cryp_core.c | 1056 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in cryp_init_tfm()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/chelsio/ |
| H A D | chcr_algo.c | 572 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in get_cryptoalg_subtype() 1475 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in chcr_init_tfm() 1494 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in chcr_rfc3686_init()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/amcc/ |
| H A D | crypto4xx_core.c | 947 struct skcipher_alg *alg = crypto_skcipher_alg(sk); in crypto4xx_sk_init()
|