Searched refs:ctr_ciphertext (Results 1 – 2 of 2) sorted by relevance
290 static const uint8_t ctr_ciphertext[64] = { variable342 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()
63 static uint8_t ctr_ciphertext[64] = { variable330 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()