Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/gp/include/
H A Dxml_crypto_api.h1262 TEEC_SharedMemory *shm1, size_t *offs_1, in add_attr() argument
1282 res = add_be32(vid, shm1, offs_1); in add_attr()
1285 res = add_be32(voffs, shm1, offs_1); in add_attr()
1288 return add_be32(vsz, shm1, offs_1); in add_attr()
1306 TEEC_SharedMemory shm1 = { in Invoke_Crypto_InitObjectWithKeys() local
1315 res = TEEC_AllocateSharedMemory(s->ctx, &shm1); in Invoke_Crypto_InitObjectWithKeys()
1323 res = add_attr(id1, v1, sz1, &shm1, &offs1, &shm2, &offs2); in Invoke_Crypto_InitObjectWithKeys()
1326 res = add_attr(id2, v2, sz2, &shm1, &offs1, &shm2, &offs2); in Invoke_Crypto_InitObjectWithKeys()
1329 res = add_attr(id3, v3, sz3, &shm1, &offs1, &shm2, &offs2); in Invoke_Crypto_InitObjectWithKeys()
1332 res = add_attr(id4, v4, sz4, &shm1, &offs1, &shm2, &offs2); in Invoke_Crypto_InitObjectWithKeys()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dregression_1000.c2324 TEEC_SharedMemory shm1 = { in xtest_tee_test_1032() local
2340 res = TEEC_RegisterSharedMemory(&ctx, &shm1); in xtest_tee_test_1032()
2342 TEEC_ReleaseSharedMemory(&shm1); in xtest_tee_test_1032()