Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/intel/soc/common/sip/
H A Dsocfpga_sip_fcs.c2714 uint32_t fcs_aes_crypt_payload[FCS_AES_CMD_MAX_WORD_SIZE]; in intel_fcs_aes_crypt_update_finalize() local
2785 fcs_aes_crypt_payload[i] = session_id; in intel_fcs_aes_crypt_update_finalize()
2787 fcs_aes_crypt_payload[i] = context_id; in intel_fcs_aes_crypt_update_finalize()
2789 fcs_aes_crypt_payload[i] = crypto_header; in intel_fcs_aes_crypt_update_finalize()
2794 fcs_aes_crypt_payload[i] = fcs_aes_init_payload.key_id; in intel_fcs_aes_crypt_update_finalize()
2802 memcpy_s(&fcs_aes_crypt_payload[i], in intel_fcs_aes_crypt_update_finalize()
2816 fcs_aes_crypt_payload[i] = src_addr_sdm; in intel_fcs_aes_crypt_update_finalize()
2818 fcs_aes_crypt_payload[i] = src_size; in intel_fcs_aes_crypt_update_finalize()
2820 fcs_aes_crypt_payload[i] = dst_addr_sdm; in intel_fcs_aes_crypt_update_finalize()
2822 fcs_aes_crypt_payload[i] = dst_size; in intel_fcs_aes_crypt_update_finalize()
[all …]