Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/
Dixp4xx_crypto.c1192 static struct ixp_alg ixp4xx_algos[] = { variable
1389 int num = ARRAY_SIZE(ixp4xx_algos); in ixp_module_init()
1405 struct crypto_alg *cra = &ixp4xx_algos[i].crypto; in ixp_module_init()
1413 if (!support_aes && (ixp4xx_algos[i].cfg_enc & MOD_AES)) { in ixp_module_init()
1439 ixp4xx_algos[i].registered = 1; in ixp_module_init()
1449 if (!support_aes && (ixp4xx_algos[i].cfg_enc & MOD_AES)) in ixp_module_init()
1478 int num = ARRAY_SIZE(ixp4xx_algos); in ixp_module_exit()
1487 if (ixp4xx_algos[i].registered) in ixp_module_exit()
1488 crypto_unregister_alg(&ixp4xx_algos[i].crypto); in ixp_module_exit()