Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/crypto/fsl/
H A 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()
H A 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()
H A Dfsl_rsa.c23 uint32_t desc[MAX_CAAM_DESCSIZE]; in fsl_mod_exp()
H A Ddesc_constr.h16 #define CAAM_DESC_BYTES_MAX (CAAM_CMD_SZ * MAX_CAAM_DESCSIZE)
H A Ddesc.h18 #define MAX_CAAM_DESCSIZE 64 macro
/openbmc/linux/drivers/crypto/caam/
H A Ddesc_constr.h20 #define CAAM_DESC_BYTES_MAX (CAAM_CMD_SZ * MAX_CAAM_DESCSIZE)
H A Ddesc.h28 #define MAX_CAAM_DESCSIZE 64 macro