Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dhmac.c116 FillpSha256Set(tempCtx->hashki); in FillpHmacSha256Init()
117 FillpSha256Upd(tempCtx->hashki, keyIpad, FILLP_SHA256_BLOCK_SIZE); in FillpHmacSha256Init()
139 FillpSha256Upd(tempCtx->hashki, &x, 0); in FillpHmacSha256Update()
145 FillpSha256Upd(tempCtx->hashki, data, dlen); in FillpHmacSha256Update()
163 FillpSha256Fin(tempCtx->hashki, digest, size); in FillpHmacSha256Final()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dhmac.h36 FillpSha256Ctx hashki[1]; member