Searched refs:sha_ctx (Results 1 – 1 of 1) sorted by relevance
180 SHA_CTX sha_ctx; in LoadPartitionContents() local181 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()