/base/account/os_account/test/fuzztest/iamaccount/deluser_fuzzer/ |
H A D | deluser_fuzzer.cpp | 44 std::vector<uint8_t> authToken = {fuzzData.GetData<uint8_t>()}; in DelUserFuzzTest() local
|
/base/account/os_account/test/fuzztest/iamaccount/delcred_fuzzer/ |
H A D | delcred_fuzzer.cpp | 45 std::vector<uint8_t> authToken = {fuzzData.GetData<uint8_t>()}; in DelCredFuzzTest() local
|
/base/useriam/user_auth_framework/services/core/src/ |
H A D | update_pin_param_impl.cpp | 21 UpdatePinParamImpl(uint64_t oldCredentialId, const std::vector<uint8_t> &oldRootSecret, const std::vector<uint8_t> &rootSecret, const std::vector<uint8_t> &authToken) UpdatePinParamImpl() argument
|
H A D | user_idm_database_impl.cpp | 125 int32_t UserIdmDatabaseImpl::DeleteUser(int32_t userId, const std::vector<uint8_t> &authToken, in DeleteUser() argument 99 DeleteCredentialInfo(int32_t userId, uint64_t credentialId, const std::vector<uint8_t> &authToken, std::shared_ptr<CredentialInfoInterface> &credInfo) DeleteCredentialInfo() argument
|
H A D | enrollment_impl.cpp | 60 void EnrollmentImpl::SetAuthToken(const std::vector<uint8_t> &authToken) in SetAuthToken() argument
|
/base/account/os_account/test/fuzztest/iamaccount_stub/delcredstub_fuzzer/ |
H A D | delcredstub_fuzzer.cpp | 53 std::vector<uint8_t> authToken = {fuzzData.GetData<uint8_t>()}; in DelCredStubFuzzTest() local
|
/base/account/os_account/test/fuzztest/iamaccount_stub/deluserstub_fuzzer/ |
H A D | deluserstub_fuzzer.cpp | 52 std::vector<uint8_t> authToken = {fuzzData.GetData<uint8_t>()}; in DelUserStubFuzzTest() local
|
/base/theme/screenlock_mgr/frameworks/js/napi/include/ |
H A D | napi_screenlock_ability.h | 65 std::string authToken; member
|
/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | update_pin_param_test.cpp | 48 std::vector<uint8_t> authToken = { 4, 5, 6 }; in HWTEST_F() local
|
/base/account/os_account/frameworks/account_iam/test/unittest/src/ |
H A D | account_iam_mgr_proxy_test.cpp | 87 const std::vector<uint8_t> authToken = {0, 0}; in HWTEST_F() local
|
/base/security/asset/test/unittest/module_test/src/ |
H A D | huks_wrapper_test.cpp | 144 uint8_t authToken[280] = { 0 }; in HWTEST_F() local
|
/base/theme/screenlock_mgr/frameworks/native/src/ |
H A D | screenlock_manager_proxy.cpp | 280 int32_t ScreenLockManagerProxy::SetScreenLockAuthState(int authState, int32_t userId, std::string &authToken) in SetScreenLockAuthState() argument
|
H A D | screenlock_app_manager.cpp | 91 int32_t ScreenLockAppManager::SetScreenLockAuthState(int authState, int32_t userId, std::string &authToken) in SetScreenLockAuthState() argument
|
/base/theme/screenlock_mgr/test/fuzztest/screenlockmanager_fuzzer/ |
H A D | screenlockmanager_fuzzer.cpp | 136 std::string authToken = "test"; in FuzzScreenlockSetAuthState() local
|
/base/useriam/user_auth_framework/frameworks/native/ipc/src/ |
H A D | user_idm_stub.cpp | 298 std::vector<uint8_t> authToken = {}; in DelUserStub() local 331 std::vector<uint8_t> authToken; in DelCredentialStub() local
|
H A D | user_idm_proxy.cpp | 286 void UserIdmProxy::DelUser(int32_t userId, const std::vector<uint8_t> authToken, in DelUser() argument 316 DelCredential(int32_t userId, uint64_t credentialId, const std::vector<uint8_t> &authToken, const sptr<IdmCallbackInterface> &callback) DelCredential() argument
|
/base/useriam/user_auth_framework/frameworks/native/client/src/ |
H A D | user_idm_client_impl.cpp | 132 void UserIdmClientImpl::DeleteCredential(int32_t userId, uint64_t credentialId, const std::vector<uint8_t> &authToken, in DeleteCredential() argument 158 void UserIdmClientImpl::DeleteUser(int32_t userId, const std::vector<uint8_t> &authToken, in DeleteUser() argument
|
/base/useriam/user_auth_framework/services/context/src/ |
H A D | enroll_context.cpp | 153 std::vector<uint8_t> authToken = pinInfo->GetAuthToken(); in InvokeResultCallback() local
|
/base/account/os_account/frameworks/account_iam/src/ |
H A D | account_iam_mgr_proxy.cpp | 179 DelCred( int32_t userId, uint64_t credentialId, const std::vector<uint8_t> &authToken, const sptr<IIDMCallback> &callback) DelCred() argument 214 DelUser( int32_t userId, const std::vector<uint8_t> &authToken, const sptr<IIDMCallback> &callback) DelUser() argument
|
/base/account/os_account/services/accountmgr/src/account_iam/ |
H A D | account_iam_mgr_stub.cpp | 316 std::vector<uint8_t> authToken; in ProcDelCred() local 340 std::vector<uint8_t> authToken; in ProcDelUser() local
|
H A D | account_iam_service.cpp | 135 DelCred( int32_t userId, uint64_t credentialId, const std::vector<uint8_t> &authToken, const sptr<IIDMCallback> &callback) DelCred() argument 147 DelUser( int32_t userId, const std::vector<uint8_t> &authToken, const sptr<IIDMCallback> &callback) DelUser() argument
|
/base/security/asset/services/crypto_manager/src/ |
H A D | huks_wrapper.c | 318 int32_t ExecCrypt(const struct HksBlob *handle, const struct HksBlob *aad, const struct HksBlob *authToken, in ExecCrypt() argument
|
/base/security/device_auth/services/legacy/authenticators/src/account_related/auth/iso_auth_task/ |
H A D | iso_auth_task_common.c | 190 Uint8Buff authToken = { NULL, 0 }; in AccountAuthGeneratePsk() local [all...] |
/base/theme/screenlock_mgr/services/src/ |
H A D | screenlock_manager_stub.cpp | 222 std::string authToken = data.ReadString(); in OnSetScreenLockAuthState() local
|
/base/useriam/user_auth_framework/test/fuzztest/clients/useridmclient_fuzzer/ |
H A D | user_idm_client_fuzzer.cpp | 123 std::vector<uint8_t> authToken; in FuzzClientDeleteCredential() local 135 std::vector<uint8_t> authToken; in FuzzClientDeleteUser() local
|