Searched refs:HASH_CACHE_SIZE (Results 1 – 4 of 4) sorted by relevance
20 HASH_CACHE_SIZE); in hash_cache_calc()30 if (hash_cache->cache_size + data_len <= HASH_CACHE_SIZE) { in hash_cache_calc()57 tmp_len = HASH_CACHE_SIZE - hash_cache->cache_size; in hash_cache_calc()64 HASH_CACHE_SIZE, &hash_cache->is_started, 0); in hash_cache_calc()
9 #define HASH_CACHE_SIZE 8192 macro
62 u8 cache[HASH_CACHE_SIZE] __aligned(sizeof(u32));66 u8 cache_next[HASH_CACHE_SIZE] __aligned(sizeof(u32));325 if (queued <= HASH_CACHE_SIZE) in safexcel_ahash_send_req()334 extra = queued & (HASH_CACHE_SIZE - 1); in safexcel_ahash_send_req()340 extra = HASH_CACHE_SIZE; in safexcel_ahash_send_req()677 if (cache_len + areq->nbytes <= HASH_CACHE_SIZE) { in safexcel_ahash_cache()891 memcpy(export->cache, req->cache, HASH_CACHE_SIZE); in safexcel_ahash_export()911 memcpy(req->cache, export->cache, HASH_CACHE_SIZE); in safexcel_ahash_import()
852 #define HASH_CACHE_SIZE SHA512_BLOCK_SIZE macro861 u8 cache[HASH_CACHE_SIZE];