Home
last modified time | relevance | path

Searched defs:authTypes (Results 1 – 3 of 3) sorted by relevance

/drivers/peripheral/user_auth/hdi_service/user_auth/inc/
Duser_auth_funcs.h49 uint32_t authTypes[MAX_AUTH_TYPE_LEN]; member
/drivers/peripheral/user_auth/test/fuzztest/user_auth/userauthhdi_fuzzer/
Duser_auth_hdi_fuzzer.cpp466 std::vector<int32_t> authTypes; in FuzzGetValidSolution() local
536 std::vector<int32_t> authTypes; in FuzzGetSignedExecutorInfo() local
/drivers/peripheral/user_auth/hdi_service/service/
Duser_auth_interface_service.cpp803 …t UserAuthInterfaceService::GetValidSolution(int32_t userId, const std::vector<int32_t> &authTypes, in GetValidSolution()
1526 int32_t UserAuthInterfaceService::GetSignedExecutorInfo(const std::vector<int32_t>& authTypes, int3… in GetSignedExecutorInfo()