Home
last modified time | relevance | path

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

/mcuboot-latest/ext/tinycrypt/tests/
Dtest_cbc_mode.c107 uint8_t iv_buffer[16]; in test_1_and_2() local
116 (void)memcpy(iv_buffer, iv, TC_AES_BLOCK_SIZE); in test_1_and_2()
120 plaintext, sizeof(plaintext), iv_buffer, &a) == 0) { in test_1_and_2()