Home
last modified time | relevance | path

Searched refs:HASH_CTX (Results 1 – 11 of 11) sorted by relevance

/linux/lib/crypto/tests/
H A Dhash-test-template.h130 struct HASH_CTX ctx; in test_hash_all_lens_up_to_4096()
152 struct HASH_CTX ctx; in test_hash_incremental_updates()
200 const size_t max_tested_len = TEST_BUF_LEN - sizeof(struct HASH_CTX); in test_hash_buffer_overruns()
202 struct HASH_CTX *guarded_ctx = buf_end - sizeof(*guarded_ctx); in test_hash_buffer_overruns()
208 struct HASH_CTX ctx; in test_hash_buffer_overruns()
237 struct HASH_CTX ctx; in test_hash_overlaps()
309 static const u8 zeroes[sizeof(struct HASH_CTX)]; in test_hash_ctx_zeroization()
310 struct HASH_CTX ctx; in test_hash_ctx_zeroization()
361 struct HASH_CTX hash_ctx;
H A Dsha512_kunit.c9 #define HASH_CTX sha512_ctx macro
H A Dsha384_kunit.c9 #define HASH_CTX sha384_ctx macro
H A Dsha1_kunit.c9 #define HASH_CTX sha1_ctx macro
H A Dsha224_kunit.c9 #define HASH_CTX sha224_ctx macro
H A Dmd5_kunit.c9 #define HASH_CTX md5_ctx macro
H A Dpoly1305_kunit.c39 #define HASH_CTX poly1305_desc_ctx macro
H A Dblake2b_kunit.c30 #define HASH_CTX blake2b_ctx macro
H A Dblake2s_kunit.c30 #define HASH_CTX blake2s_ctx macro
H A Dpolyval_kunit.c28 #define HASH_CTX polyval_ctx macro
H A Dsha3_kunit.c10 #define HASH_CTX sha3_ctx macro