Searched defs:sharedKeyAlias (Results 1 – 11 of 11) sorted by relevance
| /base/security/device_auth/services/legacy/authenticators/src/account_unrelated/creds_manager/ |
| D | das_standard_token_manager.c | 272 static int32_t GenerateSharedKeyAlias(const PakeParams *params, Uint8Buff *sharedKeyAlias) in GenerateSharedKeyAlias() 297 const Uint8Buff *peerKeyAlias, Uint8Buff *sharedKeyAlias) in ComputeAndSavePskInner() 363 Uint8Buff sharedKeyAlias = { sharedKeyAliasVal, PAKE_KEY_ALIAS_LEN }; in ComputeAndSavePskStd() local
|
| /base/security/device_auth/services/legacy/identity_manager/src/ |
| D | identity_p2p.c | 271 const char *peerServiceType, const Uint8Buff *sharedKeyAlias) in ComputeAndSaveDirectAuthPsk()
|
| D | credential_operator.c | 584 Uint8Buff sharedKeyAlias = { sharedKeyAliasVal, PAKE_KEY_ALIAS_LEN }; in ComputeAndSavePsk() local
|
| D | cert_operation.c | 689 const char *sharedKeyAlias = GetStringFromJson(output, FIELD_SHARED_SECRET); in GetSharedSecretByPeerCertFromPlugin() local
|
| D | identity_group.c | 701 const TrustedDeviceEntry *peerDeviceEntry, const Uint8Buff *sharedKeyAlias) in ComputeAndSavePsk()
|
| /base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/expand_process_lib/ |
| D | pub_key_exchange.c | 366 const Uint8Buff *peerKeyAlias, bool isSelfFromUpgrade, Uint8Buff *sharedKeyAlias) in ComputeAndSavePskInner() 413 Uint8Buff sharedKeyAlias = { sharedKeyAliasVal, PAKE_KEY_ALIAS_LEN }; in ComputeAndSavePsk() local
|
| /base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/ |
| D | hks_chipset_platform_encrypt_test.cpp | 355 struct HksBlob sharedKeyAlias = { sizeof(sharedKeyAliasStr), sharedKeyAliasStr }; in HmacWrapKey() local
|
| /base/security/device_auth/deps_adapter/key_management_adapter/impl/src/ |
| D | huks_adapter_utils.c | 774 uint32_t sharedKeyLen, const Uint8Buff *sharedKeyAlias) in CheckAgreeWithStorageParams() 790 void MoveSharedKeyToCe(const KeyParams *priKeyParams, const struct HksBlob *sharedKeyAlias) in MoveSharedKeyToCe()
|
| D | huks_adapter.c | 649 Algorithm algo, uint32_t sharedKeyLen, const Uint8Buff *sharedKeyAlias) in AgreeSharedSecretWithStorage()
|
| /base/security/device_auth/services/identity_service/src/ |
| D | identity_operation.c | 1166 const Uint8Buff *peerKeyAlias, Uint8Buff *sharedKeyAlias) in ComputeAndSavePskInner()
|
| /base/security/device_auth/test/fuzztest/identityservice_fuzzer/ |
| D | identityservice_fuzzer.cpp | 1436 Uint8Buff sharedKeyAlias = { sharedKeyAliasVal, SHA256_LEN }; in IdentityServiceTestCase063() local
|