Home
last modified time | relevance | path

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

/Zephyr-latest/samples/drivers/crypto/src/
Dmain.c201 static const uint8_t cbc_ciphertext[80] = { variable
251 if (memcmp(encrypt.out_buf, cbc_ciphertext, sizeof(cbc_ciphertext))) { in cbc_mode()
254 print_buffer_comparison(cbc_ciphertext, encrypt.out_buf, in cbc_mode()
255 sizeof(cbc_ciphertext)); in cbc_mode()