Searched refs:aes_algs (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/arm/crypto/ |
| H A D | aes-neonbs-glue.c | 338 static struct skcipher_alg aes_algs[] = { { variable 402 crypto_unregister_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_exit() 410 return crypto_register_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_init()
|
| H A D | aes-ce-glue.c | 563 static struct skcipher_alg aes_algs[] = { { variable 639 crypto_unregister_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_exit() 644 return crypto_register_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_init()
|
| /linux/drivers/crypto/ccp/ |
| H A D | ccp-crypto-aes.c | 251 static struct ccp_aes_def aes_algs[] = { variable 332 for (i = 0; i < ARRAY_SIZE(aes_algs); i++) { in ccp_register_aes_algs() 333 if (aes_algs[i].version > ccpversion) in ccp_register_aes_algs() 335 ret = ccp_register_aes_alg(head, &aes_algs[i]); in ccp_register_aes_algs()
|
| /linux/arch/arm64/crypto/ |
| H A D | aes-neonbs-glue.c | 401 static struct skcipher_alg aes_algs[] = { { variable 465 crypto_unregister_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_exit() 473 return crypto_register_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_init()
|
| H A D | aes-glue.c | 653 static struct skcipher_alg aes_algs[] = { { variable 950 crypto_unregister_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_exit() 957 err = crypto_register_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_init() 968 crypto_unregister_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_init()
|
| /linux/drivers/crypto/ |
| H A D | sahara.c | 1098 static struct skcipher_engine_alg aes_algs[] = { variable 1236 err = crypto_engine_register_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in sahara_register_algs() 1258 crypto_engine_unregister_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in sahara_register_algs() 1265 crypto_engine_unregister_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in sahara_unregister_algs()
|
| H A D | atmel-aes.c | 1185 static struct skcipher_alg aes_algs[] = { variable 2216 crypto_unregister_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in atmel_aes_unregister_algs() 2231 for (i = 0; i < ARRAY_SIZE(aes_algs); i++) { in atmel_aes_register_algs() 2232 atmel_aes_crypto_alg_init(&aes_algs[i].base); in atmel_aes_register_algs() 2234 err = crypto_register_skcipher(&aes_algs[i]); in atmel_aes_register_algs() 2278 i = ARRAY_SIZE(aes_algs); in atmel_aes_register_algs() 2280 crypto_unregister_skciphers(aes_algs, i); in atmel_aes_register_algs()
|