Home
last modified time | relevance | path

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

/lib/crypto/tests/
A Dhash-test-template.h132 struct HASH_CTX ctx; in test_hash_all_lens_up_to_4096()
154 struct HASH_CTX ctx; in test_hash_incremental_updates()
202 const size_t max_tested_len = TEST_BUF_LEN - sizeof(struct HASH_CTX); in test_hash_buffer_overruns()
204 struct HASH_CTX *guarded_ctx = buf_end - sizeof(*guarded_ctx); in test_hash_buffer_overruns()
210 struct HASH_CTX ctx; in test_hash_buffer_overruns()
239 struct HASH_CTX ctx; in test_hash_overlaps()
311 static const u8 zeroes[sizeof(struct HASH_CTX)]; in test_hash_ctx_zeroization()
312 struct HASH_CTX ctx; in test_hash_ctx_zeroization()
476 struct HASH_CTX hash_ctx;
A Dsha1_kunit.c9 #define HASH_CTX sha1_ctx macro
A Dsha224_kunit.c9 #define HASH_CTX sha224_ctx macro
A Dsha512_kunit.c9 #define HASH_CTX sha512_ctx macro
A Dsha256_kunit.c9 #define HASH_CTX sha256_ctx macro
A Dsha384_kunit.c9 #define HASH_CTX sha384_ctx macro
A Dpoly1305_kunit.c39 #define HASH_CTX poly1305_desc_ctx macro

Completed in 8 milliseconds