Home
last modified time | relevance | path

Searched refs:currentMacKey (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dfillp_cookie.c43 macInfo->oldMacKey[counter] = macInfo->currentMacKey[counter]; in FillpMacTimerExpire()
44 macInfo->currentMacKey[counter] = (FILLP_UINT8)FILLP_CRYPTO_RAND(); in FillpMacTimerExpire()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dfillp_cookie.h83 FILLP_UINT8 currentMacKey[FILLP_KEYSIZE]; member
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_conn.c1900 (void)memcpy_s(stateCookie->digest, FILLP_KEYSIZE, pcb->pcbInst->macInfo.currentMacKey, FILLP_KEYSIZE); in FillpGenerateCookie()
1933 FillpHmacSha256Init(&ctx, pcb->pcbInst->macInfo.currentMacKey, FILLP_KEYSIZE, pcb->pcbInst); in FillpGenerateCookie()
1969 key[count] = pcb->pcbInst->macInfo.currentMacKey[count]; in FillpValidateCookieHmac()

Completed in 4 milliseconds