Home
last modified time | relevance | path

Searched refs:temp_ctx (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/applypatch/
Dapplypatch.c262 SHA_CTX temp_ctx; in LoadPartitionContents() local
263 memcpy(&temp_ctx, &sha_ctx, sizeof(SHA_CTX)); in LoadPartitionContents()
264 const uint8_t* sha_so_far = SHA_final(&temp_ctx); in LoadPartitionContents()