Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/tools/cert_create/src/
A Dsha.c41 SHA256_CTX shaContext; in sha_file() local
106 SHA256_Init(&shaContext); in sha_file()
108 SHA256_Update(&shaContext, data, bytes); in sha_file()
110 SHA256_Final(md, &shaContext); in sha_file()

Completed in 2 milliseconds