Home
last modified time | relevance | path

Searched refs:MAX_CAAM_DESCSIZE (Results 1 – 5 of 5) sorted by relevance

/drivers/crypto/fsl/
A Dfsl_blob.c43 desc = malloc_cache_aligned(sizeof(int) * MAX_CAAM_DESCSIZE); in blob_decap()
63 size = ALIGN(sizeof(int) * MAX_CAAM_DESCSIZE, ARCH_DMA_MINALIGN); in blob_decap()
115 desc = malloc_cache_aligned(sizeof(int) * MAX_CAAM_DESCSIZE); in blob_encap()
135 size = ALIGN(sizeof(int) * MAX_CAAM_DESCSIZE, ARCH_DMA_MINALIGN); in blob_encap()
A Dfsl_rsa.c24 uint32_t desc[MAX_CAAM_DESCSIZE]; in fsl_mod_exp()
43 flush_dcache_range((ulong)desc, (ulong)desc + (sizeof(uint32_t) * MAX_CAAM_DESCSIZE)); in fsl_mod_exp()
A Dfsl_hash.c163 (ulong)(ctx->sha_desc) + (sizeof(uint32_t) * MAX_CAAM_DESCSIZE)); in caam_hash_finish()
189 desc = malloc_cache_aligned(sizeof(int) * MAX_CAAM_DESCSIZE); in caam_hash()
204 size = ALIGN(sizeof(int) * MAX_CAAM_DESCSIZE, ARCH_DMA_MINALIGN); in caam_hash()
A Ddesc_constr.h16 #define CAAM_DESC_BYTES_MAX (CAAM_CMD_SZ * MAX_CAAM_DESCSIZE)
A Ddesc.h20 #define MAX_CAAM_DESCSIZE 64 macro

Completed in 10 milliseconds