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

/linux-4.1.27/drivers/crypto/
H A Dixp4xx_crypto.c1211 static struct ixp_alg ixp4xx_algos[] = { variable in typeref:struct:ixp_alg
1411 int num = ARRAY_SIZE(ixp4xx_algos); ixp_module_init()
1427 struct crypto_alg *cra = &ixp4xx_algos[i].crypto; ixp_module_init()
1435 if (!support_aes && (ixp4xx_algos[i].cfg_enc & MOD_AES)) { ixp_module_init()
1438 if (!ixp4xx_algos[i].hash) { ixp_module_init()
1473 ixp4xx_algos[i].registered = 1; ixp_module_init()
1480 int num = ARRAY_SIZE(ixp4xx_algos); ixp_module_exit()
1484 if (ixp4xx_algos[i].registered) ixp_module_exit()
1485 crypto_unregister_alg(&ixp4xx_algos[i].crypto); ixp_module_exit()

Completed in 59 milliseconds