Lines Matching full:glue
24 aes-arm-y := aes-cipher-core.o aes-cipher-glue.o
25 aes-arm-bs-y := aes-neonbs-core.o aes-neonbs-glue.o
30 sha512-arm-neon-$(CONFIG_KERNEL_MODE_NEON) := sha512-neon-glue.o
31 sha512-arm-y := sha512-core.o sha512-glue.o $(sha512-arm-neon-y)
32 sha1-arm-ce-y := sha1-ce-core.o sha1-ce-glue.o
33 sha2-arm-ce-y := sha2-ce-core.o sha2-ce-glue.o
34 aes-arm-ce-y := aes-ce-core.o aes-ce-glue.o
35 ghash-arm-ce-y := ghash-ce-core.o ghash-ce-glue.o
36 crct10dif-arm-ce-y := crct10dif-ce-core.o crct10dif-ce-glue.o
37 crc32-arm-ce-y:= crc32-ce-core.o crc32-ce-glue.o
38 chacha-neon-y := chacha-scalar-core.o chacha-glue.o
40 poly1305-arm-y := poly1305-core.o poly1305-glue.o
41 nhpoly1305-neon-y := nh-neon-core.o nhpoly1305-neon-glue.o
42 curve25519-neon-y := curve25519-core.o curve25519-glue.o