Searched refs:encrypt (Results 1 – 9 of 9) sorted by relevance
/u-boot/common/ |
A D | image-cipher.c | 27 .encrypt = image_aes_encrypt, 38 .encrypt = image_aes_encrypt, 49 .encrypt = image_aes_encrypt,
|
/u-boot/drivers/fpga/ |
A D | socfpga_arria10.c | 167 bool encrypt, compress; in fpgamgr_set_cdratio_cdwidth() local 177 encrypt = (rbf_data[ENCRYPTION_OFFSET] >> 2) & 3; in fpgamgr_set_cdratio_cdwidth() 178 encrypt = encrypt != 0; in fpgamgr_set_cdratio_cdwidth() 185 debug("FPGA: Read from rbf header: encrypt=%d compress=%d.\n", encrypt, in fpgamgr_set_cdratio_cdwidth() 208 if (!compress && !encrypt) { in fpgamgr_set_cdratio_cdwidth()
|
/u-boot/doc/imx/habv4/ |
A D | introduction_habv4.txt | 87 order is (sign and then encrypt, or encrypt and then sign), both operations 124 (DEK) when encrypting an image. This key is used in both encrypt and decrypt 128 The OTP Master Key (OTPMK) is used to encrypt and wrap the DEK in a blob
|
/u-boot/doc/imx/ahab/guides/ |
A D | mx8_mx8x_encrypted_boot.txt | 8 This document describes a step-by-step procedure on how to encrypt and sign a 122 1.6 Creating the CSF description to encrypt the 2nd container 204 CST is also able to encrypt additional images containers, the steps documented
|
/u-boot/tools/ |
A D | Makefile | 74 aes-encrypt.o aes-decrypt.o)
|
A D | image-host.c | 483 ret = info.cipher->encrypt(&info, data, size, in fit_image_process_cipher()
|
/u-boot/include/ |
A D | image.h | 1491 int (*encrypt)(struct image_cipher_info *info, member
|
/u-boot/lib/ |
A D | Kconfig | 292 This provides a means to encrypt and decrypt data using the AES
|
/u-boot/cmd/ |
A D | Kconfig | 1955 This provides a means to encrypt and decrypt data using the AES 1973 different randomly generated key is used to encrypt the data.
|
Completed in 18 milliseconds