Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/samples/drivers/crypto/src/
Dmain.c285 static const uint8_t ctr_ciphertext[64] = { variable
337 if (memcmp(encrypt.out_buf, ctr_ciphertext, sizeof(ctr_ciphertext))) { in ctr_mode()
340 print_buffer_comparison(ctr_ciphertext, encrypt.out_buf, in ctr_mode()
341 sizeof(ctr_ciphertext)); in ctr_mode()