Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/gp/include/
H A Dxml_crypto_api.h1263 TEEC_SharedMemory *shm2, size_t *offs_2) in add_attr() argument
1273 voffs = *offs_2; in add_attr()
1276 if (*offs_2 + sz > shm2->size) in add_attr()
1278 memcpy((uint8_t *)shm2->buffer + *offs_2, v, sz); in add_attr()
1279 (*offs_2) += sz; in add_attr()