Searched refs:aes_algs (Results 1 – 9 of 9) sorted by relevance
| /linux/arch/arm/crypto/ |
| A D | aes-neonbs-glue.c | 426 static struct skcipher_alg aes_algs[] = { { variable 513 static struct simd_skcipher_alg *aes_simd_algs[ARRAY_SIZE(aes_algs)]; 523 crypto_unregister_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_exit() 538 err = crypto_register_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_init() 542 for (i = 0; i < ARRAY_SIZE(aes_algs); i++) { in aes_init() 543 if (!(aes_algs[i].base.cra_flags & CRYPTO_ALG_INTERNAL)) in aes_init() 546 algname = aes_algs[i].base.cra_name + 2; in aes_init() 547 drvname = aes_algs[i].base.cra_driver_name + 2; in aes_init() 548 basename = aes_algs[i].base.cra_driver_name; in aes_init()
|
| A D | aes-ce-glue.c | 588 static struct skcipher_alg aes_algs[] = { { variable 682 static struct simd_skcipher_alg *aes_simd_algs[ARRAY_SIZE(aes_algs)]; 691 crypto_unregister_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_exit() 703 err = crypto_register_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_init() 707 for (i = 0; i < ARRAY_SIZE(aes_algs); i++) { in aes_init() 708 if (!(aes_algs[i].base.cra_flags & CRYPTO_ALG_INTERNAL)) in aes_init() 711 algname = aes_algs[i].base.cra_name + 2; in aes_init() 712 drvname = aes_algs[i].base.cra_driver_name + 2; in aes_init() 713 basename = aes_algs[i].base.cra_driver_name; in aes_init()
|
| /linux/drivers/crypto/ccp/ |
| A D | ccp-crypto-aes.c | 252 static struct ccp_aes_def aes_algs[] = { variable 351 for (i = 0; i < ARRAY_SIZE(aes_algs); i++) { in ccp_register_aes_algs() 352 if (aes_algs[i].version > ccpversion) in ccp_register_aes_algs() 354 ret = ccp_register_aes_alg(head, &aes_algs[i]); in ccp_register_aes_algs()
|
| /linux/arch/arm64/crypto/ |
| A D | aes-neonbs-glue.c | 386 static struct skcipher_alg aes_algs[] = { { variable 450 crypto_unregister_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_exit() 458 return crypto_register_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_init()
|
| A D | aes-glue.c | 633 static struct skcipher_alg aes_algs[] = { { variable 958 crypto_unregister_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_exit() 965 err = crypto_register_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_init() 976 crypto_unregister_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_init()
|
| /linux/drivers/crypto/ |
| A D | sahara.c | 1180 static struct skcipher_alg aes_algs[] = { variable 1302 for (i = 0; i < ARRAY_SIZE(aes_algs); i++) { in sahara_register_algs() 1303 err = crypto_register_skcipher(&aes_algs[i]); in sahara_register_algs() 1333 crypto_unregister_skcipher(&aes_algs[j]); in sahara_register_algs() 1342 for (i = 0; i < ARRAY_SIZE(aes_algs); i++) in sahara_unregister_algs() 1343 crypto_unregister_skcipher(&aes_algs[i]); in sahara_unregister_algs()
|
| A D | atmel-aes.c | 1300 static struct skcipher_alg aes_algs[] = { variable 2423 for (i = 0; i < ARRAY_SIZE(aes_algs); i++) in atmel_aes_unregister_algs() 2424 crypto_unregister_skcipher(&aes_algs[i]); in atmel_aes_unregister_algs() 2439 for (i = 0; i < ARRAY_SIZE(aes_algs); i++) { in atmel_aes_register_algs() 2440 atmel_aes_crypto_alg_init(&aes_algs[i].base); in atmel_aes_register_algs() 2442 err = crypto_register_skcipher(&aes_algs[i]); in atmel_aes_register_algs() 2497 i = ARRAY_SIZE(aes_algs); in atmel_aes_register_algs() 2500 crypto_unregister_skcipher(&aes_algs[j]); in atmel_aes_register_algs()
|
| /linux/ |
| A D | System.map | 130592 ffff800011dd9400 d aes_algs
|
| A D | .tmp_System.map | 130592 ffff800011dd9400 d aes_algs
|
Completed in 313 milliseconds