Lines Matching full:glue
9 sha1-ce-y := sha1-ce-glue.o sha1-ce-core.o
12 sha2-ce-y := sha2-ce-glue.o sha2-ce-core.o
15 sha512-ce-y := sha512-ce-glue.o sha512-ce-core.o
18 sha3-ce-y := sha3-ce-glue.o sha3-ce-core.o
21 sm3-ce-y := sm3-ce-glue.o sm3-ce-core.o
24 sm4-ce-y := sm4-ce-glue.o sm4-ce-core.o
27 ghash-ce-y := ghash-ce-glue.o ghash-ce-core.o
30 crct10dif-ce-y := crct10dif-ce-core.o crct10dif-ce-glue.o
33 aes-ce-cipher-y := aes-ce-core.o aes-ce-glue.o
36 aes-ce-ccm-y := aes-ce-ccm-glue.o aes-ce-ccm-core.o
39 aes-ce-blk-y := aes-glue-ce.o aes-ce.o
42 aes-neon-blk-y := aes-glue-neon.o aes-neon.o
45 sha256-arm64-y := sha256-glue.o sha256-core.o
48 sha512-arm64-y := sha512-glue.o sha512-core.o
51 chacha-neon-y := chacha-neon-core.o chacha-neon-glue.o
54 poly1305-neon-y := poly1305-core.o poly1305-glue.o
58 nhpoly1305-neon-y := nh-neon-core.o nhpoly1305-neon-glue.o
61 aes-arm64-y := aes-cipher-core.o aes-cipher-glue.o
64 aes-neon-bs-y := aes-neonbs-core.o aes-neonbs-glue.o
66 CFLAGS_aes-glue-ce.o := -DUSE_V8_CRYPTO_EXTENSIONS
68 $(obj)/aes-glue-%.o: $(src)/aes-glue.c FORCE