Home
last modified time | relevance | path

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

/base/security/device_auth/services/identity_manager/src/
H A Didentity_pin.c297 uint8_t *pskVal = (uint8_t *)HcMalloc(ISO_PSK_LEN, 0); in GetSharedSecretForPinInIso() local
298 if (pskVal == NULL) { in GetSharedSecretForPinInIso()
303 sharedSecret->val = pskVal; in GetSharedSecretForPinInIso()
H A Didentity_group.c535 uint8_t *pskVal = (uint8_t *)HcMalloc(ISO_PSK_LEN, 0); in GetSharedSecretForP2pInIso() local
536 if (pskVal == NULL) { in GetSharedSecretForP2pInIso()
541 sharedSecret->val = pskVal; in GetSharedSecretForP2pInIso()
783 uint8_t *pskVal = (uint8_t *)HcMalloc(PAKE_PSK_LEN, 0); in GetSharedSecretForP2pInPake() local
784 if (pskVal == NULL) { in GetSharedSecretForP2pInPake()
788 Uint8Buff pskBuff = { pskVal, PAKE_PSK_LEN }; in GetSharedSecretForP2pInPake()
792 HcFree(pskVal); in GetSharedSecretForP2pInPake()
799 HcFree(pskVal); in GetSharedSecretForP2pInPake()
809 HcFree(pskVal); in GetSharedSecretForP2pInPake()
814 HcFree(pskVal); in GetSharedSecretForP2pInPake()
[all...]
H A Didentity_p2p.c308 uint8_t pskVal[PAKE_PSK_LEN] = { 0 }; in GetSharedSecretByUrl() local
309 Uint8Buff pskBuff = { pskVal, PAKE_PSK_LEN }; in GetSharedSecretByUrl()
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/pake_v1_task/pake_v1_protocol_task/
H A Dpake_v1_protocol_task_common.c313 uint8_t pskVal[PAKE_PSK_LEN] = { 0 }; in FillPskWithDerivedKeyHex() local
314 Uint8Buff pskByte = { pskVal, PAKE_PSK_LEN }; in FillPskWithDerivedKeyHex()

Completed in 5 milliseconds