Searched defs:algoParameter (Results 1 - 6 of 6) sorted by relevance
/base/useriam/pin_auth/frameworks/scrypt/inc/ |
H A D | scrypt.h | 37 explicit Scrypt(std::vector<uint8_t> algoParameter) : algoParameter_(std::move(algoParameter)) {} in Scrypt() argument
|
/base/useriam/pin_auth/frameworks/ipc/common_defines/ |
H A D | inputer_get_data.h | 41 std::vector<uint8_t> algoParameter; member
|
/base/useriam/pin_auth/test/unittest/src/ |
H A D | framework_scrypt_scrypt_test.cpp | 46 std::vector<uint8_t> algoParameter = {1, 2, 3, 4, 5}; in HWTEST_F() local 56 std::vector<uint8_t> algoParameter = {1, 2, 3, 4, 5}; in HWTEST_F() local
|
H A D | pin_auth_executor_callback_hdi_unit_test.cpp | 75 std::vector<uint8_t> algoParameter = {1, 2, 3, 4, 5}; in HWTEST_F() local 102 std::vector<uint8_t> algoParameter = {1, 2, 3, 4, 5}; in HWTEST_F() local 130 std::vector<uint8_t> algoParameter = {1, 2, 3, 4, 5}; in HWTEST_F() local 238 std::vector<uint8_t> algoParameter = {1, 2, 3, 4, 5}; in HWTEST_F() local
|
/base/useriam/pin_auth/test/fuzztest/services/modules/executors/pinauthexecutorcallbackhdi_fuzzer/ |
H A D | pin_auth_executor_callback_hdi_fuzzer.cpp | 109 std::vector<uint8_t> algoParameter; in FuzzOnGetData() local
|
/base/useriam/pin_auth/services/modules/executors/src/ |
H A D | pin_auth_executor_callback_hdi.cpp | 108 int32_t PinAuthExecutorCallbackHdi::OnGetData(const std::vector<uint8_t> &algoParameter, uint64_t authSubType,
in OnGetData() argument
|
Completed in 23 milliseconds