Home
last modified time | relevance | path

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

/bootable/recovery/applypatch/
Dapplypatch.c224 SHA_CTX sha_ctx; in LoadPartitionContents() local
225 SHA_init(&sha_ctx); in LoadPartitionContents()
256 SHA_update(&sha_ctx, p, read); in LoadPartitionContents()
263 memcpy(&temp_ctx, &sha_ctx, sizeof(SHA_CTX)); in LoadPartitionContents()
306 const uint8_t* sha_final = SHA_final(&sha_ctx); in LoadPartitionContents()