Searched refs:ixp4xx_algos (Results 1 – 1 of 1) sorted by relevance
1315 static struct ixp_alg ixp4xx_algos[] = { variable 1490 int num = ARRAY_SIZE(ixp4xx_algos); in ixp_crypto_probe() 1500 struct skcipher_alg *cra = &ixp4xx_algos[i].crypto; in ixp_crypto_probe() 1506 if (!support_aes && (ixp4xx_algos[i].cfg_enc & MOD_AES)) in ixp_crypto_probe() 1531 ixp4xx_algos[i].registered = 1; in ixp_crypto_probe() 1541 if (!support_aes && (ixp4xx_algos[i].cfg_enc & MOD_AES)) in ixp_crypto_probe() 1571 int num = ARRAY_SIZE(ixp4xx_algos); in ixp_crypto_remove() 1580 if (ixp4xx_algos[i].registered) in ixp_crypto_remove() 1581 crypto_unregister_skcipher(&ixp4xx_algos[i].crypto); in ixp_crypto_remove()