Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/
H A DMakefile24 obj-$(CONFIG_CRYPTO_DEV_NIAGARA2) += n2_crypto.o
25 n2_crypto-y := n2_core.o n2_asm.o
H A Dn2_core.h18 struct n2_crypto { struct
H A Dn2_core.c35 #define DRV_MODULE_NAME "n2_crypto"
1914 static struct n2_crypto *alloc_n2cp(void) in alloc_n2cp()
1916 struct n2_crypto *np = kzalloc(sizeof(struct n2_crypto), GFP_KERNEL); in alloc_n2cp()
1924 static void free_n2cp(struct n2_crypto *np) in free_n2cp()
1943 struct n2_crypto *np; in n2_crypto_probe()
2016 struct n2_crypto *np = dev_get_drvdata(&dev->dev); in n2_crypto_remove()
/kernel/linux/linux-6.6/drivers/crypto/
H A DMakefile24 obj-$(CONFIG_CRYPTO_DEV_NIAGARA2) += n2_crypto.o
25 n2_crypto-y := n2_core.o n2_asm.o
H A Dn2_core.h18 struct n2_crypto { struct
H A Dn2_core.c37 #define DRV_MODULE_NAME "n2_crypto"
1914 static struct n2_crypto *alloc_n2cp(void) in alloc_n2cp()
1916 struct n2_crypto *np = kzalloc(sizeof(struct n2_crypto), GFP_KERNEL); in alloc_n2cp()
1924 static void free_n2cp(struct n2_crypto *np) in free_n2cp()
1943 struct n2_crypto *np; in n2_crypto_probe()
2016 struct n2_crypto *np = dev_get_drvdata(&dev->dev); in n2_crypto_remove()

Completed in 7 milliseconds