/linux-6.1.9/include/crypto/internal/ |
D | skcipher.h | 24 char head[offsetof(struct skcipher_alg, base)]; 27 struct skcipher_alg alg; 101 static inline struct skcipher_alg *crypto_skcipher_spawn_alg( in crypto_skcipher_spawn_alg() 104 return container_of(spawn->base.alg, struct skcipher_alg, base); in crypto_skcipher_spawn_alg() 107 static inline struct skcipher_alg *crypto_spawn_skcipher_alg( in crypto_spawn_skcipher_alg() 125 int crypto_register_skcipher(struct skcipher_alg *alg); 126 void crypto_unregister_skcipher(struct skcipher_alg *alg); 127 int crypto_register_skciphers(struct skcipher_alg *algs, int count); 128 void crypto_unregister_skciphers(struct skcipher_alg *algs, int count); 165 struct skcipher_alg *alg) in crypto_skcipher_alg_min_keysize() [all …]
|
D | simd.h | 15 struct skcipher_alg; 24 int simd_register_skciphers_compat(struct skcipher_alg *algs, int count, 27 void simd_unregister_skciphers(struct skcipher_alg *algs, int count,
|
/linux-6.1.9/drivers/crypto/vmx/ |
D | aesp8-ppc.h | 12 extern struct skcipher_alg p8_aes_cbc_alg; 13 extern struct skcipher_alg p8_aes_ctr_alg; 14 extern struct skcipher_alg p8_aes_xts_alg;
|
/linux-6.1.9/include/crypto/ |
D | skcipher.h | 108 struct skcipher_alg { struct 234 static inline struct skcipher_alg *crypto_skcipher_alg( in crypto_skcipher_alg() 238 struct skcipher_alg, base); in crypto_skcipher_alg() 241 static inline unsigned int crypto_skcipher_alg_ivsize(struct skcipher_alg *alg) in crypto_skcipher_alg_ivsize() 283 struct skcipher_alg *alg) in crypto_skcipher_alg_chunksize()
|
/linux-6.1.9/arch/s390/crypto/ |
D | des_s390.c | 146 static struct skcipher_alg ecb_des_alg = { 170 static struct skcipher_alg cbc_des_alg = { 264 static struct skcipher_alg ecb_des3_alg = { 288 static struct skcipher_alg cbc_des3_alg = { 361 static struct skcipher_alg ctr_des_alg = { 382 static struct skcipher_alg ctr_des3_alg = { 400 static struct skcipher_alg *des_s390_skciphers_ptr[6]; 413 static int des_s390_register_skcipher(struct skcipher_alg *alg) in des_s390_register_skcipher()
|
D | paes_s390.c | 257 static struct skcipher_alg ecb_paes_alg = { 376 static struct skcipher_alg cbc_paes_alg = { 553 static struct skcipher_alg xts_paes_alg = { 710 static struct skcipher_alg ctr_paes_alg = { 729 static inline void __crypto_unregister_skcipher(struct skcipher_alg *alg) in __crypto_unregister_skcipher()
|
D | aes_s390.c | 280 static struct skcipher_alg ecb_aes_alg = { 360 static struct skcipher_alg cbc_aes_alg = { 515 static struct skcipher_alg xts_aes_alg = { 614 static struct skcipher_alg ctr_aes_alg = { 960 static struct skcipher_alg *aes_s390_skcipher_algs[4]; 964 static int aes_s390_register_skcipher(struct skcipher_alg *alg) in aes_s390_register_skcipher()
|
/linux-6.1.9/crypto/ |
D | essiv.c | 448 struct skcipher_alg *skcipher_alg = NULL; in essiv_create() local 487 skcipher_alg = crypto_spawn_skcipher_alg(&ictx->u.skcipher_spawn); in essiv_create() 488 block_base = &skcipher_alg->base; in essiv_create() 489 ivsize = crypto_skcipher_alg_ivsize(skcipher_alg); in essiv_create() 579 skcipher_inst->alg.min_keysize = crypto_skcipher_alg_min_keysize(skcipher_alg); in essiv_create() 580 skcipher_inst->alg.max_keysize = crypto_skcipher_alg_max_keysize(skcipher_alg); in essiv_create() 582 skcipher_inst->alg.chunksize = crypto_skcipher_alg_chunksize(skcipher_alg); in essiv_create() 583 skcipher_inst->alg.walksize = crypto_skcipher_alg_walksize(skcipher_alg); in essiv_create()
|
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() 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() 689 struct skcipher_alg *skcipher = container_of(alg, struct skcipher_alg, in crypto_skcipher_show() 707 struct skcipher_alg *skcipher = container_of(alg, struct skcipher_alg, in crypto_skcipher_report() 790 static int skcipher_prepare_alg(struct skcipher_alg *alg) in skcipher_prepare_alg() 810 int crypto_register_skcipher(struct skcipher_alg *alg) in crypto_register_skcipher() 823 void crypto_unregister_skcipher(struct skcipher_alg *alg) in crypto_unregister_skcipher() 829 int crypto_register_skciphers(struct skcipher_alg *algs, int count) in crypto_register_skciphers() [all …]
|
D | simd.c | 43 struct skcipher_alg alg; 116 struct skcipher_alg *alg; in simd_skcipher_init() 145 struct skcipher_alg *ialg; in simd_skcipher_create_compat() 146 struct skcipher_alg *alg; in simd_skcipher_create_compat() 229 int simd_register_skciphers_compat(struct skcipher_alg *algs, int count, in simd_register_skciphers_compat() 263 void simd_unregister_skciphers(struct skcipher_alg *algs, int count, in simd_unregister_skciphers()
|
D | arc4.c | 52 static struct skcipher_alg arc4_alg = {
|
/linux-6.1.9/drivers/crypto/ccree/ |
D | cc_driver.h | 166 struct skcipher_alg skcipher_alg; member 175 struct skcipher_alg skcipher;
|
D | cc_cipher.c | 159 skcipher_alg.base); in cc_cipher_init() 161 unsigned int max_key_buf_size = cc_alg->skcipher_alg.max_keysize; in cc_cipher_init() 237 skcipher_alg.base); in cc_cipher_exit() 238 unsigned int max_key_buf_size = cc_alg->skcipher_alg.max_keysize; in cc_cipher_exit() 409 skcipher_alg.base); in cc_cipher_setkey() 410 unsigned int max_key_buf_size = cc_alg->skcipher_alg.max_keysize; in cc_cipher_setkey() 1420 struct skcipher_alg *alg; in cc_create_alg() 1426 alg = &t_alg->skcipher_alg; in cc_create_alg() 1455 crypto_unregister_skcipher(&t_alg->skcipher_alg); in cc_cipher_free() 1491 rc = crypto_register_skcipher(&t_alg->skcipher_alg); in cc_cipher_alloc() [all …]
|
/linux-6.1.9/drivers/crypto/nx/ |
D | nx.h | 179 extern struct skcipher_alg nx_cbc_aes_alg; 180 extern struct skcipher_alg nx_ecb_aes_alg; 183 extern struct skcipher_alg nx_ctr3686_aes_alg;
|
/linux-6.1.9/drivers/crypto/marvell/cesa/ |
D | cesa.h | 381 struct skcipher_alg **cipher_algs; 908 extern struct skcipher_alg mv_cesa_ecb_des_alg; 909 extern struct skcipher_alg mv_cesa_cbc_des_alg; 910 extern struct skcipher_alg mv_cesa_ecb_des3_ede_alg; 911 extern struct skcipher_alg mv_cesa_cbc_des3_ede_alg; 912 extern struct skcipher_alg mv_cesa_ecb_aes_alg; 913 extern struct skcipher_alg mv_cesa_cbc_aes_alg;
|
D | cipher.c | 512 struct skcipher_alg mv_cesa_ecb_des_alg = { 562 struct skcipher_alg mv_cesa_cbc_des_alg = { 621 struct skcipher_alg mv_cesa_ecb_des3_ede_alg = { 674 struct skcipher_alg mv_cesa_cbc_des3_ede_alg = { 748 struct skcipher_alg mv_cesa_ecb_aes_alg = { 797 struct skcipher_alg mv_cesa_cbc_aes_alg = {
|
/linux-6.1.9/drivers/crypto/ccp/ |
D | ccp-crypto-aes.c | 203 static const struct skcipher_alg ccp_aes_defaults = { 221 static const struct skcipher_alg ccp_aes_rfc3686_defaults = { 246 const struct skcipher_alg *alg_defaults; 310 struct skcipher_alg *alg; in ccp_register_aes_alg()
|
D | ccp-crypto-des3.c | 127 static const struct skcipher_alg ccp_des3_defaults = { 152 const struct skcipher_alg *alg_defaults; 180 struct skcipher_alg *alg; in ccp_register_des3_alg()
|
D | ccp-crypto.h | 41 struct skcipher_alg alg; 74 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in ccp_crypto_skcipher_alg()
|
/linux-6.1.9/drivers/crypto/qce/ |
D | cipher.h | 50 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in to_cipher_tmpl()
|
/linux-6.1.9/drivers/crypto/gemini/ |
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() 316 struct skcipher_alg *alg = crypto_skcipher_alg(sktfm); in sl3516_ce_cipher_init()
|
/linux-6.1.9/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() 317 struct skcipher_alg *alg = crypto_skcipher_alg(sktfm); in meson_cipher_init()
|
D | amlogic-gxl.h | 146 struct skcipher_alg skcipher;
|
/linux-6.1.9/drivers/crypto/allwinner/sun8i-ce/ |
D | sun8i-ce-cipher.c | 28 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun8i_ce_cipher_need_fallback() 96 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun8i_ce_cipher_fallback() 122 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun8i_ce_cipher_prepare() 404 struct skcipher_alg *alg = crypto_skcipher_alg(sktfm); in sun8i_ce_cipher_init()
|
/linux-6.1.9/drivers/crypto/allwinner/sun8i-ss/ |
D | sun8i-ss-cipher.c | 26 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() 184 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun8i_ss_cipher() 388 struct skcipher_alg *alg = crypto_skcipher_alg(sktfm); in sun8i_ss_cipher_init()
|