Home
last modified time | relevance | path

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

/drivers/crypto/inside-secure/
Dsafexcel_hash.c236 u64 cache_len; in safexcel_handle_req_result() local
302 cache_len = safexcel_queued_len(sreq); in safexcel_handle_req_result()
303 if (cache_len) in safexcel_handle_req_result()
304 memcpy(sreq->cache, sreq->cache_next, cache_len); in safexcel_handle_req_result()
322 int i, extra = 0, n_cdesc = 0, ret = 0, cache_len, skip = 0; in safexcel_ahash_send_req() local
327 cache_len = queued; in safexcel_ahash_send_req()
329 cache_len = queued - areq->nbytes; in safexcel_ahash_send_req()
359 if (unlikely(cache_len < AES_BLOCK_SIZE)) { in safexcel_ahash_send_req()
363 extra = AES_BLOCK_SIZE - cache_len; in safexcel_ahash_send_req()
364 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()