Searched refs:temp_ctx (Results 1 – 1 of 1) sorted by relevance
262 SHA_CTX temp_ctx; in LoadPartitionContents() local263 memcpy(&temp_ctx, &sha_ctx, sizeof(SHA_CTX)); in LoadPartitionContents()264 const uint8_t* sha_so_far = SHA_final(&temp_ctx); in LoadPartitionContents()