/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/virtual/ |
H A D | auth_meta_ptk_proc_virtual.c | 18 int32_t AuthGetPtkSyncInfoByAuthId(int64_t authId, bool *syncDone, int32_t *reason) in AuthGetPtkSyncInfoByAuthId() 33 int32_t AuthDelPtkSyncInfoFromPendingList(int64_t authId) in AuthDelPtkSyncInfoFromPendingList() 39 int32_t AuthWaitingRequestCallback(int64_t authId) in AuthWaitingRequestCallback() 45 int32_t AuthNotifyResultByUuid(const char *uuid, int32_t reason, int64_t *authId) in AuthNotifyResultByUuid() 53 int32_t UpdateAuthSyncPtkInfoStatus(int64_t authId) in UpdateAuthSyncPtkInfoStatus()
|
H A D | auth_meta_manager_virtual.c | 32 void AuthMetaReleaseVerify(int64_t authId) in AuthMetaReleaseVerify() 38 int32_t AuthMetaEncrypt(int64_t authId, const uint8_t *inData, uint32_t inLen, uint8_t *outData, ui… in AuthMetaEncrypt() 49 int32_t AuthMetaDecrypt(int64_t authId, const uint8_t *inData, uint32_t inLen, uint8_t *outData, ui… in AuthMetaDecrypt() 85 void AuthMetaCloseConn(int64_t authId) in AuthMetaCloseConn() 91 int32_t AuthMetaPostTransData(int64_t authId, const AuthTransData *dataInfo) in AuthMetaPostTransData() 116 int32_t AuthMetaSetP2pMac(int64_t authId, const char *p2pMac) in AuthMetaSetP2pMac() 124 int32_t AuthMetaGetConnInfo(int64_t authId, AuthConnInfo *connInfo) in AuthMetaGetConnInfo() 132 int32_t AuthMetaGetServerSide(int64_t authId, bool *isServer) in AuthMetaGetServerSide() 140 int32_t AuthMetaGetDeviceUuid(int64_t authId, char *uuid, uint16_t size) in AuthMetaGetDeviceUuid() 149 int32_t AuthMetaGetVersion(int64_t authId, SoftBusVersion *version) in AuthMetaGetVersion()
|
H A D | auth_interface_virtual.c | 48 void AuthHandleLeaveLNN(int64_t authId) in AuthHandleLeaveLNN() 168 uint32_t AuthGetEncryptSize(int64_t authId, uint32_t inLen) in AuthGetEncryptSize() 178 int32_t AuthEncrypt(int64_t authId, const uint8_t *inData, uint32_t inLen, uint8_t *outData, uint32… in AuthEncrypt() 188 int32_t AuthDecrypt(int64_t authId, const uint8_t *inData, uint32_t inLen, uint8_t *outData, uint32… in AuthDecrypt() 198 int32_t AuthSetP2pMac(int64_t authId, const char *p2pMac) in AuthSetP2pMac() 205 int32_t AuthGetConnInfo(int64_t authId, AuthConnInfo *connInfo) in AuthGetConnInfo() 212 int32_t AuthGetServerSide(int64_t authId, bool *isServer) in AuthGetServerSide() 219 int32_t AuthGetDeviceUuid(int64_t authId, char *uuid, uint16_t size) in AuthGetDeviceUuid() 227 int32_t AuthGetVersion(int64_t authId, SoftBusVersion *version) in AuthGetVersion() 234 int32_t AuthGetMetaType(int64_t authId, bool *isMetaAuth) in AuthGetMetaType()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/ |
H A D | trans_auth_manager.c | 138 int32_t authId = AUTH_INVALID_ID; in GetAuthIdByChannelId() local 151 static int32_t GetChannelInfoByAuthId(int32_t authId, AuthChannelInfo *dstInfo) in GetChannelInfoByAuthId() 217 static int32_t NotifyOnDataReceived(int32_t authId, const void *data, uint32_t len) in NotifyOnDataReceived() 275 static int32_t OnRequsetUpdateAuthChannel(int32_t authId, AppInfo *appInfo) in OnRequsetUpdateAuthChannel() 558 static void OnRecvAuthChannelReply(int32_t authId, const char *data, int32_t len) in OnRecvAuthChannelReply() 595 static void OnAuthChannelDataRecv(int32_t authId, const AuthChannelData *data) in OnAuthChannelDataRecv() 611 static void OnAuthMsgDataRecv(int32_t authId, const AuthChannelData *data) in OnAuthMsgDataRecv() 621 static void OnDisconnect(int32_t authId) in OnDisconnect() 734 static void DelAuthChannelInfoByAuthId(int32_t authId) in DelAuthChannelInfoByAuthId() 917 static void FillAndReportEventEnd(int32_t authId, TransEventExtra *extra) in FillAndReportEventEnd() [all …]
|
/ohos5.0/base/security/huks/test/reliability/src/ |
H A D | api_pressure_test.cpp | 719 void ApiPressureTest::AgreeKeyTest(const struct HksBlob *authId) in AgreeKeyTest() 997 struct HksBlob authId = { (uint32_t)strlen(GENERATE_KEY), (uint8_t *)GENERATE_KEY }; variable 1011 struct HksBlob authId = { (uint32_t)strlen(GENERATE_KEY), (uint8_t *)GENERATE_KEY }; variable 1041 struct HksBlob authId = { (uint32_t)strlen(GENERATE_KEY), (uint8_t *)GENERATE_KEY }; variable 1092 struct HksBlob authId = { (uint32_t)strlen(GENERATE_KEY), (uint8_t *)GENERATE_KEY }; variable 1122 struct HksBlob authId = { (uint32_t)strlen(GENERATE_KEY), (uint8_t *)GENERATE_KEY }; variable 1173 struct HksBlob authId = { (uint32_t)strlen(GENERATE_KEY), (uint8_t *)GENERATE_KEY }; variable 1212 struct HksBlob authId = { (uint32_t)strlen(GENERATE_KEY), (uint8_t *)GENERATE_KEY }; variable 1256 struct HksBlob authId = { (uint32_t)strlen(GENERATE_KEY), (uint8_t *)GENERATE_KEY }; variable 1299 struct HksBlob authId = { (uint32_t)strlen(GENERATE_KEY), (uint8_t *)GENERATE_KEY }; variable [all …]
|
H A D | pressure_test.cpp | 185 struct HksBlob authId = { strlen(GENERATE_KEY), (uint8_t *)GENERATE_KEY }; variable 218 struct HksBlob authId = { strlen(GENERATE_KEY), (uint8_t *)GENERATE_KEY }; variable 259 struct HksBlob authId = { strlen(GENERATE_KEY), (uint8_t *)GENERATE_KEY }; variable 331 struct HksBlob authId = { strlen(GENERATE_KEY), (uint8_t *)GENERATE_KEY }; variable 376 struct HksBlob authId = { strlen(GENERATE_KEY), (uint8_t *)GENERATE_KEY }; variable 447 struct HksBlob authId = { strlen(GENERATE_KEY), (uint8_t *)GENERATE_KEY }; variable 495 struct HksBlob authId = { strlen(GENERATE_KEY), (uint8_t *)GENERATE_KEY }; variable 544 struct HksBlob authId = { strlen(GENERATE_KEY), (uint8_t *)GENERATE_KEY }; variable 602 struct HksBlob authId = { strlen(GENERATE_KEY), (uint8_t *)GENERATE_KEY }; variable 664 struct HksBlob authId = { strlen(GENERATE_KEY), (uint8_t *)GENERATE_KEY }; variable [all …]
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/ |
H A D | wifi_encryption_util.cpp | 95 struct HksBlob authId = wifiEncryptionInfo.keyAlias; in WifiEncryption() local 145 struct HksBlob authId = wifiEncryptionInfo.keyAlias; in WifiDecryption() local 260 struct HksBlob authId = wifiEncryptionInfo.keyAlias; in ImportKey() local 292 struct HksBlob authId = wifiEncryptionInfo.keyAlias; in DeleteKey() local 337 struct HksBlob authId = wifiEncryptionInfo.keyAlias; in EncryptParamSet() local 374 struct HksBlob authId = wifiEncryptionInfo.keyAlias; in DecryptParamSet() local 400 struct HksBlob authId = wifiEncryptionInfo.keyAlias; in WifiLoopEncrypt() local 447 struct HksBlob authId = wifiEncryptionInfo.keyAlias; in WifiLoopDecrypt() local
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/common/mock/src/ |
H A D | trans_auth_mock.cpp | 149 uint32_t AuthGetEncryptSize(int64_t authId, uint32_t inLen) in AuthGetEncryptSize() 159 int32_t AuthSetP2pMac(int64_t authId, const char *p2pMac) in AuthSetP2pMac() 169 int32_t AuthGetServerSide(int64_t authId, bool *isServer) in AuthGetServerSide() 174 int32_t AuthGetDeviceUuid(int64_t authId, char *uuid, uint16_t size) in AuthGetDeviceUuid() 179 int32_t AuthGetVersion(int64_t authId, SoftBusVersion *version) in AuthGetVersion() 184 int32_t AuthGetMetaType(int64_t authId, bool *isMetaAuth) in AuthGetMetaType() 195 void AuthMetaReleaseVerify(int64_t authId) in AuthMetaReleaseVerify()
|
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/ |
H A D | standard_exchange_task_test.cpp | 75 uint8_t authId[AUTH_ID_LENGTH] = { 0 }; variable 127 uint8_t authId[AUTH_ID_LENGTH] = { 0 }; variable
|
/ohos5.0/base/security/device_auth/services/session_manager/inc/session/v2/auth_sub_session/protocol_lib/ |
H A D | iso_protocol.h | 24 Uint8Buff authId; member
|
H A D | ec_speke_protocol.h | 30 Uint8Buff authId; member
|
H A D | dl_speke_protocol.h | 31 Uint8Buff authId; member
|
/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/core/src/ |
H A D | hks_auth.c | 27 uint32_t authId; member 155 int32_t HksAuth(uint32_t authId, const struct HksKeyNode *keyNode, const struct HksParamSet *paramS… in HksAuth() 177 int32_t HksThreeStageAuth(uint32_t authId, const struct HuksKeyNode *keyNode) in HksThreeStageAuth()
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_interface.c | 184 int64_t authId = AUTH_INVALID_ID; in AuthCheckSessionKeyValidByConnInfo() local 445 …thDirectOnlineProcessSessionKey(AuthSessionInfo *info, AuthDeviceKeyInfo *keyInfo, int64_t *authId) in AuthDirectOnlineProcessSessionKey() 471 …thDirectOnlineWithoutSessionKey(AuthSessionInfo *info, AuthDeviceKeyInfo *keyInfo, int64_t *authId) in AuthDirectOnlineWithoutSessionKey() 488 const AuthConnInfo *connInfo, uint32_t requestId, NodeInfo *nodeInfo, int64_t *authId) in AuthRestoreAuthManager() 559 int32_t AuthSetP2pMac(int64_t authId, const char *p2pMac) in AuthSetP2pMac() 583 int32_t AuthGetDeviceUuid(int64_t authId, char *uuid, uint16_t size) in AuthGetDeviceUuid() 593 int32_t AuthGetVersion(int64_t authId, SoftBusVersion *version) in AuthGetVersion() 598 int32_t AuthGetServerSide(int64_t authId, bool *isServer) in AuthGetServerSide() 608 int32_t AuthGetMetaType(int64_t authId, bool *isMetaAuth) in AuthGetMetaType()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_other_test.cpp | 108 void OnDeviceDisconnectTest(int64_t authId) in OnDeviceDisconnectTest() 188 int64_t authId = 0; variable 246 int64_t authId = 0; variable 301 int64_t authId = 0; variable 346 int64_t authId = 0; variable 391 int64_t authId = 10; variable 422 int64_t authId = 10; variable 455 int64_t authId = 1; variable 828 int64_t *authId = reinterpret_cast<int64_t *>(malloc(sizeof(int64_t))); variable 1106 int64_t authId; variable
|
/ohos5.0/base/security/device_auth/test/fuzztest/authenticators/account_unrelated/pake/standardexchangetask_fuzzer/ |
H A D | standardexchangetask_fuzzer.cpp | 67 uint8_t authId[AUTH_ID_LENGTH] = { 0 }; in StandardExchangeTaskTest003() local 129 uint8_t authId[AUTH_ID_LENGTH] = { 0 }; in StandardExchangeTaskTest004() local
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/mock/ |
H A D | auth_mock.cpp | 55 int32_t AuthGetVersion(int64_t authId, SoftBusVersion *version) in AuthGetVersion() 60 int32_t AuthGetDeviceUuid(int64_t authId, char *uuid, uint16_t size) in AuthGetDeviceUuid()
|
/ohos5.0/base/security/device_auth/services/session_manager/inc/session/v2/expand_sub_session/expand_process_lib/ |
H A D | auth_code_import.h | 27 Uint8Buff authId; member
|
H A D | pub_key_exchange.h | 27 Uint8Buff authId; member
|
H A D | save_trusted_info.h | 30 const char *authId; member
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/include/ |
H A D | trans_auth_manager.h | 35 int32_t authId; member
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_auth_mock.cpp | 45 int32_t AuthGetVersion(int64_t authId, SoftBusVersion *version) in AuthGetVersion()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/fuzztest/authdata_fuzzer/ |
H A D | authdata_fuzzer.cpp | 56 uint64_t authId = *(reinterpret_cast<const uint64_t*>(data)); in AuthDataFuzzTest() local 87 uint64_t authId = *(reinterpret_cast<const uint64_t*>(data)); in AuthCryptFuzzTest() local
|
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/common/ |
H A D | das_task_common.c | 202 const Uint8Buff *authId, Uint8Buff *keyAliasHash) in CombineKeyAlias() 290 const Uint8Buff *authId, Uint8Buff *outKeyAlias) in CombineKeyAliasForIso() 304 const Uint8Buff *authId, Uint8Buff *outKeyAlias) in CombineKeyAliasForPake() 348 const KeyAliasType keyType, const Uint8Buff *authId, Uint8Buff *outKeyAlias) in GenerateKeyAlias()
|
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/ |
H A D | hks_rsa_common_mt.cpp | 166 struct HksBlob authId = { in EncryptServiceTestCase() local 294 struct HksBlob authId = { in DecryptServiceTestCase() local 420 struct HksBlob authId = { .size = testCaseParams.alias.length(), in SignServiceTestCase() local 542 struct HksBlob authId = { in VerifyServiceTestCase() local
|