Searched refs:aes_algs (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/drivers/crypto/ccp/
H A Dccp-crypto-aes.c269 static struct ccp_aes_def aes_algs[] = { variable in typeref:struct:ccp_aes_def
361 for (i = 0; i < ARRAY_SIZE(aes_algs); i++) { ccp_register_aes_algs()
362 ret = ccp_register_aes_alg(head, &aes_algs[i]); ccp_register_aes_algs()
/linux-4.1.27/arch/powerpc/crypto/
H A Daes-spe-glue.c391 static struct crypto_alg aes_algs[] = { { variable in typeref:struct:crypto_alg
493 return crypto_register_algs(aes_algs, ARRAY_SIZE(aes_algs)); ppc_aes_mod_init()
498 crypto_unregister_algs(aes_algs, ARRAY_SIZE(aes_algs)); ppc_aes_mod_fini()
/linux-4.1.27/arch/arm64/crypto/
H A Daes-glue.c283 static struct crypto_alg aes_algs[] = { { variable in typeref:struct:crypto_alg
443 return crypto_register_algs(aes_algs, ARRAY_SIZE(aes_algs)); aes_init()
448 crypto_unregister_algs(aes_algs, ARRAY_SIZE(aes_algs)); aes_exit()
/linux-4.1.27/arch/arm/crypto/
H A Daes-ce-glue.c353 static struct crypto_alg aes_algs[] = { { variable in typeref:struct:crypto_alg
515 return crypto_register_algs(aes_algs, ARRAY_SIZE(aes_algs)); aes_init()
520 crypto_unregister_algs(aes_algs, ARRAY_SIZE(aes_algs)); aes_exit()
/linux-4.1.27/drivers/crypto/
H A Datmel-aes.c959 static struct crypto_alg aes_algs[] = { variable in typeref:struct:crypto_alg
1220 for (i = 0; i < ARRAY_SIZE(aes_algs); i++) atmel_aes_unregister_algs()
1221 crypto_unregister_alg(&aes_algs[i]); atmel_aes_unregister_algs()
1230 for (i = 0; i < ARRAY_SIZE(aes_algs); i++) { atmel_aes_register_algs()
1231 err = crypto_register_alg(&aes_algs[i]); atmel_aes_register_algs()
1245 i = ARRAY_SIZE(aes_algs); atmel_aes_register_algs()
1248 crypto_unregister_alg(&aes_algs[j]); atmel_aes_register_algs()
H A Dsahara.c1272 static struct crypto_alg aes_algs[] = { variable in typeref:struct:crypto_alg
1402 for (i = 0; i < ARRAY_SIZE(aes_algs); i++) { sahara_register_algs()
1403 INIT_LIST_HEAD(&aes_algs[i].cra_list); sahara_register_algs()
1404 err = crypto_register_alg(&aes_algs[i]); sahara_register_algs()
1434 crypto_unregister_alg(&aes_algs[j]); sahara_register_algs()
1443 for (i = 0; i < ARRAY_SIZE(aes_algs); i++) sahara_unregister_algs()
1444 crypto_unregister_alg(&aes_algs[i]); sahara_unregister_algs()

Completed in 102 milliseconds