Home
last modified time | relevance | path

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

/trusty/user/base/lib/hwaes/include/lib/hwaes/
Dhwaes.h44 struct hwcrypt_shm_hd { struct
64 struct hwcrypt_shm_hd* shm_hd_ptr; argument
78 struct hwcrypt_shm_hd* shm_hd_ptr;
/trusty/user/base/app/hwaes-benchmark/
Dhwaes-bench.c89 struct hwcrypt_shm_hd shm_hdin;
90 struct hwcrypt_shm_hd shm_hdout;
210 static int shm_alloc(size_t size, struct hwcrypt_shm_hd* shm_hd) { in shm_alloc()
211 memset(shm_hd, 0, sizeof(struct hwcrypt_shm_hd)); in shm_alloc()
231 static void shm_free(struct hwcrypt_shm_hd* shm_hd) { in shm_free()
/trusty/user/base/app/hwaes-unittest/
Dhwaes-test.c244 struct hwcrypt_shm_hd* shm_handle, in parse_vector()
290 struct hwcrypt_shm_hd shm_hd;
386 _state->shm_hd = (struct hwcrypt_shm_hd){ in TEST_F_SETUP()
556 struct hwcrypt_shm_hd bad_shm_hd = { in TEST_F()
569 struct hwcrypt_shm_hd bad_shm_hd = { in TEST_F()
711 struct hwcrypt_shm_hd shm_hd = { in TEST_F()
741 struct hwcrypt_shm_hd shm_hd = { in TEST_F()
/trusty/user/base/lib/hwaes/
Dhwaes.c95 struct hwcrypt_shm_hd* shm_hd_ptr, in hwaes_set_shm_arg_helper()