Searched refs:dek_blob (Results 1 – 5 of 5) sorted by relevance
/u-boot/doc/imx/habv4/guides/ |
A 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
|
/u-boot/drivers/crypto/fsl/ |
A D | jobdesc.c | 115 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 D | mx8_mx8x_encrypted_boot.txt | 62 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 D | cmd_dek.c | 87 dek_blob, 4, 1, do_dek_blob,
|
A D | Kconfig | 77 bool "Support the 'dek_blob' command" 79 This enables the 'dek_blob' command which is used with the
|
Completed in 6 milliseconds