Home
last modified time | relevance | path

Searched refs:dek_blob (Results 1 – 5 of 5) sorted by relevance

/u-boot/doc/imx/habv4/guides/
A Dencrypted_boot.txt16 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
/u-boot/drivers/crypto/fsl/
A Djobdesc.c115 uint8_t *dek_blob, uint32_t in_sz) in inline_cnstr_jobdesc_blob_dek() argument
131 memset(dek_blob, 0, out_sz + 8); in inline_cnstr_jobdesc_blob_dek()
133 memcpy(dek_blob, wrapped_key_hdr, sizeof(wrapped_key_hdr)); in inline_cnstr_jobdesc_blob_dek()
168 append_cmd_ptr(desc, (dma_addr_t)dek_blob + 8, out_sz, CMD_SEQ_OUT_PTR); in inline_cnstr_jobdesc_blob_dek()
/u-boot/doc/imx/ahab/guides/
A Dmx8_mx8x_encrypted_boot.txt62 funtion is available in U-Boot and can be executed through dek_blob command:
86 ARM architecture -> Support the 'dek_blob' command
161 final encrypted binary. The U-Boot provides a tool called dek_blob which is
171 => dek_blob 0x80280000 0x80280100 128
172 => fatwrite mmc 1:1 0x80280100 dek_blob.bin 0x48
174 In host PC copy the generated dek_blob.bin to the CST directory.
189 $ dd if=dek_blob.bin of=enc_flash.bin bs=1 seek=$((0x7c0)) conv=notrunc
263 => dek_blob 0x80280000 0x80280100 128
/u-boot/arch/arm/mach-imx/
A Dcmd_dek.c87 dek_blob, 4, 1, do_dek_blob,
A DKconfig77 bool "Support the 'dek_blob' command"
79 This enables the 'dek_blob' command which is used with the

Completed in 6 milliseconds