Home
last modified time | relevance | path

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

/drivers/crypto/inside-secure/
Dsafexcel_hash.c235 u64 cache_len; in safexcel_handle_req_result() local
301 cache_len = safexcel_queued_len(sreq); in safexcel_handle_req_result()
302 if (cache_len) in safexcel_handle_req_result()
303 memcpy(sreq->cache, sreq->cache_next, cache_len); in safexcel_handle_req_result()
321 int i, extra = 0, n_cdesc = 0, ret = 0, cache_len, skip = 0; in safexcel_ahash_send_req() local
326 cache_len = queued; in safexcel_ahash_send_req()
328 cache_len = queued - areq->nbytes; in safexcel_ahash_send_req()
358 if (unlikely(cache_len < AES_BLOCK_SIZE)) { in safexcel_ahash_send_req()
362 extra = AES_BLOCK_SIZE - cache_len; in safexcel_ahash_send_req()
363 if (queued > cache_len) { in safexcel_ahash_send_req()
[all …]
/drivers/acpi/apei/
Dghes.c768 u32 len, cache_len; in ghes_estatus_cache_alloc() local
778 cache_len = GHES_ESTATUS_CACHE_LEN(len); in ghes_estatus_cache_alloc()
779 cache = (void *)gen_pool_alloc(ghes_estatus_pool, cache_len); in ghes_estatus_cache_alloc()