Searched refs:SharedMem_config (Results 1 – 1 of 1) sorted by relevance
1129 TEEC_SharedMemory SharedMem_config = {0}; in trusty_oem_otp_key_cipher() local1189 SharedMem_config.size = sizeof(rk_cipher_config); in trusty_oem_otp_key_cipher()1190 TeecResult = TEEC_AllocateSharedMemory(&TeecContext, &SharedMem_config); in trusty_oem_otp_key_cipher()1194 memcpy(SharedMem_config.buffer, config, sizeof(rk_cipher_config)); in trusty_oem_otp_key_cipher()1196 TeecOperation.params[1].tmpref.buffer = SharedMem_config.buffer; in trusty_oem_otp_key_cipher()1197 TeecOperation.params[1].tmpref.size = SharedMem_config.size; in trusty_oem_otp_key_cipher()1217 TEEC_ReleaseSharedMemory(&SharedMem_config); in trusty_oem_otp_key_cipher()2248 TEEC_SharedMemory SharedMem_config = {0}; in trusty_fw_key_cipher() local2295 SharedMem_config.size = sizeof(rk_cipher_config); in trusty_fw_key_cipher()2296 TeecResult = TEEC_AllocateSharedMemory(&TeecContext, &SharedMem_config); in trusty_fw_key_cipher()[all …]