Home
last modified time | relevance | path

Searched refs:sha512Context (Results 1 – 1 of 1) sorted by relevance

/arm-trusted-firmware-2.8.0/tools/cert_create/src/
A Dsha.c42 SHA512_CTX sha512Context; in sha_file() local
94 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