Lines Matching refs:i_out
2503 int ret = 0, i_out; in do_test_custom_explicit_fromdata() local
2634 OSSL_PKEY_PARAM_EC_CHAR2_M, &i_out)) in do_test_custom_explicit_fromdata()
2636 OSSL_PKEY_PARAM_EC_CHAR2_TP_BASIS, &i_out)) in do_test_custom_explicit_fromdata()
2638 OSSL_PKEY_PARAM_EC_CHAR2_PP_K1, &i_out)) in do_test_custom_explicit_fromdata()
2640 OSSL_PKEY_PARAM_EC_CHAR2_PP_K2, &i_out)) in do_test_custom_explicit_fromdata()
2642 OSSL_PKEY_PARAM_EC_CHAR2_PP_K3, &i_out)) in do_test_custom_explicit_fromdata()
2650 OSSL_PKEY_PARAM_EC_CHAR2_M, &i_out)) in do_test_custom_explicit_fromdata()
2651 || !TEST_int_eq(EC_GROUP_get_degree(group), i_out) in do_test_custom_explicit_fromdata()
2660 OSSL_PKEY_PARAM_EC_CHAR2_TP_BASIS, &i_out)) in do_test_custom_explicit_fromdata()
2661 || !TEST_int_eq(k1, i_out) in do_test_custom_explicit_fromdata()
2663 OSSL_PKEY_PARAM_EC_CHAR2_PP_K1, &i_out)) in do_test_custom_explicit_fromdata()
2665 OSSL_PKEY_PARAM_EC_CHAR2_PP_K2, &i_out)) in do_test_custom_explicit_fromdata()
2667 OSSL_PKEY_PARAM_EC_CHAR2_PP_K3, &i_out))) in do_test_custom_explicit_fromdata()
2671 OSSL_PKEY_PARAM_EC_CHAR2_TP_BASIS, &i_out)) in do_test_custom_explicit_fromdata()
2673 OSSL_PKEY_PARAM_EC_CHAR2_PP_K1, &i_out)) in do_test_custom_explicit_fromdata()
2674 || !TEST_int_eq(k1, i_out) in do_test_custom_explicit_fromdata()
2676 OSSL_PKEY_PARAM_EC_CHAR2_PP_K2, &i_out)) in do_test_custom_explicit_fromdata()
2677 || !TEST_int_eq(k2, i_out) in do_test_custom_explicit_fromdata()
2679 OSSL_PKEY_PARAM_EC_CHAR2_PP_K3, &i_out)) in do_test_custom_explicit_fromdata()
2680 || !TEST_int_eq(k3, i_out)) in do_test_custom_explicit_fromdata()