Home
last modified time | relevance | path

Searched refs:sha2 (Results 1 – 25 of 3165) sorted by relevance

12345678910>>...127

/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/hash/sha2/
H A DMakefile.inc8 MAN+= sha2.3
10 MLINKS+=sha2.3 SHA224_Init.3 sha2.3 SHA224_Update.3 sha2.3 SHA224_Final.3
11 MLINKS+=sha2.3 SHA224_End.3 sha2.3 SHA224_File.3 sha2.3 SHA224_Data.3
12 MLINKS+=sha2.3 SHA224_Transform.3 sha2.3 SHA224_FileChunk.3
13 MLINKS+=sha2.3 SHA256_Init.3 sha2.3 SHA256_Update.3 sha2.3 SHA256_Final.3
14 MLINKS+=sha2.3 SHA256_End.3 sha2.3 SHA256_File.3 sha2.3 SHA256_Data.3
15 MLINKS+=sha2.3 SHA256_Transform.3 sha2.3 SHA256_FileChunk.3
16 MLINKS+=sha2.3 SHA384_Init.3 sha2.3 SHA384_Update.3 sha2.3 SHA384_Final.3
17 MLINKS+=sha2.3 SHA384_End.3 sha2.3 SHA384_File.3 sha2.3 SHA384_Data.3
19 MLINKS+=sha2.3 SHA512_Init.3 sha2.3 SHA512_Update.3 sha2.3 SHA512_Final.3
[all …]
/dports/print/qpdf/qpdf-10.5.0/libtests/
H A Dsha2.cc10 sha2.resetBits(bits); in test()
12 sha2.finish(); in test()
14 if (output == sha2.getHexDigest()) in test()
28 Pl_SHA2 sha2; in main() local
32 test(sha2, "256 short", 256, in main()
35 test(sha2, "256 long", 256, in main()
38 test(sha2, "256 million", 256, in main()
41 test(sha2, "384 short", 384, in main()
45 test(sha2, "384 long", 384, in main()
54 test(sha2, "512 short", 512, in main()
[all …]
/dports/devel/libfortuna/libfortuna-11cbd88/doc/latex/
H A Dsha2_8c.tex2 \label{sha2_8c}\index{sha2.\-c@{sha2.\-c}}
119 \index{Ch@{Ch}!sha2.c@{sha2.\-c}}
128 \index{Maj@{Maj}!sha2.c@{sha2.\-c}}
137 \index{R@{R}!sha2.c@{sha2.\-c}}
180 \index{S32@{S32}!sha2.c@{sha2.\-c}}
188 \index{S64@{S64}!sha2.c@{sha2.\-c}}
205 \index{Sigma0\-\_\-256@{Sigma0\-\_\-256}!sha2.c@{sha2.\-c}}
212 \index{sigma0\-\_\-256@{sigma0\-\_\-256}!sha2.c@{sha2.\-c}}
219 \index{Sigma0\-\_\-512@{Sigma0\-\_\-512}!sha2.c@{sha2.\-c}}
393 \index{K256@{K256}!sha2.c@{sha2.\-c}}
[all …]
H A Dsha2_8h.tex2 \label{sha2_8h}\index{sha2.\-h@{sha2.\-h}}
117 \index{S\-H\-A256\-\_\-\-Final@{S\-H\-A256\-\_\-\-Final}!sha2.h@{sha2.\-h}}
120 \index{S\-H\-A256\-\_\-\-Init@{S\-H\-A256\-\_\-\-Init}!sha2.h@{sha2.\-h}}
135 \index{S\-H\-A384\-\_\-\-Final@{S\-H\-A384\-\_\-\-Final}!sha2.h@{sha2.\-h}}
138 \index{S\-H\-A384\-\_\-\-Init@{S\-H\-A384\-\_\-\-Init}!sha2.h@{sha2.\-h}}
153 \index{S\-H\-A512\-\_\-\-Final@{S\-H\-A512\-\_\-\-Final}!sha2.h@{sha2.\-h}}
156 \index{S\-H\-A512\-\_\-\-Init@{S\-H\-A512\-\_\-\-Init}!sha2.h@{sha2.\-h}}
188 \index{S\-H\-A224\-\_\-\-Init@{S\-H\-A224\-\_\-\-Init}!sha2.h@{sha2.\-h}}
212 \index{S\-H\-A256\-\_\-\-Init@{S\-H\-A256\-\_\-\-Init}!sha2.h@{sha2.\-h}}
236 \index{S\-H\-A384\-\_\-\-Init@{S\-H\-A384\-\_\-\-Init}!sha2.h@{sha2.\-h}}
[all …]
/dports/net/haproxy/haproxy-2.4.10/reg-tests/converter/
H A Dsha2.vtc1 varnishtest "sha2 converter Test"
26 http-response set-header SHA2 "%[var(txn.hash),sha2,hex,lower]"
27 http-response set-header SHA2-224 "%[var(txn.hash),sha2(224),hex,lower]"
28 http-response set-header SHA2-256 "%[var(txn.hash),sha2(256),hex,lower]"
29 http-response set-header SHA2-384 "%[var(txn.hash),sha2(384),hex,lower]"
30 http-response set-header SHA2-512 "%[var(txn.hash),sha2(512),hex,lower]"
43 expect resp.http.sha2 == "6b86b273ff34fce19d6b804eff5a3f5747ada4eaa22f1d49c01e52ddb7875b4b"
44 expect resp.http.sha2-224 == "e25388fde8290dc286a6164fa2d97e551b53498dcbf7bc378eb1f178"
45 expect resp.http.sha2-256 == "6b86b273ff34fce19d6b804eff5a3f5747ada4eaa22f1d49c01e52ddb7875b4b"
52 expect resp.http.sha2 == "d4735e3a265e16eee03f59718b9b5d03019c07d8b6c51f90da3a666eec13ab35"
[all …]
/dports/net/haproxy22/haproxy-2.2.19/reg-tests/converter/
H A Dsha2.vtc1 varnishtest "sha2 converter Test"
26 http-response set-header SHA2 "%[var(txn.hash),sha2,hex,lower]"
27 http-response set-header SHA2-224 "%[var(txn.hash),sha2(224),hex,lower]"
28 http-response set-header SHA2-256 "%[var(txn.hash),sha2(256),hex,lower]"
29 http-response set-header SHA2-384 "%[var(txn.hash),sha2(384),hex,lower]"
30 http-response set-header SHA2-512 "%[var(txn.hash),sha2(512),hex,lower]"
43 expect resp.http.sha2 == "6b86b273ff34fce19d6b804eff5a3f5747ada4eaa22f1d49c01e52ddb7875b4b"
44 expect resp.http.sha2-224 == "e25388fde8290dc286a6164fa2d97e551b53498dcbf7bc378eb1f178"
45 expect resp.http.sha2-256 == "6b86b273ff34fce19d6b804eff5a3f5747ada4eaa22f1d49c01e52ddb7875b4b"
52 expect resp.http.sha2 == "d4735e3a265e16eee03f59718b9b5d03019c07d8b6c51f90da3a666eec13ab35"
[all …]
/dports/net/haproxy23/haproxy-2.3.16/reg-tests/converter/
H A Dsha2.vtc1 varnishtest "sha2 converter Test"
26 http-response set-header SHA2 "%[var(txn.hash),sha2,hex,lower]"
27 http-response set-header SHA2-224 "%[var(txn.hash),sha2(224),hex,lower]"
28 http-response set-header SHA2-256 "%[var(txn.hash),sha2(256),hex,lower]"
29 http-response set-header SHA2-384 "%[var(txn.hash),sha2(384),hex,lower]"
30 http-response set-header SHA2-512 "%[var(txn.hash),sha2(512),hex,lower]"
43 expect resp.http.sha2 == "6b86b273ff34fce19d6b804eff5a3f5747ada4eaa22f1d49c01e52ddb7875b4b"
44 expect resp.http.sha2-224 == "e25388fde8290dc286a6164fa2d97e551b53498dcbf7bc378eb1f178"
45 expect resp.http.sha2-256 == "6b86b273ff34fce19d6b804eff5a3f5747ada4eaa22f1d49c01e52ddb7875b4b"
52 expect resp.http.sha2 == "d4735e3a265e16eee03f59718b9b5d03019c07d8b6c51f90da3a666eec13ab35"
[all …]
/dports/net/haproxy21/haproxy-2.1.12/reg-tests/converter/
H A Dsha2.vtc1 varnishtest "sha2 converter Test"
26 http-response set-header SHA2 "%[var(txn.hash),sha2,hex,lower]"
27 http-response set-header SHA2-224 "%[var(txn.hash),sha2(224),hex,lower]"
28 http-response set-header SHA2-256 "%[var(txn.hash),sha2(256),hex,lower]"
29 http-response set-header SHA2-384 "%[var(txn.hash),sha2(384),hex,lower]"
30 http-response set-header SHA2-512 "%[var(txn.hash),sha2(512),hex,lower]"
43 expect resp.http.sha2 == "6b86b273ff34fce19d6b804eff5a3f5747ada4eaa22f1d49c01e52ddb7875b4b"
44 expect resp.http.sha2-224 == "e25388fde8290dc286a6164fa2d97e551b53498dcbf7bc378eb1f178"
45 expect resp.http.sha2-256 == "6b86b273ff34fce19d6b804eff5a3f5747ada4eaa22f1d49c01e52ddb7875b4b"
52 expect resp.http.sha2 == "d4735e3a265e16eee03f59718b9b5d03019c07d8b6c51f90da3a666eec13ab35"
[all …]
/dports/net/nuster/nuster-5.0.4.21/reg-tests/converter/
H A Dsha2.vtc1 varnishtest "sha2 converter Test"
26 http-response set-header SHA2 "%[var(txn.hash),sha2,hex,lower]"
27 http-response set-header SHA2-224 "%[var(txn.hash),sha2(224),hex,lower]"
28 http-response set-header SHA2-256 "%[var(txn.hash),sha2(256),hex,lower]"
29 http-response set-header SHA2-384 "%[var(txn.hash),sha2(384),hex,lower]"
30 http-response set-header SHA2-512 "%[var(txn.hash),sha2(512),hex,lower]"
43 expect resp.http.sha2 == "6b86b273ff34fce19d6b804eff5a3f5747ada4eaa22f1d49c01e52ddb7875b4b"
44 expect resp.http.sha2-224 == "e25388fde8290dc286a6164fa2d97e551b53498dcbf7bc378eb1f178"
45 expect resp.http.sha2-256 == "6b86b273ff34fce19d6b804eff5a3f5747ada4eaa22f1d49c01e52ddb7875b4b"
52 expect resp.http.sha2 == "d4735e3a265e16eee03f59718b9b5d03019c07d8b6c51f90da3a666eec13ab35"
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/MC/ARM/
H A Ddirective-arch_extension-crypto.s32 @ CHECK-V7: error: instruction requires: sha2 armv8
79 @ CHECK-V8: error: instruction requires: sha2
82 @ CHECK-V8: error: instruction requires: sha2
85 @ CHECK-V8: error: instruction requires: sha2
89 @ CHECK-V8: error: instruction requires: sha2
92 @ CHECK-V8: error: instruction requires: sha2
95 @ CHECK-V8: error: instruction requires: sha2
98 @ CHECK-V8: error: instruction requires: sha2
101 @ CHECK-V8: error: instruction requires: sha2
104 @ CHECK-V8: error: instruction requires: sha2
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/MC/ARM/
H A Ddirective-arch_extension-crypto.s32 @ CHECK-V7: error: instruction requires: sha2 armv8
79 @ CHECK-V8: error: instruction requires: sha2
82 @ CHECK-V8: error: instruction requires: sha2
85 @ CHECK-V8: error: instruction requires: sha2
89 @ CHECK-V8: error: instruction requires: sha2
92 @ CHECK-V8: error: instruction requires: sha2
95 @ CHECK-V8: error: instruction requires: sha2
98 @ CHECK-V8: error: instruction requires: sha2
101 @ CHECK-V8: error: instruction requires: sha2
104 @ CHECK-V8: error: instruction requires: sha2
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/MC/ARM/
H A Ddirective-arch_extension-crypto.s32 @ CHECK-V7: error: instruction requires: sha2 armv8
79 @ CHECK-V8: error: instruction requires: sha2
82 @ CHECK-V8: error: instruction requires: sha2
85 @ CHECK-V8: error: instruction requires: sha2
89 @ CHECK-V8: error: instruction requires: sha2
92 @ CHECK-V8: error: instruction requires: sha2
95 @ CHECK-V8: error: instruction requires: sha2
98 @ CHECK-V8: error: instruction requires: sha2
101 @ CHECK-V8: error: instruction requires: sha2
104 @ CHECK-V8: error: instruction requires: sha2
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/MC/ARM/
H A Ddirective-arch_extension-crypto.s32 @ CHECK-V7: error: instruction requires: sha2 armv8
79 @ CHECK-V8: error: instruction requires: sha2
82 @ CHECK-V8: error: instruction requires: sha2
85 @ CHECK-V8: error: instruction requires: sha2
89 @ CHECK-V8: error: instruction requires: sha2
92 @ CHECK-V8: error: instruction requires: sha2
95 @ CHECK-V8: error: instruction requires: sha2
98 @ CHECK-V8: error: instruction requires: sha2
101 @ CHECK-V8: error: instruction requires: sha2
104 @ CHECK-V8: error: instruction requires: sha2
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/MC/ARM/
H A Ddirective-arch_extension-crypto.s32 @ CHECK-V7: error: instruction requires: sha2 armv8
79 @ CHECK-V8: error: instruction requires: sha2
82 @ CHECK-V8: error: instruction requires: sha2
85 @ CHECK-V8: error: instruction requires: sha2
89 @ CHECK-V8: error: instruction requires: sha2
92 @ CHECK-V8: error: instruction requires: sha2
95 @ CHECK-V8: error: instruction requires: sha2
98 @ CHECK-V8: error: instruction requires: sha2
101 @ CHECK-V8: error: instruction requires: sha2
104 @ CHECK-V8: error: instruction requires: sha2
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/ssl-tests/
H A D19-mac-then-encrypt.conf8 test-3 = 3-disable-encrypt-then-mac-server-sha2
9 test-4 = 4-disable-encrypt-then-mac-client-sha2
10 test-5 = 5-disable-encrypt-then-mac-both-sha2
89 [3-disable-encrypt-then-mac-server-sha2]
92 [3-disable-encrypt-then-mac-server-sha2-ssl]
114 [4-disable-encrypt-then-mac-client-sha2]
117 [4-disable-encrypt-then-mac-client-sha2-ssl]
139 [5-disable-encrypt-then-mac-both-sha2]
142 [5-disable-encrypt-then-mac-both-sha2-ssl]
146 [5-disable-encrypt-then-mac-both-sha2-server]
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/ssl-tests/
H A D19-mac-then-encrypt.conf8 test-3 = 3-disable-encrypt-then-mac-server-sha2
9 test-4 = 4-disable-encrypt-then-mac-client-sha2
10 test-5 = 5-disable-encrypt-then-mac-both-sha2
89 [3-disable-encrypt-then-mac-server-sha2]
92 [3-disable-encrypt-then-mac-server-sha2-ssl]
114 [4-disable-encrypt-then-mac-client-sha2]
117 [4-disable-encrypt-then-mac-client-sha2-ssl]
139 [5-disable-encrypt-then-mac-both-sha2]
142 [5-disable-encrypt-then-mac-both-sha2-ssl]
146 [5-disable-encrypt-then-mac-both-sha2-server]
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/ssl-tests/
H A D19-mac-then-encrypt.conf8 test-3 = 3-disable-encrypt-then-mac-server-sha2
9 test-4 = 4-disable-encrypt-then-mac-client-sha2
10 test-5 = 5-disable-encrypt-then-mac-both-sha2
89 [3-disable-encrypt-then-mac-server-sha2]
92 [3-disable-encrypt-then-mac-server-sha2-ssl]
114 [4-disable-encrypt-then-mac-client-sha2]
117 [4-disable-encrypt-then-mac-client-sha2-ssl]
139 [5-disable-encrypt-then-mac-both-sha2]
142 [5-disable-encrypt-then-mac-both-sha2-ssl]
146 [5-disable-encrypt-then-mac-both-sha2-server]
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/ssl-tests/
H A D19-mac-then-encrypt.conf8 test-3 = 3-disable-encrypt-then-mac-server-sha2
9 test-4 = 4-disable-encrypt-then-mac-client-sha2
10 test-5 = 5-disable-encrypt-then-mac-both-sha2
89 [3-disable-encrypt-then-mac-server-sha2]
92 [3-disable-encrypt-then-mac-server-sha2-ssl]
114 [4-disable-encrypt-then-mac-client-sha2]
117 [4-disable-encrypt-then-mac-client-sha2-ssl]
139 [5-disable-encrypt-then-mac-both-sha2]
142 [5-disable-encrypt-then-mac-both-sha2-ssl]
146 [5-disable-encrypt-then-mac-both-sha2-server]
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/ssl-tests/
H A D19-mac-then-encrypt.conf8 test-3 = 3-disable-encrypt-then-mac-server-sha2
9 test-4 = 4-disable-encrypt-then-mac-client-sha2
10 test-5 = 5-disable-encrypt-then-mac-both-sha2
89 [3-disable-encrypt-then-mac-server-sha2]
92 [3-disable-encrypt-then-mac-server-sha2-ssl]
114 [4-disable-encrypt-then-mac-client-sha2]
117 [4-disable-encrypt-then-mac-client-sha2-ssl]
139 [5-disable-encrypt-then-mac-both-sha2]
142 [5-disable-encrypt-then-mac-both-sha2-ssl]
146 [5-disable-encrypt-then-mac-both-sha2-server]
[all …]
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/test/ssl-tests/
H A D19-mac-then-encrypt.conf8 test-3 = 3-disable-encrypt-then-mac-server-sha2
9 test-4 = 4-disable-encrypt-then-mac-client-sha2
10 test-5 = 5-disable-encrypt-then-mac-both-sha2
89 [3-disable-encrypt-then-mac-server-sha2]
92 [3-disable-encrypt-then-mac-server-sha2-ssl]
114 [4-disable-encrypt-then-mac-client-sha2]
117 [4-disable-encrypt-then-mac-client-sha2-ssl]
139 [5-disable-encrypt-then-mac-both-sha2]
142 [5-disable-encrypt-then-mac-both-sha2-ssl]
146 [5-disable-encrypt-then-mac-both-sha2-server]
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/test/ssl-tests/
H A D19-mac-then-encrypt.conf8 test-3 = 3-disable-encrypt-then-mac-server-sha2
9 test-4 = 4-disable-encrypt-then-mac-client-sha2
10 test-5 = 5-disable-encrypt-then-mac-both-sha2
89 [3-disable-encrypt-then-mac-server-sha2]
92 [3-disable-encrypt-then-mac-server-sha2-ssl]
114 [4-disable-encrypt-then-mac-client-sha2]
117 [4-disable-encrypt-then-mac-client-sha2-ssl]
139 [5-disable-encrypt-then-mac-both-sha2]
142 [5-disable-encrypt-then-mac-both-sha2-ssl]
146 [5-disable-encrypt-then-mac-both-sha2-server]
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/ssl-tests/
H A D19-mac-then-encrypt.conf8 test-3 = 3-disable-encrypt-then-mac-server-sha2
9 test-4 = 4-disable-encrypt-then-mac-client-sha2
10 test-5 = 5-disable-encrypt-then-mac-both-sha2
89 [3-disable-encrypt-then-mac-server-sha2]
92 [3-disable-encrypt-then-mac-server-sha2-ssl]
114 [4-disable-encrypt-then-mac-client-sha2]
117 [4-disable-encrypt-then-mac-client-sha2-ssl]
139 [5-disable-encrypt-then-mac-both-sha2]
142 [5-disable-encrypt-then-mac-both-sha2-ssl]
146 [5-disable-encrypt-then-mac-both-sha2-server]
[all …]
/dports/security/openssl/openssl-1.1.1n/test/ssl-tests/
H A D19-mac-then-encrypt.conf8 test-3 = 3-disable-encrypt-then-mac-server-sha2
9 test-4 = 4-disable-encrypt-then-mac-client-sha2
10 test-5 = 5-disable-encrypt-then-mac-both-sha2
89 [3-disable-encrypt-then-mac-server-sha2]
92 [3-disable-encrypt-then-mac-server-sha2-ssl]
114 [4-disable-encrypt-then-mac-client-sha2]
117 [4-disable-encrypt-then-mac-client-sha2-ssl]
139 [5-disable-encrypt-then-mac-both-sha2]
142 [5-disable-encrypt-then-mac-both-sha2-ssl]
146 [5-disable-encrypt-then-mac-both-sha2-server]
[all …]
/dports/security/openssl-static/openssl-1.1.1l/test/ssl-tests/
H A D19-mac-then-encrypt.conf8 test-3 = 3-disable-encrypt-then-mac-server-sha2
9 test-4 = 4-disable-encrypt-then-mac-client-sha2
10 test-5 = 5-disable-encrypt-then-mac-both-sha2
89 [3-disable-encrypt-then-mac-server-sha2]
92 [3-disable-encrypt-then-mac-server-sha2-ssl]
114 [4-disable-encrypt-then-mac-client-sha2]
117 [4-disable-encrypt-then-mac-client-sha2-ssl]
139 [5-disable-encrypt-then-mac-both-sha2]
142 [5-disable-encrypt-then-mac-both-sha2-ssl]
146 [5-disable-encrypt-then-mac-both-sha2-server]
[all …]
/dports/sysutils/edk2/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/test/ssl-tests/
H A D19-mac-then-encrypt.conf8 test-3 = 3-disable-encrypt-then-mac-server-sha2
9 test-4 = 4-disable-encrypt-then-mac-client-sha2
10 test-5 = 5-disable-encrypt-then-mac-both-sha2
89 [3-disable-encrypt-then-mac-server-sha2]
92 [3-disable-encrypt-then-mac-server-sha2-ssl]
114 [4-disable-encrypt-then-mac-client-sha2]
117 [4-disable-encrypt-then-mac-client-sha2-ssl]
139 [5-disable-encrypt-then-mac-both-sha2]
142 [5-disable-encrypt-then-mac-both-sha2-ssl]
146 [5-disable-encrypt-then-mac-both-sha2-server]
[all …]

12345678910>>...127