Searched refs:temp_ctx (Results 1 – 1 of 1) sorted by relevance
217 SHA_CTX temp_ctx; in LoadPartitionContents() local218 memcpy(&temp_ctx, &sha_ctx, sizeof(SHA_CTX)); in LoadPartitionContents()220 SHA1_Final(sha_so_far, &temp_ctx); in LoadPartitionContents()