Home
last modified time | relevance | path

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

/crypto/
A Djitterentropy-kcapi.c110 u8 intermediary[SHA3_256_DIGEST_SIZE]; in jent_hash_time() local
116 if (sizeof(intermediary) != crypto_shash_digestsize(desc->tfm)) { in jent_hash_time()
136 crypto_shash_update(desc, intermediary, in jent_hash_time()
137 sizeof(intermediary)) ?: in jent_hash_time()
138 crypto_shash_finup(desc, addtl, addtl_len, intermediary); in jent_hash_time()
147 ret = crypto_shash_update(hash_state_desc, intermediary, sizeof(intermediary)); in jent_hash_time()
168 memzero_explicit(intermediary, sizeof(intermediary)); in jent_hash_time()

Completed in 3 milliseconds