Searched refs:cbc_ciphertext (Results 1 – 1 of 1) sorted by relevance
199 static const uint8_t cbc_ciphertext[80] = { variable249 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()