Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/iso_task_common/
H A Diso_task_common.c262 static int32_t GenerateKeyAliasForIso(const IsoParams *params, Uint8Buff *keyAliasBuff) in GenerateKeyAliasForIso() function
298 int32_t res = GenerateKeyAliasForIso(params, &keyAliasBuff); in DeleteAuthCode()
580 int32_t res = GenerateKeyAliasForIso(params, &keyAlias); in AuthGeneratePsk()
/ohos5.0/base/security/device_auth/services/identity_manager/src/
H A Didentity_group.c453 static int32_t GenerateKeyAliasForIso(const TrustedDeviceEntry *deviceEntry, Uint8Buff *keyAliasBuf… in GenerateKeyAliasForIso() function
504 ret = GenerateKeyAliasForIso(deviceEntry, &keyAliasBuf); in AuthGeneratePsk()