Searched refs:dek_blob (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/doc/imx/habv4/guides/ |
D | encrypted_boot.txt | 16 the dek_blob cmd enabled. The image used for DEK blob generation 25 The dek_blob command then can be used to generate the DEK blob of 28 dek_blob <DEK address> <Output Address> <Key Size in Bits> 29 example: dek_blob 0x10800000 0x10801000 192
|
/external/u-boot/drivers/crypto/fsl/ |
D | jobdesc.c | 114 uint8_t *dek_blob, uint32_t in_sz) in inline_cnstr_jobdesc_blob_dek() argument 130 memset(dek_blob, 0, out_sz + 8); in inline_cnstr_jobdesc_blob_dek() 132 memcpy(dek_blob, wrapped_key_hdr, sizeof(wrapped_key_hdr)); in inline_cnstr_jobdesc_blob_dek() 167 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/arch/arm/mach-imx/ |
D | cmd_dek.c | 85 dek_blob, 4, 1, do_dek_blob,
|
D | Kconfig | 68 bool "Support the 'dek_blob' command" 70 This enables the 'dek_blob' command which is used with the
|