Home
last modified time | relevance | path

Searched refs:sha512 (Results 1 – 12 of 12) sorted by relevance

/net-tools-3.6.0/tinydtls-0.8.2/sha2/
Dsha2test.pl162 $vec = { desc => "", file => "", sha256 => "", sha384 => "", sha512 => "" };
180 $vec->{sha512} = $data;
212 $vec->{sha512} = $data;
232 if (!($vec->{sha256} || $vec->{sha384} || $vec->{sha512})) {
245 if ($vec->{sha512} !~ /^(|[a-f0-9]{128})$/) {
250 if ($hashes & (($vec->{sha256} ? 1 : 0) | ($vec->{sha384} ? 2 : 0) | ($vec->{sha512} ? 4 : 0))) {
263 $sha256 = $sha384 = $sha512 = "";
270 …($sha512) = grep(/(^[a-fA-F0-9]{128}$|^[a-fA-F0-9]{128}[^a-fA-F0-9]|[^a-fA-F0-9][a-fA-F0-9]{128}$|…
288 …($sha512) = grep(/(^[a-fA-F0-9]{128}$|^[a-fA-F0-9]{128}[^a-fA-F0-9]|[^a-fA-F0-9][a-fA-F0-9]{128}$|…
291 …e("Unable to generate any hashes for file '$vec->{file}'!\n") if (!$sha256 && !$sha384 && $sha512);
[all …]
/net-tools-3.6.0/mbedtls-2.4.0/tests/suites/
Dtest_suite_shax.function4 #include "mbedtls/sha512.h"
Dtest_suite_x509write.data19 x509_csr_check:"data_files/server1.key":"data_files/server1.req.sha512":MBEDTLS_MD_SHA512:0:0
Dtest_suite_x509parse.data63 x509_cert_info:"data_files/server9-sha512.crt":"cert. version \: 3\nserial number \: 1A\nis…
83 x509_cert_info:"data_files/server5-sha512.crt":"cert. version \: 3\nserial number \: 15\nis…
179 mbedtls_x509_crl_info:"data_files/crl-rsa-pss-sha512.pem":"CRL version \: 2\nissuer name \: C=N…
199 mbedtls_x509_crl_info:"data_files/crl-ec-sha512.pem":"CRL version \: 2\nissuer name \: C=NL, O=…
227 mbedtls_x509_csr_info:"data_files/server1.req.sha512":"CSR version \: 1\nsubject name \: C=NL, O…
247 mbedtls_x509_csr_info:"data_files/server5.req.sha512":"CSR version \: 1\nsubject name \: C=NL, O…
267 mbedtls_x509_csr_info:"data_files/server9.req.sha512":"CSR version \: 1\nsubject name \: C=NL, O…
532 x509_verify:"data_files/server5-sha512.crt":"data_files/test-ca2.crt":"data_files/crl-ec-sha256.pem…
620 x509_verify:"data_files/server9-sha512.crt":"data_files/test-ca.crt":"data_files/crl-rsa-pss-sha512
Dtest_suite_rsa.function8 #include "mbedtls/sha512.h"
/net-tools-3.6.0/mbedtls-2.4.0/programs/test/
Dbenchmark.c238 char md4, md5, ripemd160, sha1, sha256, sha512, member
277 todo.sha512 = 1; in main()
354 if( todo.sha512 ) in main()
/net-tools-3.6.0/mbedtls-2.4.0/yotta/data/example-benchmark/
Dmain.cpp340 char md4, md5, ripemd160, sha1, sha256, sha512, member
377 todo.sha512 = 1; in benchmark()
450 if( todo.sha512 ) in benchmark()
/net-tools-3.6.0/mbedtls-2.4.0/library/
DMakefile63 sha256.o sha512.o threading.o \
DCMakeLists.txt53 sha512.c
Dssl_tls.c1063 mbedtls_sha512_context sha512; in ssl_calc_verify_tls_sha384() local
1065 mbedtls_sha512_init( &sha512 ); in ssl_calc_verify_tls_sha384()
1069 mbedtls_sha512_clone( &sha512, &ssl->handshake->fin_sha512 ); in ssl_calc_verify_tls_sha384()
1070 mbedtls_sha512_finish( &sha512, hash ); in ssl_calc_verify_tls_sha384()
1075 mbedtls_sha512_free( &sha512 ); in ssl_calc_verify_tls_sha384()
4896 mbedtls_sha512_context sha512; in ssl_calc_finished_tls_sha384() local
4903 mbedtls_sha512_init( &sha512 ); in ssl_calc_finished_tls_sha384()
4907 mbedtls_sha512_clone( &sha512, &ssl->handshake->fin_sha512 ); in ssl_calc_finished_tls_sha384()
4917 sha512.state, sizeof( sha512.state ) ); in ssl_calc_finished_tls_sha384()
4924 mbedtls_sha512_finish( &sha512, padbuf ); in ssl_calc_finished_tls_sha384()
[all …]
/net-tools-3.6.0/mbedtls-2.4.0/include/mbedtls/
Dcompat-1.3.h2346 #define sha512 mbedtls_sha512 macro
/net-tools-3.6.0/mbedtls-2.4.0/scripts/data_files/
Drename-1.3-2.0.txt1889 sha512 mbedtls_sha512