Searched defs:authIdBuff (Results 1 – 9 of 9) sorted by relevance
| /base/security/device_auth/services/session_manager/src/session/v2/ |
| D | dev_session_util.c | 257 Uint8Buff authIdBuff = { (uint8_t *)peerAuthId, HcStrlen(peerAuthId) + 1 }; in FillPeerAuthIdIfNeeded() local 369 Uint8Buff authIdBuff = { authId, AUTH_ID_LEN }; in ReplaceAuthIdWithRandom() local
|
| D | dev_session_v2.c | 869 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/ |
| D | key_manager.c | 184 Uint8Buff authIdBuff = { (uint8_t *)selfUdid, HcStrlen(selfUdid) }; in GenerateDeviceKeyPair() local
|
| /base/security/device_auth/services/authenticators/src/account_related/creds_manager/ |
| D | asy_token_manager.c | 424 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/ |
| D | creds_manager.c | 432 …c int32_t GetSelfAuthIdAndUserType(int32_t osAccountId, const char *groupId, Uint8Buff *authIdBuff, in GetSelfAuthIdAndUserType()
|
| /base/security/device_auth/services/group_manager/src/group_operation/ |
| D | group_operation.c | 222 Uint8Buff authIdBuff = { 0, 0 }; in GetPkByParams() local
|
| D | group_operation_common.c | 1084 Uint8Buff authIdBuff = { 0, 0 }; in ProcessKeyPair() local
|
| /base/security/device_auth/test/unittest/tdd_framework/unit_test/services/creds_manager/ |
| D | creds_manager_test.cpp | 300 Uint8Buff authIdBuff = { reinterpret_cast<uint8_t *>(&authId), sizeof(int32_t) }; in GenerateTempKeyPair() local
|
| /base/security/device_auth/test/unittest/deviceauth/source/ |
| D | deviceauth_standard_test.cpp | 247 Uint8Buff authIdBuff = { reinterpret_cast<uint8_t *>(&authId), sizeof(int32_t)}; in GenerateTempKeyPair() local
|