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.c2715 uint32_t fcs_aes_crypt_payload[FCS_AES_CMD_MAX_WORD_SIZE]; in intel_fcs_aes_crypt_update_finalize() local
2786 fcs_aes_crypt_payload[i] = session_id; in intel_fcs_aes_crypt_update_finalize()
2788 fcs_aes_crypt_payload[i] = context_id; in intel_fcs_aes_crypt_update_finalize()
2790 fcs_aes_crypt_payload[i] = crypto_header; in intel_fcs_aes_crypt_update_finalize()
2795 fcs_aes_crypt_payload[i] = fcs_aes_init_payload.key_id; in intel_fcs_aes_crypt_update_finalize()
2803 memcpy_s(&fcs_aes_crypt_payload[i], in intel_fcs_aes_crypt_update_finalize()
2817 fcs_aes_crypt_payload[i] = src_addr_sdm; in intel_fcs_aes_crypt_update_finalize()
2819 fcs_aes_crypt_payload[i] = src_size; in intel_fcs_aes_crypt_update_finalize()
2821 fcs_aes_crypt_payload[i] = dst_addr_sdm; in intel_fcs_aes_crypt_update_finalize()
2823 fcs_aes_crypt_payload[i] = dst_size; in intel_fcs_aes_crypt_update_finalize()
[all …]