Home
last modified time | relevance | path

Searched defs:resultTlv (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/pin_auth/test/unittest/pin_auth/main/src/
H A Dpin_auth_test.cpp66 std::vector<uint8_t> resultTlv; variable
112 std::vector<uint8_t> resultTlv; variable
201 static bool GetTemplateIdFromTlv(std::vector<uint8_t> resultTlv, uint64_t &templateId) in GetTemplateIdFromTlv()
261 std::vector<uint8_t> resultTlv; variable
316 std::vector<uint8_t> resultTlv; variable
351 std::vector<uint8_t> resultTlv; variable
378 std::vector<uint8_t> resultTlv; variable
405 std::vector<uint8_t> resultTlv; variable
432 std::vector<uint8_t> resultTlv; variable
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/service/src/
H A Dall_in_one_impl.cpp236 std::vector<uint8_t> &resultTlv) in AuthPin()
261 std::vector<uint8_t> resultTlv; in SetData() local
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/src/
H A Dpin_auth.cpp106 const std::vector<uint8_t> &pinData, std::vector<uint8_t> &resultTlv) in EnrollPin()
205 std::vector<uint8_t> &resultTlv) in AuthPin()
/ohos5.0/drivers/peripheral/user_auth/test/unittest/service_test/src/
H A Dsignature_operation.cpp229 ResultCode GetExecutorResultTlv(const TlvRequiredPara &para, std::vector<uint8_t> &resultTlv) in GetExecutorResultTlv()