Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dhmac.h27 #define FILLP_HMAC_IPAD 0x36u macro
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dhmac.c112 keyIpad[i] = keyIpad[i] ^ FILLP_HMAC_IPAD; in FillpHmacSha256Init()