Searched refs:has_iv (Results 1 – 2 of 2) sorted by relevance
32 bool has_iv; member52 if (ctx->has_iv) { in MonteCarlo()58 if (!ctx->has_iv) { // ECB mode in MonteCarlo()119 if (ctx->has_iv) { in MonteCarlo()146 (ctx->has_iv && !t->GetBytes(&iv, "IV"))) { in TestCipher()213 const bool has_iv = in cavp_aes_test_main() local218 TestCtx ctx = {cipher, has_iv, test_mode}; in cavp_aes_test_main()
36 bool has_iv; member99 (ctx->has_iv && !t->GetBytes(&iv, "IV")) || in TestKAT()141 if (ctx->has_iv) { in TestKAT()219 (ctx->has_iv && !t->GetBytes(&iv, "IV")) || in TestMCT()242 if (ctx->has_iv) { in TestMCT()271 if (ctx->has_iv) { in TestMCT()288 if (ctx->has_iv) { in TestMCT()331 bool has_iv = cipher_name != "des-ede" && cipher_name != "des-ede3"; in cavp_tdes_test_main() local332 TestCtx ctx = {cipher, has_iv, test_mode}; in cavp_tdes_test_main()