Searched refs:expected_reason (Results 1 – 2 of 2) sorted by relevance
42 #define GETTERS_TEST(name, expected_type, expected_reason, result) \ argument47 ATF_REQUIRE_EQ(expected_reason, result.reason()); \
1207 int expected_reason = 0; in test_rsasve_degenerate_ciphertext() local1221 expected_reason = RSA_R_DATA_TOO_SMALL; in test_rsasve_degenerate_ciphertext()1225 expected_reason = RSA_R_DATA_TOO_SMALL; in test_rsasve_degenerate_ciphertext()1231 expected_reason = RSA_R_DATA_TOO_LARGE_FOR_MODULUS; in test_rsasve_degenerate_ciphertext()1244 || !TEST_int_eq(ERR_GET_REASON(ERR_get_error()), expected_reason)) in test_rsasve_degenerate_ciphertext()