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.c393 static const uint8_t ccm_expected[31] = {0x58, 0x8c, 0x97, 0x9a, 0x61, 0xc6, 0x63, 0xd2, variable
450 if (memcmp(encrypt.out_buf, ccm_expected, sizeof(ccm_expected))) { in ccm_mode()
453 print_buffer_comparison(ccm_expected, in ccm_mode()
454 encrypt.out_buf, sizeof(ccm_expected)); in ccm_mode()