Home
last modified time | relevance | path

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

/Zephyr-4.3.0/samples/drivers/crypto/src/
Dmain.c290 static const uint8_t ctr_ciphertext[64] = { variable
342 if (memcmp(encrypt.out_buf, ctr_ciphertext, sizeof(ctr_ciphertext))) { in ctr_mode()
345 print_buffer_comparison(ctr_ciphertext, encrypt.out_buf, in ctr_mode()
346 sizeof(ctr_ciphertext)); in ctr_mode()
/Zephyr-4.3.0/tests/crypto/crypto_aes/src/
Dmain.c63 static uint8_t ctr_ciphertext[64] = { variable
330 rc = memcmp(encrypted, ctr_ciphertext, sizeof(ctr_ciphertext)); in ZTEST()
350 .in_buf = (uint8_t *)ctr_ciphertext, in ZTEST()
351 .in_len = sizeof(ctr_ciphertext), in ZTEST()