Searched refs:SHA (Results 1 – 3 of 3) sorted by relevance
| /tools/tests/x86_emulator/ |
| A D | simd-sha.c | 6 #define SHA(op, a...) __builtin_ia32_sha ## op(a) macro 149 x = SHA(1msg1, hash, src); in sha_test() 157 x = SHA(1msg2, hash, src); in sha_test() 169 x = SHA(1msg2, hash, src); in sha_test() 177 x = SHA(1nexte, hash, src); in sha_test() 230 x = SHA(1rnds4, hash, src, 1); in sha_test() 242 k = rol_c(SHA(1rnds4, tmp, tmp, 1), 2)[0]; in sha_test() 283 x = SHA(256msg1, hash, src); in sha_test() 290 x = SHA(256msg2, hash, src); in sha_test() 360 x = SHA(256rnds2, hash, tmp, src); in sha_test()
|
| A D | Makefile | 24 SHA := sse4-sha avx-sha avx512f-sha macro 26 TESTCASES := blowfish $(SIMD) $(FMA) $(SG) $(AES) $(CLMUL) $(SHA) $(GF) 176 $(foreach flavor,$(SHA),$(eval $(call simd-sha-defs,$(flavor)))) 239 $(addsuffix .c,$(SHA)): 245 $(addsuffix .h,$(SIMD) $(FMA) $(SG) $(AES) $(CLMUL) $(SHA) $(GF)): simd.h
|
| A D | test_x86_emulator.c | 520 SIMD(SHA, sse4_sha, 16), 521 SIMD(AVX+SHA, avx_sha, 16), 522 AVX512VL(VL+SHA, avx512f_sha, 16),
|
Completed in 18 milliseconds