Searched refs:params_and_keypair (Results 1 – 1 of 1) sorted by relevance
/openssl/test/ |
H A D | evp_extra_test.c | 1005 EVP_PKEY *params_and_keypair = NULL; in test_EVP_PKEY_ffc_priv_pub() local 1092 || !TEST_ptr(params_and_keypair = make_key_fromdata(keytype, params))) in test_EVP_PKEY_ffc_priv_pub() 1095 if (!test_selection(params_and_keypair, EVP_PKEY_KEYPAIR)) in test_EVP_PKEY_ffc_priv_pub() 1105 EVP_PKEY_free(params_and_keypair); in test_EVP_PKEY_ffc_priv_pub() 1142 EVP_PKEY *params_and_keypair = NULL; in test_EC_priv_pub() local 1236 || !TEST_ptr(params_and_keypair = make_key_fromdata("EC", params))) in test_EC_priv_pub() 1239 if (!test_selection(params_and_keypair, EVP_PKEY_KEYPAIR)) in test_EC_priv_pub() 1248 || !TEST_int_gt(EVP_PKEY_parameters_eq(just_params, params_and_keypair), in test_EC_priv_pub() 1252 || !TEST_int_gt(EVP_PKEY_eq(params_and_keypair, params_and_pub), 0) in test_EC_priv_pub() 1253 || !TEST_int_gt(EVP_PKEY_eq(params_and_keypair, params_and_priv), 0)) in test_EC_priv_pub() [all …]
|
Completed in 15 milliseconds