Searched refs:shaContext (Results 1 – 1 of 1) sorted by relevance
17 SHA256_CTX shaContext; in sha_file() local32 SHA256_Init(&shaContext); in sha_file()34 SHA256_Update(&shaContext, data, bytes); in sha_file()36 SHA256_Final(md, &shaContext); in sha_file()