Searched refs:SharedMem_config (Results 1 – 1 of 1) sorted by relevance
946 TEEC_SharedMemory SharedMem_config = {0}; in trusty_oem_otp_key_cipher() local1006 SharedMem_config.size = sizeof(rk_cipher_config); in trusty_oem_otp_key_cipher()1007 TeecResult = TEEC_AllocateSharedMemory(&TeecContext, &SharedMem_config); in trusty_oem_otp_key_cipher()1011 memcpy(SharedMem_config.buffer, config, sizeof(rk_cipher_config)); in trusty_oem_otp_key_cipher()1013 TeecOperation.params[1].tmpref.buffer = SharedMem_config.buffer; in trusty_oem_otp_key_cipher()1014 TeecOperation.params[1].tmpref.size = SharedMem_config.size; in trusty_oem_otp_key_cipher()1034 TEEC_ReleaseSharedMemory(&SharedMem_config); in trusty_oem_otp_key_cipher()