| /linux-6.15/arch/powerpc/crypto/ |
| H A D | vmx.c | 34 ret = crypto_register_skcipher(&p8_aes_cbc_alg); in p8_init() 38 ret = crypto_register_skcipher(&p8_aes_ctr_alg); in p8_init() 42 ret = crypto_register_skcipher(&p8_aes_xts_alg); in p8_init()
|
| /linux-6.15/arch/riscv/crypto/ |
| H A D | chacha-riscv64-glue.c | 85 return crypto_register_skcipher(&riscv64_chacha_alg); in riscv64_chacha_mod_init()
|
| H A D | aes-riscv64-glue.c | 588 err = crypto_register_skcipher( in riscv64_aes_mod_init() 595 err = crypto_register_skcipher( in riscv64_aes_mod_init()
|
| /linux-6.15/crypto/ |
| H A D | crypto_null.c | 192 ret = crypto_register_skcipher(&skcipher_null); in crypto_null_mod_init()
|
| H A D | skcipher.c | 716 int crypto_register_skcipher(struct skcipher_alg *alg) in crypto_register_skcipher() function 727 EXPORT_SYMBOL_GPL(crypto_register_skcipher); 740 ret = crypto_register_skcipher(&algs[i]); in crypto_register_skciphers()
|
| H A D | crypto_engine.c | 700 return crypto_register_skcipher(&alg->base); in crypto_engine_register_skcipher()
|
| H A D | simd.c | 186 err = crypto_register_skcipher(alg); in simd_skcipher_create_compat()
|
| /linux-6.15/arch/s390/crypto/ |
| H A D | paes_s390.c | 930 rc = crypto_register_skcipher(&ecb_paes_alg); in paes_s390_init() 938 rc = crypto_register_skcipher(&cbc_paes_alg); in paes_s390_init() 945 rc = crypto_register_skcipher(&xts_paes_alg); in paes_s390_init() 958 rc = crypto_register_skcipher(&ctr_paes_alg); in paes_s390_init()
|
| H A D | des_s390.c | 417 ret = crypto_register_skcipher(alg); in des_s390_register_skcipher()
|
| H A D | aes_s390.c | 1062 ret = crypto_register_skcipher(alg); in aes_s390_register_skcipher()
|
| /linux-6.15/drivers/crypto/ |
| H A D | padlock-aes.c | 499 if ((ret = crypto_register_skcipher(&ecb_aes_alg)) != 0) in padlock_init() 502 if ((ret = crypto_register_skcipher(&cbc_aes_alg)) != 0) in padlock_init()
|
| H A D | atmel-tdes.c | 915 err = crypto_register_skcipher(&tdes_algs[i]); in atmel_tdes_register_algs()
|
| H A D | atmel-aes.c | 2236 err = crypto_register_skcipher(&aes_algs[i]); in atmel_aes_register_algs() 2252 err = crypto_register_skcipher(&aes_xts_alg); in atmel_aes_register_algs()
|
| /linux-6.15/include/crypto/internal/ |
| H A D | skcipher.h | 201 int crypto_register_skcipher(struct skcipher_alg *alg);
|
| /linux-6.15/drivers/crypto/ccp/ |
| H A D | ccp-crypto-des3.c | 201 ret = crypto_register_skcipher(alg); in ccp_register_des3_alg()
|
| H A D | ccp-crypto-aes-xts.c | 264 ret = crypto_register_skcipher(alg); in ccp_register_aes_xts_alg()
|
| H A D | ccp-crypto-aes.c | 313 ret = crypto_register_skcipher(alg); in ccp_register_aes_alg()
|
| /linux-6.15/drivers/crypto/inside-secure/eip93/ |
| H A D | eip93-main.c | 154 ret = crypto_register_skcipher(&eip93_algs[i]->alg.skcipher); in eip93_register_algs()
|
| /linux-6.15/drivers/crypto/allwinner/sun4i-ss/ |
| H A D | sun4i-ss-core.c | 459 err = crypto_register_skcipher(&ss_algs[i].alg.crypto); in sun4i_ss_probe()
|
| /linux-6.15/drivers/crypto/marvell/cesa/ |
| H A D | cesa.c | 196 ret = crypto_register_skcipher(cesa->caps->cipher_algs[i]); in mv_cesa_add_algs()
|
| /linux-6.15/drivers/crypto/qce/ |
| H A D | skcipher.c | 485 ret = crypto_register_skcipher(alg); in qce_skcipher_register_one()
|
| /linux-6.15/drivers/crypto/nx/ |
| H A D | nx.c | 496 crypto_register_skcipher(alg) : 0; in nx_register_skcipher()
|
| /linux-6.15/drivers/crypto/ccree/ |
| H A D | cc_cipher.c | 1454 rc = crypto_register_skcipher(&t_alg->skcipher_alg); in cc_cipher_alloc()
|
| /linux-6.15/drivers/crypto/amcc/ |
| H A D | crypto4xx_core.c | 1031 rc = crypto_register_skcipher(&alg->alg.u.cipher); in crypto4xx_register_alg()
|
| /linux-6.15/drivers/crypto/intel/ixp4xx/ |
| H A D | ixp4xx_crypto.c | 1527 if (crypto_register_skcipher(cra)) in ixp_crypto_probe()
|