Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/marvell/
Dhash.c33 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()
Dcesa.h205 #define CESA_HASH_BLOCK_SIZE_MSK (CESA_MAX_HASH_BLOCK_SIZE - 1) macro