Lines Matching refs:core
27 aes-arm-y := aes-cipher-core.o aes-cipher-glue.o
28 aes-arm-bs-y := aes-neonbs-core.o aes-neonbs-glue.o
32 sha256-arm-y := sha256-core.o sha256_glue.o $(sha256-arm-neon-y)
34 sha512-arm-y := sha512-core.o sha512-glue.o $(sha512-arm-neon-y)
36 libblake2s-arm-y:= blake2s-core.o blake2s-glue.o
37 blake2b-neon-y := blake2b-neon-core.o blake2b-neon-glue.o
38 sha1-arm-ce-y := sha1-ce-core.o sha1-ce-glue.o
39 sha2-arm-ce-y := sha2-ce-core.o sha2-ce-glue.o
40 aes-arm-ce-y := aes-ce-core.o aes-ce-glue.o
41 ghash-arm-ce-y := ghash-ce-core.o ghash-ce-glue.o
42 crct10dif-arm-ce-y := crct10dif-ce-core.o crct10dif-ce-glue.o
43 crc32-arm-ce-y:= crc32-ce-core.o crc32-ce-glue.o
44 chacha-neon-y := chacha-scalar-core.o chacha-glue.o
45 chacha-neon-$(CONFIG_KERNEL_MODE_NEON) += chacha-neon-core.o
46 poly1305-arm-y := poly1305-core.o poly1305-glue.o
47 nhpoly1305-neon-y := nh-neon-core.o nhpoly1305-neon-glue.o
48 curve25519-neon-y := curve25519-core.o curve25519-glue.o
54 $(src)/poly1305-core.S_shipped: $(src)/poly1305-armv4.pl
57 $(src)/sha256-core.S_shipped: $(src)/sha256-armv4.pl
60 $(src)/sha512-core.S_shipped: $(src)/sha512-armv4.pl
64 clean-files += poly1305-core.S sha256-core.S sha512-core.S
69 AFLAGS_poly1305-core.o += $(poly1305-aflags-y)