Searched refs:BLOB_SIZE (Results 1 – 3 of 3) sorted by relevance
39 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()
54 size = ALIGN(BLOB_SIZE(len), ARCH_DMA_MINALIGN); in blob_decap()148 size = ALIGN(BLOB_SIZE(len), ARCH_DMA_MINALIGN); in blob_encap()
31 #define BLOB_SIZE(x) ((x) + 32 + 16) /* Blob buffer size */ macro
Completed in 9 milliseconds