Home
last modified time | relevance | path

Searched refs:BLOB_SIZE (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/drivers/crypto/fsl/
Dfsl_blob.c51 size = ALIGN(BLOB_SIZE(len), ARCH_DMA_MINALIGN); in blob_decap()
135 size = ALIGN(BLOB_SIZE(len), ARCH_DMA_MINALIGN); in blob_encap()
/external/u-boot/arch/arm/mach-imx/
Dcmd_dek.c72 dst_ptr = map_sysmem(dst_addr, BLOB_SIZE(len/8)); in do_dek_blob()
/external/u-boot/include/
Dfsl_sec.h220 #define BLOB_SIZE(x) ((x) + 32 + 16) /* Blob buffer size */ macro