Home
last modified time | relevance | path

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

/bootable/recovery/applypatch/
Dapplypatch.cpp217 SHA_CTX temp_ctx; in LoadPartitionContents() local
218 memcpy(&temp_ctx, &sha_ctx, sizeof(SHA_CTX)); in LoadPartitionContents()
220 SHA1_Final(sha_so_far, &temp_ctx); in LoadPartitionContents()