Searched refs:tmp_copy (Results 1 – 2 of 2) sorted by relevance
2082 EVP_PKEY *tmp_copy = NULL; in evp_pkey_get_legacy() local2108 if (!evp_pkey_copy_downgraded(&tmp_copy, pk)) in evp_pkey_get_legacy()2118 ret = pk->legacy_cache_pkey.ptr = tmp_copy->pkey.ptr; in evp_pkey_get_legacy()2119 tmp_copy->pkey.ptr = NULL; in evp_pkey_get_legacy()2128 EVP_PKEY_free(tmp_copy); in evp_pkey_get_legacy()
1427 copy_operation tmp_copy = copy; in do_swap() local1428 tmp_copy.op.setFixed(copy.def.physReg()); in do_swap()1429 tmp_copy.def.setFixed(copy.op.physReg()); in do_swap()1430 do_copy(ctx, bld, tmp_copy, &preserve_scc, pi->scratch_sgpr); in do_swap()