Home
last modified time | relevance | path

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

/Zephyr-latest/samples/drivers/crypto/src/
Dmain.c502 static const uint8_t gcm_expected[58] = { variable
560 if (memcmp(encrypt.out_buf, gcm_expected, sizeof(gcm_expected))) { in gcm_mode()
563 print_buffer_comparison(gcm_expected, in gcm_mode()
564 encrypt.out_buf, sizeof(gcm_expected)); in gcm_mode()