Home
last modified time | relevance | path

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

/trusty/user/base/app/hwaes-unittest/
Dhwaes-test.c851 static const uint8_t opaque_key_ciphertext[] = { variable
880 rc = memcmp(_state->shm_base, opaque_key_ciphertext, in TEST_F()
881 sizeof(opaque_key_ciphertext)); in TEST_F()
906 memcpy(_state->shm_base, opaque_key_ciphertext, in TEST_F()
907 sizeof(opaque_key_ciphertext)); in TEST_F()
909 _state->args_decrypt.text_in.len = sizeof(opaque_key_ciphertext); in TEST_F()
949 rc = memcmp(_state->shm_base, opaque_key_ciphertext, in TEST_F()
950 sizeof(opaque_key_ciphertext)); in TEST_F()