Home
last modified time | relevance | path

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

/external/chromium_org/crypto/
Dhmac_win.cc64 unsigned char inner_hash[SHA256_LENGTH]; in ComputeHMACSHA256() local
74 SHA256_End(&ctx, inner_hash, NULL, SHA256_LENGTH); in ComputeHMACSHA256()
83 SHA256_Update(&ctx, inner_hash, SHA256_LENGTH); in ComputeHMACSHA256()