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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dixp4xx_crypto.c1229 static struct ixp_alg ixp4xx_algos[] = { variable in typeref:struct:ixp_alg
1422 int num = ARRAY_SIZE(ixp4xx_algos);
1437 struct crypto_alg *cra = &ixp4xx_algos[i].crypto;
1445 if (!support_aes && (ixp4xx_algos[i].cfg_enc & MOD_AES)) {
1448 if (!ixp4xx_algos[i].hash) {
1481 ixp4xx_algos[i].registered = 1;
1488 int num = ARRAY_SIZE(ixp4xx_algos);
1492 if (ixp4xx_algos[i].registered)
1493 crypto_unregister_alg(&ixp4xx_algos[i].crypto);

Completed in 112 milliseconds