Home
last modified time | relevance | path

Searched refs:seedVal (Results 1 - 2 of 2) sorted by relevance

/base/security/device_auth/services/identity_manager/src/
H A Didentity_pin.c285 uint8_t *seedVal = (uint8_t *)HcMalloc(SEED_LEN, 0); in GetSharedSecretForPinInIso() local
286 if (seedVal == NULL) { in GetSharedSecretForPinInIso()
290 Uint8Buff seedBuff = { seedVal, SEED_LEN }; in GetSharedSecretForPinInIso()
294 HcFree(seedVal); in GetSharedSecretForPinInIso()
300 HcFree(seedVal); in GetSharedSecretForPinInIso()
306 HcFree(seedVal); in GetSharedSecretForPinInIso()
H A Didentity_group.c523 uint8_t *seedVal = (uint8_t *)HcMalloc(SEED_LEN, 0); in GetSharedSecretForP2pInIso() local
524 if (seedVal == NULL) { in GetSharedSecretForP2pInIso()
528 Uint8Buff seedBuff = { seedVal, SEED_LEN }; in GetSharedSecretForP2pInIso()
532 HcFree(seedVal); in GetSharedSecretForP2pInIso()
538 HcFree(seedVal); in GetSharedSecretForP2pInIso()
544 HcFree(seedVal); in GetSharedSecretForP2pInIso()

Completed in 3 milliseconds