Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dhmac.c93 FillpSha256Upd(&tctx, key, klen); in FillpHmacSha256Init()
117 FillpSha256Upd(tempCtx->hashki, keyIpad, FILLP_SHA256_BLOCK_SIZE); in FillpHmacSha256Init()
119 FillpSha256Upd(tempCtx->hashko, keyOpad, FILLP_SHA256_BLOCK_SIZE); in FillpHmacSha256Init()
139 FillpSha256Upd(tempCtx->hashki, &x, 0); in FillpHmacSha256Update()
145 FillpSha256Upd(tempCtx->hashki, data, dlen); in FillpHmacSha256Update()
164 FillpSha256Upd(tempCtx->hashko, digest, size); in FillpHmacSha256Final()
H A Dsha256.c179 void FillpSha256Upd(FillpSha256Ctx ctx[1], const FILLP_UINT8 data[], size_t len) in FillpSha256Upd() function
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dsha256.h54 void FillpSha256Upd(FillpSha256Ctx ctx[1], const FILLP_UINT8 data[], size_t len);