Home
last modified time | relevance | path

Searched refs:FillpSha256Ctx (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dsha256.h32 } FillpSha256Ctx; typedef
42 void FillpSha256Set(FillpSha256Ctx ctx[1]);
54 void FillpSha256Upd(FillpSha256Ctx ctx[1], const FILLP_UINT8 data[], size_t len);
65 void FillpSha256Fin(FillpSha256Ctx ctx[1], FILLP_UINT8 hashVal[], FILLP_UINT32 hashValLen);
H A Dhmac.h36 FillpSha256Ctx hashki[1];
37 FillpSha256Ctx hashko[1];
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dsha256.c108 static void FillpSha256Compile(FillpSha256Ctx ctx[1]) in FillpSha256Compile()
168 void FillpSha256Set(FillpSha256Ctx ctx[1]) in FillpSha256Set()
179 void FillpSha256Upd(FillpSha256Ctx ctx[1], const FILLP_UINT8 data[], size_t len) in FillpSha256Upd()
213 void FillpSha256Fin(FillpSha256Ctx ctx[1], FILLP_UINT8 hashVal[], FILLP_UINT32 hashValLen) in FillpSha256Fin()
H A Dhmac.c91 FillpSha256Ctx tctx; in FillpHmacSha256Init()

Completed in 1 milliseconds