Home
last modified time | relevance | path

Searched refs:encrypt (Results 1 – 9 of 9) sorted by relevance

/u-boot/common/
A Dimage-cipher.c27 .encrypt = image_aes_encrypt,
38 .encrypt = image_aes_encrypt,
49 .encrypt = image_aes_encrypt,
/u-boot/drivers/fpga/
A Dsocfpga_arria10.c167 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 Dintroduction_habv4.txt87 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 Dmx8_mx8x_encrypted_boot.txt8 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 DMakefile74 aes-encrypt.o aes-decrypt.o)
A Dimage-host.c483 ret = info.cipher->encrypt(&info, data, size, in fit_image_process_cipher()
/u-boot/include/
A Dimage.h1491 int (*encrypt)(struct image_cipher_info *info, member
/u-boot/lib/
A DKconfig292 This provides a means to encrypt and decrypt data using the AES
/u-boot/cmd/
A DKconfig1955 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