Home
last modified time | relevance | path

Searched refs:aes_algs (Results 1 – 7 of 7) sorted by relevance

/linux/arch/arm/crypto/
H A Daes-neonbs-glue.c338 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 Daes-ce-glue.c563 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 Dccp-crypto-aes.c251 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 Daes-neonbs-glue.c401 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 Daes-glue.c653 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 Dsahara.c1098 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 Datmel-aes.c1185 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()