Searched refs:FillpSha256Fin (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/ |
H A D | hmac.c | 94 FillpSha256Fin(&tctx, tk, FILLP_SHA256_DIGEST_SIZE); in FillpHmacSha256Init() 163 FillpSha256Fin(tempCtx->hashki, digest, size); in FillpHmacSha256Final() 165 FillpSha256Fin(tempCtx->hashko, digest, size); in FillpHmacSha256Final()
|
H A D | sha256.c | 213 void FillpSha256Fin(FillpSha256Ctx ctx[1], FILLP_UINT8 hashVal[], FILLP_UINT32 hashValLen) in FillpSha256Fin() function
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/ |
H A D | sha256.h | 65 void FillpSha256Fin(FillpSha256Ctx ctx[1], FILLP_UINT8 hashVal[], FILLP_UINT32 hashValLen);
|