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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A DMakefile4 obj-$(CONFIG_CRYPTO_DEV_NIAGARA2) += n2_crypto.o
5 n2_crypto-objs := n2_core.o n2_asm.o
H A Dn2_core.h17 struct n2_crypto { struct
H A Dn2_core.c33 #define DRV_MODULE_NAME "n2_crypto"
1966 static struct n2_crypto * __devinit alloc_n2cp(void)
1968 struct n2_crypto *np = kzalloc(sizeof(struct n2_crypto), GFP_KERNEL);
1976 static void free_n2cp(struct n2_crypto *np)
1999 struct n2_crypto *np;
2073 struct n2_crypto *np = dev_get_drvdata(&dev->dev);

Completed in 61 milliseconds