Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/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()
/tf-a-ffa_el3_spmc/tools/encrypt_fw/include/
A Dencrypt.h16 int encrypt_file(unsigned short fw_enc_status, int enc_alg, char *key_string,
/tf-a-ffa_el3_spmc/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()
/tf-a-ffa_el3_spmc/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
/tf-a-ffa_el3_spmc/include/plat/common/
A Dplatform.h294 int plat_get_enc_key_info(enum fw_enc_status_t fw_enc_status, uint8_t *key,
/tf-a-ffa_el3_spmc/docs/getting_started/
A Dporting-guide.rst873 Arguments : enum fw_enc_status_t fw_enc_status, uint8_t *key,
879 fw_enc_status) which is invoked during runtime decryption of encrypted

Completed in 11 milliseconds