Searched defs:sharedKeyAlias (Results 1 - 8 of 8) sorted by relevance
/base/security/device_auth/services/identity_manager/src/ |
H A D | identity_p2p.c | 196 ComputeAndSaveDirectAuthPsk(int32_t osAccountId, const char *selfAuthId, const char *peerAuthId, const char *peerServiceType, const Uint8Buff *sharedKeyAlias) ComputeAndSaveDirectAuthPsk() argument
|
H A D | credential_operator.c | 547 Uint8Buff sharedKeyAlias = { sharedKeyAliasVal, PAKE_KEY_ALIAS_LEN }; in ComputeAndSavePsk() local
|
H A D | identity_group.c | 669 ComputeAndSavePsk(int32_t osAccountId, const char *groupId, const TrustedDeviceEntry *peerDeviceEntry, const Uint8Buff *sharedKeyAlias) ComputeAndSavePsk() argument
|
H A D | cert_operation.c | 677 const char *sharedKeyAlias = GetStringFromJson(output, FIELD_SHARED_SECRET); in GetSharedSecretByPeerCertFromPlugin() local
|
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/creds_manager/ |
H A D | das_standard_token_manager.c | 269 static int32_t GenerateSharedKeyAlias(const PakeParams *params, Uint8Buff *sharedKeyAlias) in GenerateSharedKeyAlias() argument 355 Uint8Buff sharedKeyAlias = { sharedKeyAliasVal, PAKE_KEY_ALIAS_LEN }; in ComputeAndSavePskStd() local 289 ComputeAndSavePskInner(const PakeParams *params, const Uint8Buff *selfKeyAlias, const Uint8Buff *peerKeyAlias, Uint8Buff *sharedKeyAlias) ComputeAndSavePskInner() argument
|
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/ |
H A D | hks_chipset_platform_encrypt_test.cpp | 335 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/ |
H A D | pub_key_exchange.c | 411 Uint8Buff sharedKeyAlias = { sharedKeyAliasVal, PAKE_KEY_ALIAS_LEN }; in ComputeAndSavePsk() local 364 ComputeAndSavePskInner(int32_t osAccountId, const Uint8Buff *selfKeyAlias, const Uint8Buff *peerKeyAlias, bool isSelfFromUpgrade, Uint8Buff *sharedKeyAlias) ComputeAndSavePskInner() argument
|
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/ |
H A D | huks_adapter.c | 1321 static void MoveSharedKeyToCe(const KeyParams *priKeyParams, const struct HksBlob *sharedKeyAlias) in MoveSharedKeyToCe() argument 1304 CheckAgreeWithStorageParams(const KeyParams *priKeyParams, const KeyBuff *pubKeyBuff, uint32_t sharedKeyLen, const Uint8Buff *sharedKeyAlias) CheckAgreeWithStorageParams() argument 1328 AgreeSharedSecretWithStorage(const KeyParams *priKeyParams, const KeyBuff *pubKeyBuff, Algorithm algo, uint32_t sharedKeyLen, const Uint8Buff *sharedKeyAlias) AgreeSharedSecretWithStorage() argument [all...] |
Completed in 13 milliseconds