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-cipher-y := sm4-ce-cipher-glue.o sm4-ce-cipher-core.o
27 sm4-ce-y := sm4-ce-glue.o sm4-ce-core.o
30 sm4-neon-y := sm4-neon-glue.o sm4-neon-core.o
33 ghash-ce-y := ghash-ce-glue.o ghash-ce-core.o
36 polyval-ce-y := polyval-ce-glue.o polyval-ce-core.o
39 crct10dif-ce-y := crct10dif-ce-core.o crct10dif-ce-glue.o
42 aes-ce-cipher-y := aes-ce-core.o aes-ce-glue.o
45 aes-ce-ccm-y := aes-ce-ccm-glue.o aes-ce-ccm-core.o
48 aes-ce-blk-y := aes-glue-ce.o aes-ce.o
51 aes-neon-blk-y := aes-glue-neon.o aes-neon.o
54 sha256-arm64-y := sha256-glue.o sha256-core.o
57 sha512-arm64-y := sha512-glue.o sha512-core.o
60 chacha-neon-y := chacha-neon-core.o chacha-neon-glue.o
63 poly1305-neon-y := poly1305-core.o poly1305-glue.o
67 nhpoly1305-neon-y := nh-neon-core.o nhpoly1305-neon-glue.o
70 aes-arm64-y := aes-cipher-core.o aes-cipher-glue.o
73 aes-neon-bs-y := aes-neonbs-core.o aes-neonbs-glue.o
75 CFLAGS_aes-glue-ce.o := -DUSE_V8_CRYPTO_EXTENSIONS
77 $(obj)/aes-glue-%.o: $(src)/aes-glue.c FORCE