Home
last modified time | relevance | path

Searched defs:rootSecret (Results 1 - 14 of 14) sorted by relevance

/drivers/peripheral/user_auth/hdi_service/idm/inc/
H A Duser_idm_funcs.h45 Buffer *rootSecret; member
/drivers/peripheral/user_auth/hdi_service/coauth/inc/
H A Dexecutor_message.h41 Buffer *rootSecret; member
/drivers/peripheral/pin_auth/hdi_service/main/src/
H A Dall_in_one_func.c57 Buffer *rootSecret = CreateBufferBySize(ROOT_SECRET_LEN); in DoEnrollPin() local
115 Buffer *rootSecret = CreateBufferBySize(ROOT_SECRET_LEN); in DoAuthPin() local
25 GenerateResultTlv( Buffer *retTlv, int32_t resultCode, uint64_t scheduleId, uint64_t templateId, Buffer *rootSecret) GenerateResultTlv() argument
[all...]
H A Dexecutor_func_common.c380 bool SetResultDataInfo(Attribute *attribute, int32_t resultCode, uint64_t templateId, Buffer *rootSecret) in SetResultDataInfo() argument
/drivers/peripheral/user_auth/hdi_service/idm/src/
H A Didm_session.c268 void CacheRootSecret(int32_t userId, Buffer *rootSecret) in CacheRootSecret() argument
H A Duser_idm_funcs.c290 ProcessAddPinCredential(int32_t userId, const CredentialInfoHal *credentialInfo, const ExecutorResultInfo *executorResultInfo, Buffer **rootSecret, Buffer **authToken) ProcessAddPinCredential() argument
314 AddCredentialFunc( int32_t userId, const Buffer *scheduleResult, uint64_t *credentialId, Buffer **rootSecret, Buffer **authToken) AddCredentialFunc() argument
477 GetUpdateCredentialOutput(int32_t userId, const Buffer *rootSecret, const CredentialInfoHal *credentialInfo, UpdateCredentialOutput *output) GetUpdateCredentialOutput() argument
[all...]
/drivers/peripheral/user_auth/test/unittest/idm_test/
H A Didm_session_test.cpp174 Buffer *rootSecret = GetCacheRootSecret(userId); in HWTEST_F() local
H A Duser_idm_funcs_test.cpp198 Buffer *rootSecret = nullptr; in HWTEST_F() local
/drivers/peripheral/user_auth/hdi_service/user_auth/inc/
H A Duser_auth_funcs.h38 Buffer *rootSecret; member
/drivers/peripheral/user_auth/test/unittest/co_auth/
H A Dexecutor_message_test.cpp270 Uint8Array rootSecret = { testUint8Buffer, sizeof(testUint8Buffer) }; in HWTEST_F() local
318 Uint8Array rootSecret = { testUint8Buffer, sizeof(testUint8Buffer) }; in HWTEST_F() local
/drivers/peripheral/user_auth/test/unittest/service_test/src/
H A Duser_auth_interface_service_test.cpp1024 std::vector<uint8_t> rootSecret; in HWTEST_F() local
1056 std::vector<uint8_t> rootSecret; in HWTEST_F() local
/drivers/peripheral/user_auth/test/fuzztest/user_auth/userauthhdi_fuzzer/
H A Duser_auth_hdi_fuzzer.cpp367 std::vector<uint8_t> rootSecret; in FuzzDeleteUser() local
/drivers/peripheral/pin_auth/hdi_service/database/src/
H A Dpin_db.c422 Buffer *rootSecret = Hkdf(hkdfSalt, deviceKey); in GenerateRootSecret() local
[all...]
/drivers/peripheral/user_auth/hdi_service/service/
H A Duser_auth_interface_service.cpp974 Buffer *rootSecret = nullptr; GetEnrollResult() local
1118 DeleteUser(int32_t userId, const std::vector<uint8_t> &authToken, std::vector<CredentialInfo> &deletedInfos, std::vector<uint8_t> &rootSecret) DeleteUser() argument
[all...]

Completed in 13 milliseconds