Lines Matching refs:pkey2
160 EVP_PKEY *pkey2 = NULL;
166 * Encode |pkey|, decode the result into |pkey2|, and finish off by
167 * encoding |pkey2| as well. That last encoding is for checking and
175 if (TEST_false(decode_cb(file, line, (void **)&pkey2, encoded,
184 || !TEST_true(decode_cb(file, line, (void **)&pkey2, encoded, encoded_len,
188 || !TEST_true(encode_cb(file, line, &encoded2, &encoded2_len, pkey2, selection,
193 if (!TEST_int_eq(EVP_PKEY_parameters_eq(pkey, pkey2), 1))
196 if (!TEST_int_eq(EVP_PKEY_eq(pkey, pkey2), 1))
215 dump_cb("|pkey2| encoded", encoded2, encoded2_len);
220 EVP_PKEY_free(pkey2);