Home
last modified time | relevance | path

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

/base/security/device_auth/services/identity_manager/inc/
H A Didentity_defines.h28 #define KEY_INFO_PERSISTENT_TOKEN "persistent_token" macro
/base/security/device_auth/services/legacy/authenticators/src/account_related/auth/iso_auth_task/
H A Diso_auth_task_common.c28 #define KEY_INFO_PERSISTENT_TOKEN "persistent_token" macro
125 params->challenge.length = HcStrlen(KEY_INFO_PERSISTENT_TOKEN); in SetChallenge()
131 if (memcpy_s(params->challenge.val, params->challenge.length, KEY_INFO_PERSISTENT_TOKEN, in SetChallenge()
132 HcStrlen(KEY_INFO_PERSISTENT_TOKEN)) != EOK) { in SetChallenge()
/base/security/device_auth/services/identity_manager/src/
H A Dcert_operation.c496 Uint8Buff challenge = { (uint8_t *)KEY_INFO_PERSISTENT_TOKEN, HcStrlen(KEY_INFO_PERSISTENT_TOKEN) }; in GenerateAuthTokenForAccessory()

Completed in 3 milliseconds