Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/
DMakefile14 obj-$(CONFIG_CRYPTO_DEV_NIAGARA2) += n2_crypto.o
15 n2_crypto-y := n2_core.o n2_asm.o
Dn2_core.h17 struct n2_crypto { struct
Dn2_core.c1973 static struct n2_crypto *alloc_n2cp(void) in alloc_n2cp()
1975 struct n2_crypto *np = kzalloc(sizeof(struct n2_crypto), GFP_KERNEL); in alloc_n2cp()
1983 static void free_n2cp(struct n2_crypto *np) in free_n2cp()
2005 struct n2_crypto *np; in n2_crypto_probe()
2079 struct n2_crypto *np = dev_get_drvdata(&dev->dev); in n2_crypto_remove()