Lines Matching refs:core
42 aes-arm-y := aes-cipher-core.o aes-cipher-glue.o
43 aes-arm-bs-y := aes-neonbs-core.o aes-neonbs-glue.o
47 sha256-arm-y := sha256-core.o sha256_glue.o $(sha256-arm-neon-y)
49 sha512-arm-y := sha512-core.o sha512-glue.o $(sha512-arm-neon-y)
50 sha1-arm-ce-y := sha1-ce-core.o sha1-ce-glue.o
51 sha2-arm-ce-y := sha2-ce-core.o sha2-ce-glue.o
52 aes-arm-ce-y := aes-ce-core.o aes-ce-glue.o
53 ghash-arm-ce-y := ghash-ce-core.o ghash-ce-glue.o
54 crct10dif-arm-ce-y := crct10dif-ce-core.o crct10dif-ce-glue.o
55 crc32-arm-ce-y:= crc32-ce-core.o crc32-ce-glue.o
56 chacha-neon-y := chacha-neon-core.o chacha-neon-glue.o
57 nhpoly1305-neon-y := nh-neon-core.o nhpoly1305-neon-glue.o
63 $(src)/sha256-core.S_shipped: $(src)/sha256-armv4.pl
66 $(src)/sha512-core.S_shipped: $(src)/sha512-armv4.pl
70 .PRECIOUS: $(obj)/sha256-core.S $(obj)/sha512-core.S