Home
last modified time | relevance | path

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

/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
369 Uint8Buff authIdBuff = { authId, AUTH_ID_LEN }; in ReplaceAuthIdWithRandom() local
Ddev_session_v2.c869 Uint8Buff authIdBuff = { (uint8_t *)authId, HcStrlen(authId) + 1 }; in CreateIsoSubSession() local
890 Uint8Buff authIdBuff = { (uint8_t *)authId, HcStrlen(authId) + 1 }; in CreateEcSpekeSubSession() local
/base/security/device_auth/services/mk_agree/src/
Dkey_manager.c184 Uint8Buff authIdBuff = { (uint8_t *)selfUdid, HcStrlen(selfUdid) }; in GenerateDeviceKeyPair() local
/base/security/device_auth/services/authenticators/src/account_related/creds_manager/
Dasy_token_manager.c424 Uint8Buff authIdBuff = { (uint8_t *)&authId, sizeof(int32_t) }; in ImportServerPk() local
1016 Uint8Buff authIdBuff = { (uint8_t *)&authId, sizeof(int32_t) }; in DoGenerateAndExportPk() local
/base/security/device_auth/services/creds_manager/src/
Dcreds_manager.c432 …c int32_t GetSelfAuthIdAndUserType(int32_t osAccountId, const char *groupId, Uint8Buff *authIdBuff, in GetSelfAuthIdAndUserType()
/base/security/device_auth/services/group_manager/src/group_operation/
Dgroup_operation.c222 Uint8Buff authIdBuff = { 0, 0 }; in GetPkByParams() local
Dgroup_operation_common.c1084 Uint8Buff authIdBuff = { 0, 0 }; in ProcessKeyPair() local
/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/creds_manager/
Dcreds_manager_test.cpp300 Uint8Buff authIdBuff = { reinterpret_cast<uint8_t *>(&authId), sizeof(int32_t) }; in GenerateTempKeyPair() local
/base/security/device_auth/test/unittest/deviceauth/source/
Ddeviceauth_standard_test.cpp247 Uint8Buff authIdBuff = { reinterpret_cast<uint8_t *>(&authId), sizeof(int32_t)}; in GenerateTempKeyPair() local