Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dhmac.c78 FILLP_UINT8 tk[FILLP_SHA256_DIGEST_SIZE]; in FillpHmacSha256Init()
94 FillpSha256Fin(&tctx, tk, FILLP_SHA256_DIGEST_SIZE); in FillpHmacSha256Init()
96 klen = FILLP_SHA256_DIGEST_SIZE; in FillpHmacSha256Init()
150 OUT FILLP_UINT8 digest[FILLP_SHA256_DIGEST_SIZE], FILLP_UINT32 size) in FillpHmacSha256Final() argument
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dsha256.h25 #define FILLP_SHA256_DIGEST_SIZE 32 /* hash size in bytes 8 * sizeof(FILLP_UINT32) */ macro
H A Dhmac.h67 …d FillpHmacSha256Final(IO FillpHmacSha256 ctx[1], OUT FILLP_UINT8 digest[FILLP_SHA256_DIGEST_SIZE],