Searched refs:params_and_keypair (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | evp_extra_test.c | 779 EVP_PKEY *params_and_keypair = NULL; in test_EVP_PKEY_ffc_priv_pub() local 866 || !TEST_ptr(params_and_keypair = make_key_fromdata(keytype, params))) in test_EVP_PKEY_ffc_priv_pub() 869 if (!test_selection(params_and_keypair, EVP_PKEY_KEYPAIR)) in test_EVP_PKEY_ffc_priv_pub() 879 EVP_PKEY_free(params_and_keypair); in test_EVP_PKEY_ffc_priv_pub() 916 EVP_PKEY *params_and_keypair = NULL; in test_EC_priv_pub() local 1010 || !TEST_ptr(params_and_keypair = make_key_fromdata("EC", params))) in test_EC_priv_pub() 1013 if (!test_selection(params_and_keypair, EVP_PKEY_KEYPAIR)) in test_EC_priv_pub() 1022 || !TEST_int_gt(EVP_PKEY_parameters_eq(just_params, params_and_keypair), in test_EC_priv_pub() 1026 || !TEST_int_gt(EVP_PKEY_eq(params_and_keypair, params_and_pub), 0) in test_EC_priv_pub() 1027 || !TEST_int_gt(EVP_PKEY_eq(params_and_keypair, params_and_priv), 0)) in test_EC_priv_pub() [all …]
|