Searched refs:HASH_CACHE_SIZE (Results 1 – 2 of 2) sorted by relevance
61 u8 cache[HASH_CACHE_SIZE] __aligned(sizeof(u32));65 u8 cache_next[HASH_CACHE_SIZE] __aligned(sizeof(u32));324 if (queued <= HASH_CACHE_SIZE) in safexcel_ahash_send_req()333 extra = queued & (HASH_CACHE_SIZE - 1); in safexcel_ahash_send_req()339 extra = HASH_CACHE_SIZE; in safexcel_ahash_send_req()676 if (cache_len + areq->nbytes <= HASH_CACHE_SIZE) { in safexcel_ahash_cache()890 memcpy(export->cache, req->cache, HASH_CACHE_SIZE); in safexcel_ahash_export()910 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];