Home
last modified time | relevance | path

Searched refs:AuthModuleParams (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/security/device_auth/services/frameworks/inc/module/
H A Ddev_auth_module_manager.h42 } AuthModuleParams; typedef
56 int32_t RegisterLocalIdentity(const AuthModuleParams *moduleParams, int moduleType);
57 int32_t UnregisterLocalIdentity(const AuthModuleParams *moduleParams, int moduleType);
58 int32_t DeletePeerAuthInfo(const AuthModuleParams *moduleParams, int moduleType);
59 int32_t GetPublicKey(int moduleType, AuthModuleParams *moduleParams, Uint8Buff *returnPk);
/ohos5.0/base/security/device_auth/services/frameworks/src/module/
H A Ddev_auth_module_manager.c69 int32_t RegisterLocalIdentity(const AuthModuleParams *moduleParams, int moduleType) in RegisterLocalIdentity()
97 int32_t UnregisterLocalIdentity(const AuthModuleParams *moduleParams, int moduleType) in UnregisterLocalIdentity()
125 int32_t DeletePeerAuthInfo(const AuthModuleParams *moduleParams, int moduleType) in DeletePeerAuthInfo()
153 int32_t GetPublicKey(int moduleType, AuthModuleParams *moduleParams, Uint8Buff *returnPk) in GetPublicKey()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/peer_to_peer_group/
H A Dpeer_to_peer_group.c225 AuthModuleParams params = { in DelPeerDevAndKeyInfo()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/group_operation_common/
H A Dgroup_operation_common.c986 AuthModuleParams params = { osAccountId, appId, groupId, &authIdBuff, userType }; in ProcessKeyPair()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/
H A Dgroup_operation.c242 AuthModuleParams authParams = { in GetPkByParams()
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_interface_test.cpp552 AuthModuleParams params = { DEFAULT_OS_ACCOUNT, TEST_APP_ID, TEST_GROUP_ID, nullptr, 0 };