Searched refs:poly1305 (Results 1 – 12 of 12) sorted by relevance
10 obj-$(CONFIG_CRYPTO_POLY1305_ARM) += poly1305-arm.o11 poly1305-arm-y := poly1305-core.o poly1305-glue.o19 clean-files += poly1305-core.S24 poly1305-aflags-$(CONFIG_CPU_V7) := -U__LINUX_ARM_ARCH__ -D__LINUX_ARM_ARCH__=525 poly1305-aflags-$(CONFIG_KERNEL_MODE_NEON) := -U__LINUX_ARM_ARCH__ -D__LINUX_ARM_ARCH__=726 AFLAGS_poly1305-core.o += $(poly1305-aflags-y) $(aflags-thumb2-y)
2 poly1305-core.S
7 obj-$(CONFIG_CRYPTO_POLY1305_MIPS) += poly1305-mips.o8 poly1305-mips-y := poly1305-core.o poly1305-glue.o16 $(obj)/poly1305-core.S: $(src)/poly1305-mips.pl FORCE19 targets += poly1305-core.S
6 obj-$(CONFIG_CRYPTO_POLY1305_NEON) += poly1305-neon.o7 poly1305-neon-y := poly1305-core.o poly1305-glue.o17 clean-files += poly1305-core.S
6 obj-$(CONFIG_CRYPTO_POLY1305_P10) += poly1305-p10-crypto.o7 poly1305-p10-crypto-y := poly1305-p10-glue.o poly1305-p10le_64.o
3 # Accelerated poly1305 implementation for ppc64le.839 # The following functions implement 64 x 64 bits multiplication poly1305.915 # poly1305 multiplication952 # Init poly1305
9 obj-$(CONFIG_CRYPTO_POLY1305_X86_64) += poly1305-x86_64.o10 poly1305-x86_64-y := poly1305-x86_64-cryptogams.o poly1305_glue.o11 targets += poly1305-x86_64-cryptogams.S
2 poly1305-x86_64-cryptogams.S
16 static void poly1305(const u8 key[POLY1305_KEY_SIZE], const u8 *data, in poly1305() function34 poly1305(test_key, data, len, out); in poly1305_withtestkey()142 poly1305(key, data, sizeof(data), actual_mac); in test_poly1305_reduction_edge_cases()
63 libpoly1305-y += poly1305.o66 libpoly1305-generic-y := poly1305-donna32.o67 libpoly1305-generic-$(CONFIG_ARCH_SUPPORTS_INT128) := poly1305-donna64.o68 libpoly1305-generic-y += poly1305-generic.o
Completed in 13 milliseconds