Home
last modified time | relevance | path

Searched refs:fw_enc_status (Results 1 – 8 of 8) sorted by relevance

/arm-trusted-firmware-2.8.0/tools/encrypt_fw/src/
A Dmain.c87 unsigned short *fw_enc_status) in parse_fw_enc_status_flag() argument
98 *fw_enc_status = flag & FW_ENC_STATUS_FLAG_MASK; in parse_fw_enc_status_flag()
142 unsigned short fw_enc_status = 0; in main() local
175 parse_fw_enc_status_flag(optarg, &fw_enc_status); in main()
219 ret = encrypt_file(fw_enc_status, key_alg, key, nonce, in_fn, out_fn); in main()
A Dencrypt.c22 static int gcm_encrypt(unsigned short fw_enc_status, char *key_string, in gcm_encrypt() argument
125 header.flags |= fw_enc_status & FW_ENC_STATUS_FLAG_MASK; in gcm_encrypt()
157 int encrypt_file(unsigned short fw_enc_status, int enc_alg, char *key_string, in encrypt_file() argument
162 return gcm_encrypt(fw_enc_status, key_string, nonce_string, in encrypt_file()
/arm-trusted-firmware-2.8.0/tools/encrypt_fw/include/
A Dencrypt.h16 int encrypt_file(unsigned short fw_enc_status, int enc_alg, char *key_string,
/arm-trusted-firmware-2.8.0/drivers/io/
A Dio_encrypted.c158 enum fw_enc_status_t fw_enc_status; in enc_file_read() local
181 fw_enc_status = header.flags & FW_ENC_STATUS_FLAG_MASK; in enc_file_read()
197 result = plat_get_enc_key_info(fw_enc_status, key, &key_len, &key_flags, in enc_file_read()
/arm-trusted-firmware-2.8.0/plat/common/
A Dplat_bl_common.c82 int plat_get_enc_key_info(enum fw_enc_status_t fw_enc_status, uint8_t *key, in plat_get_enc_key_info() argument
/arm-trusted-firmware-2.8.0/plat/st/common/
A Dstm32mp_crypto_lib.c500 int plat_get_enc_key_info(enum fw_enc_status_t fw_enc_status, uint8_t *key, in plat_get_enc_key_info() argument
509 if (fw_enc_status == FW_ENC_WITH_BSSK) { in plat_get_enc_key_info()
/arm-trusted-firmware-2.8.0/include/plat/common/
A Dplatform.h350 int plat_get_enc_key_info(enum fw_enc_status_t fw_enc_status, uint8_t *key,
/arm-trusted-firmware-2.8.0/docs/getting_started/
A Dporting-guide.rst1094 Arguments : enum fw_enc_status_t fw_enc_status, uint8_t *key,
1100 fw_enc_status) which is invoked during runtime decryption of encrypted

Completed in 12 milliseconds