Searched refs:ctr_ciphertext (Results 1 – 1 of 1) sorted by relevance
287 static const uint8_t ctr_ciphertext[64] = { variable339 if (memcmp(encrypt.out_buf, ctr_ciphertext, sizeof(ctr_ciphertext))) { in ctr_mode()342 print_buffer_comparison(ctr_ciphertext, encrypt.out_buf, in ctr_mode()343 sizeof(ctr_ciphertext)); in ctr_mode()