Searched refs:CESA_HASH_BLOCK_SIZE_MSK (Results 1 – 2 of 2) sorted by relevance
33 len &= ~CESA_HASH_BLOCK_SIZE_MSK; in mv_cesa_ahash_req_iter_init()174 index = creq->len & CESA_HASH_BLOCK_SIZE_MSK; in mv_cesa_ahash_pad_len()186 index = creq->len & CESA_HASH_BLOCK_SIZE_MSK; in mv_cesa_ahash_pad_req()219 new_cache_ptr = len & CESA_HASH_BLOCK_SIZE_MSK; in mv_cesa_ahash_std_step()220 len &= ~CESA_HASH_BLOCK_SIZE_MSK; in mv_cesa_ahash_std_step()252 len &= CESA_HASH_BLOCK_SIZE_MSK; in mv_cesa_ahash_std_step()450 if (((creq->cache_ptr + req->nbytes) & CESA_HASH_BLOCK_SIZE_MSK) && in mv_cesa_ahash_cache_req()
205 #define CESA_HASH_BLOCK_SIZE_MSK (CESA_MAX_HASH_BLOCK_SIZE - 1) macro