Lines Matching defs:copy
5 * this file except in compliance with the License. You can obtain a copy
726 * 'tmp' will store both output and copy of input. We make the copy
729 * now we allocate extended buffer and finally copy the input just
1774 EVP_PKEY_CTX *copy = NULL;
1796 /* Repeat the test on a copy. */
1797 if (!TEST_ptr(copy = EVP_PKEY_CTX_dup(expected->ctx))) {
1801 if (expected->keyop(copy, NULL, &got_len, expected->input,
1807 if (expected->keyop(copy, got, &got_len, expected->input,
1819 EVP_PKEY_CTX_free(copy);