Searched refs:peerKeyAliasVal (Results 1 - 6 of 6) sorted by relevance
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/creds_manager/ |
H A D | das_standard_token_manager.c | 329 uint8_t peerKeyAliasVal[PAKE_KEY_ALIAS_LEN] = { 0 }; in ComputeAndSavePskStd() local 330 Uint8Buff peerKeyAlias = { peerKeyAliasVal, PAKE_KEY_ALIAS_LEN }; in ComputeAndSavePskStd() 362 peerKeyAliasVal[DEV_AUTH_ZERO], peerKeyAliasVal[DEV_AUTH_ONE], in ComputeAndSavePskStd() 363 peerKeyAliasVal[DEV_AUTH_TWO], peerKeyAliasVal[DEV_AUTH_THREE], in ComputeAndSavePskStd()
|
/base/security/device_auth/services/identity_manager/src/ |
H A D | credential_operator.c | 510 uint8_t peerKeyAliasVal[PAKE_KEY_ALIAS_LEN] = { 0 }; in ComputeAndSavePsk() local 511 Uint8Buff peerKeyAlias = { peerKeyAliasVal, PAKE_KEY_ALIAS_LEN }; in ComputeAndSavePsk() 533 LOGI("peerKeyAlias(HEX): %x%x%x%x****", peerKeyAliasVal[DEV_AUTH_ZERO], peerKeyAliasVal[DEV_AUTH_ONE], in ComputeAndSavePsk() 534 peerKeyAliasVal[DEV_AUTH_TWO], peerKeyAliasVal[DEV_AUTH_THREE]); in ComputeAndSavePsk()
|
H A D | identity_p2p.c | 216 uint8_t peerKeyAliasVal[PAKE_KEY_ALIAS_LEN] = { 0 }; in ComputeAndSaveDirectAuthPsk() local 217 Uint8Buff peerKeyAlias = { peerKeyAliasVal, PAKE_KEY_ALIAS_LEN }; in ComputeAndSaveDirectAuthPsk()
|
H A D | identity_group.c | 691 uint8_t peerKeyAliasVal[PAKE_KEY_ALIAS_LEN] = { 0 }; in ComputeAndSavePsk() local 692 Uint8Buff peerKeyAlias = { peerKeyAliasVal, PAKE_KEY_ALIAS_LEN }; in ComputeAndSavePsk()
|
/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/expand_process_lib/ |
H A D | pub_key_exchange.c | 389 uint8_t peerKeyAliasVal[PAKE_KEY_ALIAS_LEN] = { 0 }; in ComputeAndSavePsk() local 390 Uint8Buff peerKeyAlias = { peerKeyAliasVal, PAKE_KEY_ALIAS_LEN }; in ComputeAndSavePsk() 417 LOGI("peerPubKey alias: %x %x %x %x****", peerKeyAliasVal[DEV_AUTH_ZERO], peerKeyAliasVal[DEV_AUTH_ONE], in ComputeAndSavePsk() 418 peerKeyAliasVal[DEV_AUTH_TWO], peerKeyAliasVal[DEV_AUTH_THREE]); in ComputeAndSavePsk()
|
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/pake_v1_task/pake_v1_protocol_task/ |
H A D | pake_v1_protocol_task_common.c | 139 uint8_t peerKeyAliasVal[PAKE_KEY_ALIAS_LEN] = { 0 }; in LoadPseudonymFlagIfNeed() local 140 Uint8Buff peerKeyAlias = { peerKeyAliasVal, PAKE_KEY_ALIAS_LEN }; in LoadPseudonymFlagIfNeed()
|
Completed in 10 milliseconds