Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dhmac.c118 FillpSha256Set(tempCtx->hashko); in FillpHmacSha256Init()
119 FillpSha256Upd(tempCtx->hashko, keyOpad, FILLP_SHA256_BLOCK_SIZE); in FillpHmacSha256Init()
164 FillpSha256Upd(tempCtx->hashko, digest, size); in FillpHmacSha256Final()
165 FillpSha256Fin(tempCtx->hashko, digest, size); in FillpHmacSha256Final()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dhmac.h37 FillpSha256Ctx hashko[1]; member