| /OK3568_Linux_fs/kernel/drivers/crypto/vmx/ |
| H A D | vmx.c | 38 ret = crypto_register_skcipher(&p8_aes_cbc_alg); in p8_init() 42 ret = crypto_register_skcipher(&p8_aes_ctr_alg); in p8_init() 46 ret = crypto_register_skcipher(&p8_aes_xts_alg); in p8_init()
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | fips140-defs.h | 22 #define crypto_register_skcipher fips140_crypto_register_skcipher macro
|
| H A D | fips140-alg-registration.c | 50 #undef crypto_register_skcipher 271 crypto_register_skcipher(alg); in fips140_crypto_register_skcipher()
|
| H A D | arc4.c | 73 return crypto_register_skcipher(&arc4_alg); in arc4_init()
|
| H A D | crypto_null.c | 200 ret = crypto_register_skcipher(&skcipher_null); in crypto_null_mod_init()
|
| H A D | skcipher.c | 816 int crypto_register_skcipher(struct skcipher_alg *alg) in crypto_register_skcipher() function 827 EXPORT_SYMBOL_GPL(crypto_register_skcipher); 840 ret = crypto_register_skcipher(&algs[i]); in crypto_register_skciphers()
|
| H A D | salsa20_generic.c | 198 return crypto_register_skcipher(&alg); in salsa20_generic_mod_init()
|
| H A D | simd.c | 194 err = crypto_register_skcipher(alg); in simd_skcipher_create_compat()
|
| /OK3568_Linux_fs/kernel/arch/s390/crypto/ |
| H A D | paes_s390.c | 745 ret = crypto_register_skcipher(&ecb_paes_alg); in paes_s390_init() 753 ret = crypto_register_skcipher(&cbc_paes_alg); in paes_s390_init() 760 ret = crypto_register_skcipher(&xts_paes_alg); in paes_s390_init() 773 ret = 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()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_fips140 | 54 crypto_register_skcipher
|
| /OK3568_Linux_fs/kernel/include/crypto/internal/ |
| H A D | skcipher.h | 125 int crypto_register_skcipher(struct skcipher_alg *alg);
|
| /OK3568_Linux_fs/kernel/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-aes.c | 2374 err = crypto_register_skcipher(&aes_algs[i]); in atmel_aes_register_algs() 2382 err = crypto_register_skcipher(&aes_cfb64_alg); in atmel_aes_register_algs() 2398 err = crypto_register_skcipher(&aes_xts_alg); in atmel_aes_register_algs()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/ccp/ |
| H A D | ccp-crypto-des3.c | 203 ret = crypto_register_skcipher(alg); in ccp_register_des3_alg()
|
| H A D | ccp-crypto-aes-xts.c | 262 ret = crypto_register_skcipher(alg); in ccp_register_aes_xts_alg()
|
| H A D | ccp-crypto-aes.c | 333 ret = crypto_register_skcipher(alg); in ccp_register_aes_alg()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/amlogic/ |
| H A D | amlogic-gxl-core.c | 186 err = crypto_register_skcipher(&mc_algs[i].alg.skcipher); in meson_register_algs()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun4i-ss/ |
| H A D | sun4i-ss-core.c | 433 err = crypto_register_skcipher(&ss_algs[i].alg.crypto); in sun4i_ss_probe()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/rockchip/ |
| H A D | rk3288_crypto.c | 268 err = crypto_register_skcipher( in rk_crypto_register()
|
| H A D | rk_crypto_core.c | 533 err = crypto_register_skcipher(&tmp_algs->alg.crypto); in rk_crypto_register()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/qce/ |
| H A D | skcipher.c | 434 ret = crypto_register_skcipher(alg); in qce_skcipher_register_one()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/marvell/cesa/ |
| H A D | cesa.c | 196 ret = crypto_register_skcipher(cesa->caps->cipher_algs[i]); in mv_cesa_add_algs()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/virtio/ |
| H A D | virtio_crypto_algs.c | 632 ret = crypto_register_skcipher(&virtio_crypto_algs[i].algo); in virtio_crypto_algs_register()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/nx/ |
| H A D | nx.c | 517 crypto_register_skcipher(alg) : 0; in nx_register_skcipher()
|