Home
last modified time | relevance | path

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

/u-boot/arch/arm/mach-imx/
A Dcmd_dek.c39 dst_ptr = map_sysmem(dst_addr, BLOB_SIZE(len / 8)); in blob_encap_dek()
100 BLOB_SIZE(len / 8) + OPTEE_BLOB_HDR_SIZE, in blob_encap_dek()
167 out_size = BLOB_SIZE(len / 8) + DEK_BLOB_HDR_SIZE; in blob_encap_dek()
262 for (i = 0; i < DEK_BLOB_HDR_SIZE + BLOB_SIZE(len / 8); i++) in blob_encap_dek()
/u-boot/drivers/crypto/fsl/
A Dfsl_blob.c54 size = ALIGN(BLOB_SIZE(len), ARCH_DMA_MINALIGN); in blob_decap()
148 size = ALIGN(BLOB_SIZE(len), ARCH_DMA_MINALIGN); in blob_encap()
/u-boot/include/
A Dfsl_sec.h31 #define BLOB_SIZE(x) ((x) + 32 + 16) /* Blob buffer size */ macro

Completed in 9 milliseconds