Home
last modified time | relevance | path

Searched defs:sharedKeyAlias (Results 1 – 8 of 8) sorted by relevance

/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/standard_exchange_task/
Ddas_standard_token_manager.c157 Uint8Buff sharedKeyAlias = { sharedKeyAliasVal, PAKE_KEY_ALIAS_LEN }; in ComputeAndSavePsk() local
/base/security/device_auth/services/identity_manager/src/
Didentity_p2p.c197 const char *peerServiceType, const Uint8Buff *sharedKeyAlias) in ComputeAndSaveDirectAuthPsk()
Dcredential_operator.c521 Uint8Buff sharedKeyAlias = { sharedKeyAliasVal, PAKE_KEY_ALIAS_LEN }; in ComputeAndSavePsk() local
Dcert_operation.c602 const char *sharedKeyAlias = GetStringFromJson(output, FIELD_SHARED_SECRET); in GetSharedSecretByPeerCertFromPlugin() local
Didentity_group.c563 const TrustedDeviceEntry *peerDeviceEntry, const Uint8Buff *sharedKeyAlias) in ComputeAndSavePsk()
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
Dhks_chipset_platform_encrypt_test.cpp345 struct HksBlob sharedKeyAlias = { sizeof(sharedKeyAliasStr), sharedKeyAliasStr }; in HmacWrapKey() local
/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/expand_process_lib/
Dpub_key_exchange.c339 Uint8Buff sharedKeyAlias = { sharedKeyAliasVal, PAKE_KEY_ALIAS_LEN }; in ComputeAndSavePsk() local
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/
Dhuks_adapter.c585 uint32_t sharedKeyLen, const Uint8Buff *sharedKeyAlias) in AgreeSharedSecretWithStorage()