Searched refs:params_and_keypair (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/openssl/test/ |
| H A D | evp_extra_test.c | 1140 EVP_PKEY *params_and_keypair = NULL; in test_EVP_PKEY_ffc_priv_pub() local 1227 || !TEST_ptr(params_and_keypair = make_key_fromdata(keytype, params))) in test_EVP_PKEY_ffc_priv_pub() 1230 if (!test_selection(params_and_keypair, EVP_PKEY_KEYPAIR)) in test_EVP_PKEY_ffc_priv_pub() 1240 EVP_PKEY_free(params_and_keypair); in test_EVP_PKEY_ffc_priv_pub() 1277 EVP_PKEY *params_and_keypair = NULL; in test_EC_priv_pub() local 1371 || !TEST_ptr(params_and_keypair = make_key_fromdata("EC", params))) in test_EC_priv_pub() 1374 if (!test_selection(params_and_keypair, EVP_PKEY_KEYPAIR)) in test_EC_priv_pub() 1383 || !TEST_int_gt(EVP_PKEY_parameters_eq(just_params, params_and_keypair), in test_EC_priv_pub() 1387 || !TEST_int_gt(EVP_PKEY_eq(params_and_keypair, params_and_pub), 0) in test_EC_priv_pub() 1388 || !TEST_int_gt(EVP_PKEY_eq(params_and_keypair, params_and_priv), 0)) in test_EC_priv_pub() [all …]
|