Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/intel/soc/common/sip/
Dsocfpga_sip_fcs.c2223 uint32_t fcs_aes_crypt_payload[FCS_AES_CMD_MAX_WORD_SIZE]; in intel_fcs_aes_crypt_update_finalize() local
2266 fcs_aes_crypt_payload[i] = session_id; in intel_fcs_aes_crypt_update_finalize()
2268 fcs_aes_crypt_payload[i] = context_id; in intel_fcs_aes_crypt_update_finalize()
2270 fcs_aes_crypt_payload[i] = crypto_header; in intel_fcs_aes_crypt_update_finalize()
2275 fcs_aes_crypt_payload[i] = fcs_aes_init_payload.key_id; in intel_fcs_aes_crypt_update_finalize()
2283 memcpy((uint8_t *) &fcs_aes_crypt_payload[i], in intel_fcs_aes_crypt_update_finalize()
2290 fcs_aes_crypt_payload[i] = (uint32_t) src_addr; in intel_fcs_aes_crypt_update_finalize()
2292 fcs_aes_crypt_payload[i] = src_size; in intel_fcs_aes_crypt_update_finalize()
2294 fcs_aes_crypt_payload[i] = (uint32_t) dst_addr; in intel_fcs_aes_crypt_update_finalize()
2296 fcs_aes_crypt_payload[i] = dst_size; in intel_fcs_aes_crypt_update_finalize()
[all …]