Home
last modified time | relevance | path

Searched refs:poly1305 (Results 1 – 12 of 12) sorted by relevance

/lib/crypto/arm/
A DMakefile10 obj-$(CONFIG_CRYPTO_POLY1305_ARM) += poly1305-arm.o
11 poly1305-arm-y := poly1305-core.o poly1305-glue.o
19 clean-files += poly1305-core.S
24 poly1305-aflags-$(CONFIG_CPU_V7) := -U__LINUX_ARM_ARCH__ -D__LINUX_ARM_ARCH__=5
25 poly1305-aflags-$(CONFIG_KERNEL_MODE_NEON) := -U__LINUX_ARM_ARCH__ -D__LINUX_ARM_ARCH__=7
26 AFLAGS_poly1305-core.o += $(poly1305-aflags-y) $(aflags-thumb2-y)
A D.gitignore2 poly1305-core.S
/lib/crypto/mips/
A DMakefile7 obj-$(CONFIG_CRYPTO_POLY1305_MIPS) += poly1305-mips.o
8 poly1305-mips-y := poly1305-core.o poly1305-glue.o
16 $(obj)/poly1305-core.S: $(src)/poly1305-mips.pl FORCE
19 targets += poly1305-core.S
A D.gitignore2 poly1305-core.S
/lib/crypto/arm64/
A DMakefile6 obj-$(CONFIG_CRYPTO_POLY1305_NEON) += poly1305-neon.o
7 poly1305-neon-y := poly1305-core.o poly1305-glue.o
17 clean-files += poly1305-core.S
A D.gitignore2 poly1305-core.S
/lib/crypto/powerpc/
A DMakefile6 obj-$(CONFIG_CRYPTO_POLY1305_P10) += poly1305-p10-crypto.o
7 poly1305-p10-crypto-y := poly1305-p10-glue.o poly1305-p10le_64.o
A Dpoly1305-p10le_64.S3 # Accelerated poly1305 implementation for ppc64le.
839 # The following functions implement 64 x 64 bits multiplication poly1305.
915 # poly1305 multiplication
952 # Init poly1305
/lib/crypto/x86/
A DMakefile9 obj-$(CONFIG_CRYPTO_POLY1305_X86_64) += poly1305-x86_64.o
10 poly1305-x86_64-y := poly1305-x86_64-cryptogams.o poly1305_glue.o
11 targets += poly1305-x86_64-cryptogams.S
A D.gitignore2 poly1305-x86_64-cryptogams.S
/lib/crypto/tests/
A Dpoly1305_kunit.c16 static void poly1305(const u8 key[POLY1305_KEY_SIZE], const u8 *data, in poly1305() function
34 poly1305(test_key, data, len, out); in poly1305_withtestkey()
142 poly1305(key, data, sizeof(data), actual_mac); in test_poly1305_reduction_edge_cases()
/lib/crypto/
A DMakefile63 libpoly1305-y += poly1305.o
66 libpoly1305-generic-y := poly1305-donna32.o
67 libpoly1305-generic-$(CONFIG_ARCH_SUPPORTS_INT128) := poly1305-donna64.o
68 libpoly1305-generic-y += poly1305-generic.o

Completed in 13 milliseconds