Home
last modified time | relevance | path

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

/Zephyr-latest/samples/drivers/crypto/src/
Dmain.c391 static const uint8_t ccm_expected[31] = {0x58, 0x8c, 0x97, 0x9a, 0x61, 0xc6, 0x63, 0xd2, variable
448 if (memcmp(encrypt.out_buf, ccm_expected, sizeof(ccm_expected))) { in ccm_mode()
451 print_buffer_comparison(ccm_expected, in ccm_mode()
452 encrypt.out_buf, sizeof(ccm_expected)); in ccm_mode()