Home
last modified time | relevance | path

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

/u-boot/drivers/crypto/fsl/
A Dfsl_blob.c44 desc = malloc_cache_aligned(sizeof(int) * MAX_CAAM_DESCSIZE); in blob_decap()
64 size = ALIGN(sizeof(int) * MAX_CAAM_DESCSIZE, ARCH_DMA_MINALIGN); in blob_decap()
109 desc = malloc_cache_aligned(sizeof(int) * MAX_CAAM_DESCSIZE); in blob_encap()
129 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()
A Dfsl_hash.c171 desc = malloc_cache_aligned(sizeof(int) * MAX_CAAM_DESCSIZE); in caam_hash()
191 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.h18 #define MAX_CAAM_DESCSIZE 64 macro

Completed in 8 milliseconds