Lines Matching defs:just_params
776 EVP_PKEY *just_params = NULL;
801 || !TEST_ptr(just_params = make_key_fromdata(keytype, params)))
809 if (!test_selection(just_params, OSSL_KEYMGMT_SELECT_ALL_PARAMETERS)
810 || test_selection(just_params, OSSL_KEYMGMT_SELECT_KEYPAIR))
876 EVP_PKEY_free(just_params);
913 EVP_PKEY *just_params = NULL;
937 || !TEST_ptr(just_params = make_key_fromdata("EC", params)))
945 if (!test_selection(just_params, OSSL_KEYMGMT_SELECT_ALL_PARAMETERS)
946 || test_selection(just_params, OSSL_KEYMGMT_SELECT_KEYPAIR))
1017 if (!TEST_int_gt(EVP_PKEY_parameters_eq(just_params, just_params), 0)
1018 || !TEST_int_gt(EVP_PKEY_parameters_eq(just_params, params_and_pub),
1020 || !TEST_int_gt(EVP_PKEY_parameters_eq(just_params, params_and_priv),
1022 || !TEST_int_gt(EVP_PKEY_parameters_eq(just_params, params_and_keypair),
1035 if (!TEST_int_eq(EVP_PKEY_get1_encoded_public_key(just_params, &encoded), 0)) {
1065 EVP_PKEY_free(just_params);