Searched refs:dek_blob (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/drivers/crypto/fsl/ |
D | jobdesc.c | 113 uint8_t *dek_blob, uint32_t in_sz) in inline_cnstr_jobdesc_blob_dek() argument 129 memset(dek_blob, 0, out_sz + 8); in inline_cnstr_jobdesc_blob_dek() 131 memcpy(dek_blob, wrapped_key_hdr, sizeof(wrapped_key_hdr)); in inline_cnstr_jobdesc_blob_dek() 166 append_cmd_ptr(desc, (dma_addr_t)dek_blob + 8, out_sz, CMD_SEQ_OUT_PTR); in inline_cnstr_jobdesc_blob_dek()
|
/external/u-boot/doc/ |
D | README.mxc_hab | 117 the dek_blob cmd enabled. The image used for DEK blob generation 126 The dek_blob command then can be used to generate the DEK blob of 129 dek_blob <DEK address> <Output Address> <Key Size in Bits> 130 example: dek_blob 0x10800000 0x10801000 192
|
/external/u-boot/arch/arm/mach-imx/ |
D | Kconfig | 61 bool "Support the 'dek_blob' command" 63 This enables the 'dek_blob' command which is used with the
|
D | cmd_dek.c | 86 dek_blob, 4, 1, do_dek_blob,
|