Searched refs:HASH_CTX (Results 1 – 7 of 7) sorted by relevance
132 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;
9 #define HASH_CTX sha1_ctx macro
9 #define HASH_CTX sha224_ctx macro
9 #define HASH_CTX sha512_ctx macro
9 #define HASH_CTX sha256_ctx macro
9 #define HASH_CTX sha384_ctx macro
39 #define HASH_CTX poly1305_desc_ctx macro
Completed in 8 milliseconds