Searched refs:CESA_HASH_BLOCK_SIZE_MSK (Results 1 – 2 of 2) sorted by relevance
34 len &= ~CESA_HASH_BLOCK_SIZE_MSK; in mv_cesa_ahash_req_iter_init()130 index = creq->len & CESA_HASH_BLOCK_SIZE_MSK; in mv_cesa_ahash_pad_len()198 new_cache_ptr = len & CESA_HASH_BLOCK_SIZE_MSK; in mv_cesa_ahash_std_step()199 len &= ~CESA_HASH_BLOCK_SIZE_MSK; in mv_cesa_ahash_std_step()229 len &= CESA_HASH_BLOCK_SIZE_MSK; in mv_cesa_ahash_std_step()
205 #define CESA_HASH_BLOCK_SIZE_MSK (CESA_MAX_HASH_BLOCK_SIZE - 1) macro