Searched refs:sha_ctx (Results 1 – 1 of 1) sorted by relevance
125 SHA_CTX sha_ctx; in LoadPartitionContents() local126 SHA1_Init(&sha_ctx); in LoadPartitionContents()147 SHA1_Update(&sha_ctx, buffer_ptr, read); in LoadPartitionContents()155 memcpy(&temp_ctx, &sha_ctx, sizeof(SHA_CTX)); in LoadPartitionContents()179 SHA1_Final(file->sha1, &sha_ctx); in LoadPartitionContents()