openMSX
|
#include "catch.hpp"
#include "sha1.hh"
#include "ranges.hh"
#include "xrange.hh"
#include <cstring>
#include <sstream>
Go to the source code of this file.
Functions | |
TEST_CASE ("Sha1Sum: constructors") | |
TEST_CASE ("Sha1Sum: parse") | |
TEST_CASE ("Sha1Sum: clear") | |
TEST_CASE ("Sha1Sum: comparisons") | |
TEST_CASE ("Sha1Sum: stream") | |
TEST_CASE ("sha1: calc") | |
TEST_CASE ("sha1: update,digest") | |
TEST_CASE ("sha1: finalize") | |
TEST_CASE | ( | "sha1: calc" | ) |
Definition at line 108 of file unittest/sha1.cc.
TEST_CASE | ( | "sha1: finalize" | ) |
Definition at line 138 of file unittest/sha1.cc.
References CHECK(), openmsx::SHA1::digest(), sum(), and openmsx::SHA1::update().
TEST_CASE | ( | "sha1: | update, |
digest" | |||
) |
Definition at line 115 of file unittest/sha1.cc.
References CHECK(), openmsx::SHA1::digest(), repeat(), sum(), openmsx::Sha1Sum::toString(), and openmsx::SHA1::update().
TEST_CASE | ( | "Sha1Sum: clear" | ) |
Definition at line 48 of file unittest/sha1.cc.
TEST_CASE | ( | "Sha1Sum: comparisons" | ) |
Definition at line 87 of file unittest/sha1.cc.
TEST_CASE | ( | "Sha1Sum: constructors" | ) |
Definition at line 10 of file unittest/sha1.cc.
TEST_CASE | ( | "Sha1Sum: parse" | ) |
Definition at line 34 of file unittest/sha1.cc.
TEST_CASE | ( | "Sha1Sum: stream" | ) |
Definition at line 99 of file unittest/sha1.cc.