Lines Matching defs:pkey2
164 EVP_PKEY *pkey2 = NULL;
171 * Encode |pkey|, decode the result into |pkey2|, and finish off by
172 * encoding |pkey2| as well. That last encoding is for checking and
180 if (TEST_false(decode_cb(file, line, (void **)&pkey2, encoded,
189 || !TEST_true(decode_cb(file, line, (void **)&pkey2, encoded, encoded_len,
199 || !TEST_true(encode_cb(file, line, &encoded2, &encoded2_len, pkey2, selection,
204 if (!TEST_int_eq(EVP_PKEY_parameters_eq(pkey, pkey2), 1)
209 if (!TEST_int_eq(EVP_PKEY_eq(pkey, pkey2), 1)
230 dump_cb("|pkey2| encoded", encoded2, encoded2_len);
235 EVP_PKEY_free(pkey2);