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.c199 static const uint8_t cbc_ciphertext[80] = { variable
249 if (memcmp(encrypt.out_buf, cbc_ciphertext, sizeof(cbc_ciphertext))) { in cbc_mode()
252 print_buffer_comparison(cbc_ciphertext, encrypt.out_buf, in cbc_mode()
253 sizeof(cbc_ciphertext)); in cbc_mode()