Searched refs:SHARE_MEM05 (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/gp/include/ |
| H A D | xml_crypto_api.h | 209 static TEEC_SharedMemory *SHARE_MEM05 = share_mem + 4; variable 3379 ALLOCATE_SHARED_MEMORY(s->ctx, SHARE_MEM05, fdata_length, in mac_compute_final() 3385 SET_SHARED_MEMORY_OPERATION_PARAMETER(3, 0, SHARE_MEM05, in mac_compute_final() 3386 SHARE_MEM05->size) in mac_compute_final() 3397 memcpy(mac->buffer, SHARE_MEM05->buffer, mac->size); in mac_compute_final() 3400 TEEC_ReleaseSharedMemory(SHARE_MEM05); in mac_compute_final() 3471 ALLOCATE_SHARED_MEMORY(s->ctx, SHARE_MEM05, fdata_length, in cipher_do_final() 3477 SET_SHARED_MEMORY_OPERATION_PARAMETER(3, 0, SHARE_MEM05, in cipher_do_final() 3478 SHARE_MEM05->size) in cipher_do_final() 3489 memcpy(cipher->buffer, SHARE_MEM05->buffer, cipher->size); in cipher_do_final() [all …]
|