Home
last modified time | relevance | path

Searched defs:authIdBuff (Results 1 – 18 of 18) sorted by relevance

/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/creds_manager/
Ddas_lite_token_manager.c29 Uint8Buff authIdBuff = { params->authId.val, params->authId.length }; in UnregisterLocalIdentityLite() local
57 Uint8Buff authIdBuff = { params->authId.val, params->authId.length }; in DeletePeerAuthInfoLite() local
Ddas_standard_token_manager.c28 Uint8Buff authIdBuff = { params->authId.val, params->authId.length }; in RegisterLocalIdentityStd() local
61 Uint8Buff authIdBuff = { params->authId.val, params->authId.length }; in UnregisterLocalIdentityStd() local
206 Uint8Buff authIdBuff = { params->authId.val, params->authId.length }; in DeletePeerAuthInfoStd() local
378 Uint8Buff authIdBuff = { params->authId.val, params->authId.length }; in GetPublicKeyStd() local
/base/security/device_auth/services/identity_manager/src/
Dcredential_operator.c162 Uint8Buff authIdBuff = { NULL, HcStrlen(authId) }; in GenerateKeyAliasInner() local
320 Uint8Buff authIdBuff = { (uint8_t *)authId, HcStrlen(authId) }; in PackPublicKeyToJson() local
447 Uint8Buff authIdBuff = { (uint8_t *)param->deviceId, HcStrlen(param->deviceId) }; in RegisterIdentity() local
619 static int32_t UnregisterIdentity(const CredentialRequestParamT *param, const Uint8Buff *authIdBuff in UnregisterIdentity()
652 Uint8Buff authIdBuff = { (uint8_t *)param->deviceId, HcStrlen(param->deviceId) }; in ImportCredential() local
706 Uint8Buff authIdBuff = { (uint8_t *)param->deviceId, HcStrlen(param->deviceId) }; in DeleteCredential() local
Didentity_group.c553 …int32_t osAccountId, const char *groupId, Uint8Buff *authIdBuff, int32_t *userType, int32_t *upgra… in GetSelfAuthIdAndUserType()
/base/security/device_auth/services/session_manager/src/session/v2/
Ddev_session_util.c257 Uint8Buff authIdBuff = { (uint8_t *)peerAuthId, HcStrlen(peerAuthId) + 1 }; in FillPeerAuthIdIfNeeded() local
375 Uint8Buff authIdBuff = { authId, AUTH_ID_LEN }; in ReplaceAuthIdWithRandom() local
Ddev_session_v2.c1000 Uint8Buff authIdBuff = { (uint8_t *)authId, HcStrlen(authId) + 1 }; in CreateIsoSubSession() local
1077 Uint8Buff authIdBuff = { (uint8_t *)authId, HcStrlen(authId) + 1 }; in CreateEcSpekeSubSession() local
/base/security/device_auth/test/unittest/deviceauth/source/
Ddeviceauth_interface_test.cpp556 Uint8Buff authIdBuff = { (uint8_t *)TEST_AUTH_ID, strlen(TEST_AUTH_ID) }; variable
882 Uint8Buff authIdBuff = { (uint8_t *)TEST_AUTH_ID, strlen(TEST_AUTH_ID) }; variable
1103 Uint8Buff authIdBuff = { (uint8_t *)TEST_AUTH_ID, 0 }; variable
Ddeviceauth_standard_auth_test.cpp235 Uint8Buff authIdBuff = { reinterpret_cast<uint8_t *>(&authId), sizeof(int32_t)}; in GenerateTempKeyPair() local
Ddeviceauth_func_test.cpp932 Uint8Buff authIdBuff = { reinterpret_cast<uint8_t *>(&authId), sizeof(int32_t)}; in GenerateTempKeyPair() local
Ddeviceauth_standard_test.cpp162 Uint8Buff authIdBuff = { reinterpret_cast<uint8_t *>(&authId), sizeof(int32_t)}; in GenerateTempKeyPair() local
/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/frameworks/os_account_adapter/
Dos_account_adapter_test.cpp145 Uint8Buff authIdBuff = { reinterpret_cast<uint8_t *>(&authId), sizeof(int32_t) }; in GenerateTempKeyPair() local
/base/security/device_auth/services/mk_agree/src/
Dkey_manager.c181 Uint8Buff authIdBuff = { (uint8_t *)selfUdid, HcStrlen(selfUdid) }; in GenerateDeviceKeyPair() local
/base/security/device_auth/services/legacy/authenticators/src/account_related/creds_manager/
Dasy_token_manager.c422 Uint8Buff authIdBuff = { (uint8_t *)&authId, sizeof(int32_t) }; in ImportServerPk() local
807 Uint8Buff authIdBuff = { (uint8_t *)&authId, sizeof(int32_t) }; in DoGenerateAndExportPk() local
/base/security/device_auth/services/legacy/group_manager/src/group_operation/group_operation_common/
Dgroup_operation_common.c970 Uint8Buff authIdBuff = { 0, 0 }; in ProcessKeyPair() local
/base/security/device_auth/test/fuzztest/devauthfunc_fuzzer/
Ddevauthfunc_fuzzer.cpp238 Uint8Buff authIdBuff = { reinterpret_cast<uint8_t *>(&authId), sizeof(int32_t)}; in GenerateTempKeyPair() local
/base/security/device_auth/services/legacy/group_manager/src/group_operation/
Dgroup_operation.c226 Uint8Buff authIdBuff = { 0, 0 }; in GetPkByParams() local
/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/creds_manager/
Dcreds_manager_test.cpp293 Uint8Buff authIdBuff = { reinterpret_cast<uint8_t *>(&authId), sizeof(int32_t) }; in GenerateTempKeyPair() local
/base/security/device_auth/test/fuzztest/creds_manager/credsmanager_fuzzer/
Dcredsmanager_fuzzer.cpp287 Uint8Buff authIdBuff = { reinterpret_cast<uint8_t *>(&authId), sizeof(int32_t) }; in GenerateTempKeyPair() local