Searched refs:SHA (Results 1 – 8 of 8) sorted by relevance
/xen/stubdom/vtpmmgr/ |
A D | calc.pl | 3 use Digest::SHA qw(sha1); 6 my $s2 = Digest::SHA->new("SHA256"); 62 printf "cfg_hash for %s: %s\n", $dst, Digest::SHA::sha1_hex($cfg);
|
A D | manage-vtpmmgr.pl | 4 use Digest::SHA; 39 my $pk_hash = Digest::SHA::sha1_hex($pubk); 40 my $cfg_hash = Digest::SHA::sha1_hex($cfg_list);
|
/xen/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) 178 $(foreach flavor,$(SHA),$(eval $(call simd-sha-defs,$(flavor)))) 241 $(addsuffix .c,$(SHA)): 247 $(addsuffix .h,$(SIMD) $(FMA) $(SG) $(AES) $(CLMUL) $(SHA) $(GF)): simd.h
|
A D | test_x86_emulator.c | 513 SIMD(SHA, sse4_sha, 16), 514 SIMD(AVX+SHA, avx_sha, 16), 515 AVX512VL(VL+SHA, avx512f_sha, 16),
|
/xen/docs/process/ |
A D | tags.pandoc | 15 the SHA-1 ID, and the one line summary.
|
/xen/xen/include/public/arch-x86/ |
A D | cpufeatureset.h | 223 XEN_CPUFEATURE(SHA, 5*32+29) /*A SHA1 & SHA256 instructions */
|
/xen/xen/tools/ |
A D | gen-cpuid.py | 203 SSE2: [SSE3, LM, AESNI, PCLMULQDQ, SHA, GFNI],
|
Completed in 14 milliseconds