Home
last modified time | relevance | path

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

/bootable/recovery/applypatch/
Dapplypatch.cpp180 SHA_CTX sha_ctx; in LoadPartitionContents() local
181 SHA1_Init(&sha_ctx); in LoadPartitionContents()
210 SHA1_Update(&sha_ctx, p, read); in LoadPartitionContents()
218 memcpy(&temp_ctx, &sha_ctx, sizeof(SHA_CTX)); in LoadPartitionContents()
254 SHA1_Final(file->sha1, &sha_ctx); in LoadPartitionContents()