Home
last modified time | relevance | path

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

/rk3399_ARM-atf/tools/cert_create/src/
H 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()