Lines Matching refs:TEST_int_gt
111 if (!TEST_int_gt(len, 0)) in compare_with_file()
144 || !TEST_int_gt(EVP_PKEY_print_private(membio, pk, 0, NULL), 0) in test_print_key_using_pem()
1280 || !TEST_int_gt(EVP_PKEY_paramgen_init(pctx), 0) in test_ec_dup_no_operation()
1281 || !TEST_int_gt(EVP_PKEY_CTX_set_ec_paramgen_curve_nid(pctx, in test_ec_dup_no_operation()
1283 || !TEST_int_gt(EVP_PKEY_paramgen(pctx, ¶m), 0) in test_ec_dup_no_operation()
1292 || !TEST_int_gt(EVP_PKEY_keygen_init(kctx), 0) in test_ec_dup_no_operation()
1293 || !TEST_int_gt(EVP_PKEY_keygen(kctx, &pkey), 0)) in test_ec_dup_no_operation()
1313 || !TEST_int_gt(EVP_PKEY_paramgen_init(pctx), 0) in test_ec_dup_keygen_operation()
1314 || !TEST_int_gt(EVP_PKEY_CTX_set_ec_paramgen_curve_nid(pctx, in test_ec_dup_keygen_operation()
1316 || !TEST_int_gt(EVP_PKEY_paramgen(pctx, ¶m), 0) in test_ec_dup_keygen_operation()
1324 || !TEST_int_gt(EVP_PKEY_keygen_init(ctx), 0) in test_ec_dup_keygen_operation()