Lines Matching refs:SharedMem_config
1129 TEEC_SharedMemory SharedMem_config = {0}; in trusty_oem_otp_key_cipher() local
1189 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() local
2295 SharedMem_config.size = sizeof(rk_cipher_config); in trusty_fw_key_cipher()
2296 TeecResult = TEEC_AllocateSharedMemory(&TeecContext, &SharedMem_config); in trusty_fw_key_cipher()
2300 memcpy(SharedMem_config.buffer, config, sizeof(rk_cipher_config)); in trusty_fw_key_cipher()
2302 TeecOperation.params[1].tmpref.buffer = SharedMem_config.buffer; in trusty_fw_key_cipher()
2303 TeecOperation.params[1].tmpref.size = SharedMem_config.size; in trusty_fw_key_cipher()
2323 TEEC_ReleaseSharedMemory(&SharedMem_config); in trusty_fw_key_cipher()