Home
last modified time | relevance | path

Searched refs:c384 (Results 1 – 2 of 2) sorted by relevance

/net-tools-latest/tinydtls-0.8.2/sha2/
Dsha2test.pl78 $c256 = $c384 = $c512 = $cALL = "";
102 $opt = $c384 = shift(@ARGV);
104 if (!$c384 || $c384 !~ /\%/ || !-x $opt) {
131 if (!$cALL && !$c256 && !$c384 && !$c512) {
139 …"No command was supplied to generate SHA-384 hashes.\n") if ($hashes & 2 == 2 && !$cALL && !$c384);
278 if ($c384) {
279 $prog = $c384;
Dsha2speed.c64 SHA384_CTX c384; in main() local
101 SHA384_Init(&c384); in main()
122 SHA384_Update(&c384, (unsigned char*)buf, BUFSIZE); in main()
125 SHA384_Update(&c384, (unsigned char*)buf, bytes % BUFSIZE); in main()
127 SHA384_End(&c384, md); in main()