Home
last modified time | relevance | path

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

/trusty/user/base/app/hwaes-unittest/
Dhwaes-test.c280 static const uint8_t hwaes_cbc_ciphertext[] = { variable
412 .len = sizeof(hwaes_cbc_ciphertext), in TEST_F_SETUP()
434 .len = sizeof(hwaes_cbc_ciphertext), in TEST_F_SETUP()
641 rc = memcmp(_state->shm_base, hwaes_cbc_ciphertext, in TEST_F()
642 sizeof(hwaes_cbc_ciphertext)); in TEST_F()
678 rc = memcmp(buf, hwaes_cbc_ciphertext, sizeof(hwaes_cbc_ciphertext)); in TEST_F()
698 rc = memcmp(_state->shm_base, hwaes_cbc_ciphertext, in TEST_F()
699 sizeof(hwaes_cbc_ciphertext)); in TEST_F()