/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/src/ |
H A D | all_in_one_func.c | 26 … Buffer *retTlv, int32_t resultCode, uint64_t scheduleId, uint64_t templateId, Buffer *rootSecret) in GenerateResultTlv() 57 Buffer *rootSecret = CreateBufferBySize(ROOT_SECRET_LEN); in DoEnrollPin() local 115 Buffer *rootSecret = CreateBufferBySize(ROOT_SECRET_LEN); in DoAuthPin() local
|
H A D | executor_func_common.c | 380 …etResultDataInfo(Attribute *attribute, int32_t resultCode, uint64_t templateId, Buffer *rootSecret) in SetResultDataInfo()
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/userauth/ |
H A D | _enroll_result_info_v10.md | 48 ### rootSecret subsection
|
H A D | _enroll_result_info_v12.md | 48 ### rootSecret subsection
|
H A D | _auth_result_info_v10.md | 79 ### rootSecret subsection
|
H A D | _auth_result_info_v12.md | 71 ### rootSecret subsection
|
/ohos5.0/base/useriam/user_auth_framework/services/core/src/ |
H A D | update_pin_param_impl.cpp | 22 const std::vector<uint8_t> &rootSecret, const std::vector<uint8_t> &authToken) in UpdatePinParamImpl()
|
H A D | user_idm_database_impl.cpp | 124 …std::vector<std::shared_ptr<CredentialInfoInterface>> &credInfos, std::vector<uint8_t> &rootSecret) in DeleteUser()
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | update_pin_param_test.cpp | 47 std::vector<uint8_t> rootSecret = { 3, 4, 5 }; variable
|
H A D | user_idm_database_test.cpp | 256 std::vector<uint8_t> rootSecret; variable 277 std::vector<HdiCredentialInfo> &deletedInfos, std::vector<uint8_t> &rootSecret) { in __anon5438c4200602()
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/inc/ |
H A D | executor_message.h | 41 Buffer *rootSecret; member
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/idm/src/ |
H A D | user_idm_funcs.c | 283 const ExecutorResultInfo *executorResultInfo, Buffer **rootSecret, Buffer **authToken) in ProcessAddPinCredential() 307 …int32_t userId, const Buffer *scheduleResult, uint64_t *credentialId, Buffer **rootSecret, Buffer … in AddCredentialFunc() 469 IAM_STATIC ResultCode GetUpdateCredentialOutput(int32_t userId, const Buffer *rootSecret, in GetUpdateCredentialOutput()
|
H A D | idm_session.c | 268 void CacheRootSecret(int32_t userId, Buffer *rootSecret) in CacheRootSecret()
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/idm/inc/ |
H A D | user_idm_funcs.h | 45 Buffer *rootSecret; member
|
/ohos5.0/base/useriam/user_auth_framework/services/core/inc/ |
H A D | authentication.h | 49 std::vector<uint8_t> rootSecret; member
|
/ohos5.0/drivers/peripheral/user_auth/test/unittest/idm_test/ |
H A D | idm_session_test.cpp | 174 Buffer *rootSecret = GetCacheRootSecret(userId); variable
|
H A D | user_idm_funcs_test.cpp | 198 Buffer *rootSecret = nullptr; variable
|
/ohos5.0/base/useriam/user_auth_framework/services/context/src/ |
H A D | enroll_context.cpp | 155 std::vector<uint8_t> rootSecret = pinInfo->GetRootSecret(); in InvokeResultCallback() local
|
/ohos5.0/drivers/peripheral/user_auth/test/unittest/co_auth/ |
H A D | executor_message_test.cpp | 270 Uint8Array rootSecret = { testUint8Buffer, sizeof(testUint8Buffer) }; variable 318 Uint8Array rootSecret = { testUint8Buffer, sizeof(testUint8Buffer) }; variable
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/inc/ |
H A D | user_auth_funcs.h | 38 Buffer *rootSecret; member
|
/ohos5.0/drivers/peripheral/user_auth/test/unittest/service_test/src/ |
H A D | signature_operation.cpp | 172 std::vector<uint8_t> rootSecret(secretValueLen, secretValue); in GetDataTlvContent() local
|
H A D | user_auth_interface_service_test.cpp | 1023 std::vector<uint8_t> rootSecret; variable 1055 std::vector<uint8_t> rootSecret; variable
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/ |
H A D | mock_iuser_auth_interface.h | 86 std::vector<HdiCredentialInfo> &deletedInfos, std::vector<uint8_t> &rootSecret) in DeleteUser()
|
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/ |
H A D | user_idm_service.cpp | 447 std::vector<uint8_t> rootSecret; in DelUser() local
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/service/ |
H A D | user_auth_interface_service.cpp | 974 Buffer *rootSecret = nullptr; in GetEnrollResult() local 1119 std::vector<CredentialInfo> &deletedInfos, std::vector<uint8_t> &rootSecret) in DeleteUser()
|