Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/optee_clientApi/
H A DOpteeClientInterface.c946 TEEC_SharedMemory SharedMem_config = {0}; in trusty_oem_otp_key_cipher() local
1006 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()