Searched refs:ixp4xx_aeads (Results 1 – 1 of 1) sorted by relevance
1408 static struct ixp_aead_alg ixp4xx_aeads[] = { variable1534 for (i = 0; i < ARRAY_SIZE(ixp4xx_aeads); i++) { in ixp_crypto_probe()1535 struct aead_alg *cra = &ixp4xx_aeads[i].crypto; in ixp_crypto_probe()1564 ixp4xx_aeads[i].registered = 1; in ixp_crypto_probe()1574 for (i = 0; i < ARRAY_SIZE(ixp4xx_aeads); i++) { in ixp_crypto_remove()1575 if (ixp4xx_aeads[i].registered) in ixp_crypto_remove()1576 crypto_unregister_aead(&ixp4xx_aeads[i].crypto); in ixp_crypto_remove()