Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/creds_manager/
H A Ddas_standard_token_manager.c269 static int32_t GenerateSharedKeyAlias(const PakeParams *params, Uint8Buff *sharedKeyAlias) in GenerateSharedKeyAlias()
290 const Uint8Buff *peerKeyAlias, Uint8Buff *sharedKeyAlias) in ComputeAndSavePskInner()
355 Uint8Buff sharedKeyAlias = { sharedKeyAliasVal, PAKE_KEY_ALIAS_LEN }; in ComputeAndSavePskStd() local
/ohos5.0/base/security/device_auth/services/identity_manager/src/
H A Didentity_p2p.c197 const char *peerServiceType, const Uint8Buff *sharedKeyAlias) in ComputeAndSaveDirectAuthPsk()
H A Dcredential_operator.c547 Uint8Buff sharedKeyAlias = { sharedKeyAliasVal, PAKE_KEY_ALIAS_LEN }; in ComputeAndSavePsk() local
H A Dcert_operation.c673 const char *sharedKeyAlias = GetStringFromJson(output, FIELD_SHARED_SECRET); in GetSharedSecretByPeerCertFromPlugin() local
H A Didentity_group.c670 const TrustedDeviceEntry *peerDeviceEntry, const Uint8Buff *sharedKeyAlias) in ComputeAndSavePsk()
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/expand_process_lib/
H A Dpub_key_exchange.c365 const Uint8Buff *peerKeyAlias, bool isSelfFromUpgrade, Uint8Buff *sharedKeyAlias) in ComputeAndSavePskInner()
411 Uint8Buff sharedKeyAlias = { sharedKeyAliasVal, PAKE_KEY_ALIAS_LEN }; in ComputeAndSavePsk() local
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H A Dhks_chipset_platform_encrypt_test.cpp346 struct HksBlob sharedKeyAlias = { sizeof(sharedKeyAliasStr), sharedKeyAliasStr }; in HmacWrapKey() local
/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/
H A Dhuks_adapter.c1305 uint32_t sharedKeyLen, const Uint8Buff *sharedKeyAlias) in CheckAgreeWithStorageParams()
1321 static void MoveSharedKeyToCe(const KeyParams *priKeyParams, const struct HksBlob *sharedKeyAlias) in MoveSharedKeyToCe()
1329 Algorithm algo, uint32_t sharedKeyLen, const Uint8Buff *sharedKeyAlias) in AgreeSharedSecretWithStorage()