scclib
Stable Cloud Computing C++ Library
Typedefs | Functions
hash_digest.cc File Reference

Test file for One-way hashing and message digests. More...

#include <crypto/hash.h>
#include <gtest/gtest.h>
#include <string>
#include <fstream>
#include <map>
#include <vector>
#include <util/iostream.h>
#include <util/rwloopbuf.h>
#include <encode/hex.h>
Include dependency graph for hash_digest.cc:

Go to the source code of this file.

Typedefs

using CharVec = std::vector< char >
 

Functions

 TEST_F (Hash_digest, Lengths)
 
 TEST_F (Hash_digest, Init)
 
 TEST_F (Hash_digest, Copy_final)
 
 TEST_F (Hash_digest, Test_one_part)
 
 TEST_F (Hash_digest, Get_tag)
 
 TEST_F (Hash_digest, Test_two_parts)
 
 TEST_F (Hash_digest, Reset_val)
 
 TEST_F (Hash_digest, Reset_cmd)
 
 TEST_F (Hash_digest, Streams)
 
 TEST_F (Hash_digest, Hmac_lengths)
 
 TEST_F (Hash_digest, Hmac_compare)
 
 TEST (hmac_test, Hmac_sanity)
 
 TEST (hmac_test, Hmac_sanity_move)
 
 TEST_F (Hash_digest, Hmac_reset)
 
 TEST_F (Hash_digest, hash_vector_validate)
 
 TEST_F (Hash_digest, hmac_vector_validate)
 
 TEST_F (Hash_digest, hash_tag)
 

Detailed Description

Test file for One-way hashing and message digests.

Definition in file hash_digest.cc.