Searched refs:sha512Context (Results 1 – 1 of 1) sorted by relevance
42 SHA512_CTX sha512Context; in sha_file() local94 SHA384_Init(&sha512Context); in sha_file()96 SHA384_Update(&sha512Context, data, bytes); in sha_file()98 SHA384_Final(md, &sha512Context); in sha_file()100 SHA512_Init(&sha512Context); in sha_file()102 SHA512_Update(&sha512Context, data, bytes); in sha_file()104 SHA512_Final(md, &sha512Context); in sha_file()
Completed in 2 milliseconds