Lines Matching refs:shm_hd
290 struct hwcrypt_shm_hd shm_hd; member
386 _state->shm_hd = (struct hwcrypt_shm_hd){ in TEST_F_SETUP()
407 .shm_hd_ptr = &_state->shm_hd, in TEST_F_SETUP()
413 .shm_hd_ptr = &_state->shm_hd, in TEST_F_SETUP()
435 .shm_hd_ptr = &_state->shm_hd, in TEST_F_SETUP()
441 .shm_hd_ptr = &_state->shm_hd, in TEST_F_SETUP()
711 struct hwcrypt_shm_hd shm_hd = { in TEST_F() local
716 parse_vector(vector, &shm_hd, &args, 1 /* encrypt */); in TEST_F()
741 struct hwcrypt_shm_hd shm_hd = { in TEST_F() local
746 parse_vector(vector, &shm_hd, &args, 0 /* decrypt */); in TEST_F()
910 _state->args_decrypt.text_in.shm_hd_ptr = &_state->shm_hd; in TEST_F()