Searched refs:ixp4xx_aeads (Results 1 – 1 of 1) sorted by relevance
1405 static struct ixp_aead_alg ixp4xx_aeads[] = { variable1531 for (i = 0; i < ARRAY_SIZE(ixp4xx_aeads); i++) { in ixp_crypto_probe()1532 struct aead_alg *cra = &ixp4xx_aeads[i].crypto; in ixp_crypto_probe()1561 ixp4xx_aeads[i].registered = 1; in ixp_crypto_probe()1571 for (i = 0; i < ARRAY_SIZE(ixp4xx_aeads); i++) { in ixp_crypto_remove()1572 if (ixp4xx_aeads[i].registered) in ixp_crypto_remove()1573 crypto_unregister_aead(&ixp4xx_aeads[i].crypto); in ixp_crypto_remove()