Home
last modified time | relevance | path

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

/external/u-boot/drivers/crypto/fsl/
Dfsl_blob.c41 desc = malloc_cache_aligned(sizeof(int) * MAX_CAAM_DESCSIZE); in blob_decap()
61 size = ALIGN(sizeof(int) * MAX_CAAM_DESCSIZE, ARCH_DMA_MINALIGN); in blob_decap()
106 desc = malloc_cache_aligned(sizeof(int) * MAX_CAAM_DESCSIZE); in blob_encap()
126 size = ALIGN(sizeof(int) * MAX_CAAM_DESCSIZE, ARCH_DMA_MINALIGN); in blob_encap()
Dfsl_hash.c168 desc = malloc_cache_aligned(sizeof(int) * MAX_CAAM_DESCSIZE); in caam_hash()
188 size = ALIGN(sizeof(int) * MAX_CAAM_DESCSIZE, ARCH_DMA_MINALIGN); in caam_hash()
Dfsl_rsa.c23 uint32_t desc[MAX_CAAM_DESCSIZE]; in fsl_mod_exp()
Ddesc_constr.h16 #define CAAM_DESC_BYTES_MAX (CAAM_CMD_SZ * MAX_CAAM_DESCSIZE)
Ddesc.h18 #define MAX_CAAM_DESCSIZE 64 macro