Searched refs:ixp4xx_aeads (Results 1 – 1 of 1) sorted by relevance
1402 static struct ixp_aead_alg ixp4xx_aeads[] = { variable1528 for (i = 0; i < ARRAY_SIZE(ixp4xx_aeads); i++) { in ixp_crypto_probe()1529 struct aead_alg *cra = &ixp4xx_aeads[i].crypto; in ixp_crypto_probe()1558 ixp4xx_aeads[i].registered = 1; in ixp_crypto_probe()1568 for (i = 0; i < ARRAY_SIZE(ixp4xx_aeads); i++) { in ixp_crypto_remove()1569 if (ixp4xx_aeads[i].registered) in ixp_crypto_remove()1570 crypto_unregister_aead(&ixp4xx_aeads[i].crypto); in ixp_crypto_remove()