Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/fpga/
H A Dsocfpga_arria10.c162 bool encrypt, compress; in fpgamgr_set_cdratio_cdwidth() local
172 encrypt = (rbf_data[ENCRYPTION_OFFSET] >> 2) & 3; in fpgamgr_set_cdratio_cdwidth()
173 encrypt = encrypt != 0; in fpgamgr_set_cdratio_cdwidth()
180 debug("read from rbf header: encrypt=%d compress=%d\n", encrypt, compress); in fpgamgr_set_cdratio_cdwidth()
202 if (!compress && !encrypt) { in fpgamgr_set_cdratio_cdwidth()
/rk3399_rockchip-uboot/lib/
H A DKconfig122 This provides a means to encrypt and decrypt data using the AES
/rk3399_rockchip-uboot/cmd/
H A DKconfig1413 This provides a means to encrypt and decrypt data using the AES
1431 different randomly generated key is used to encrypt the data.