Home
last modified time | relevance | path

Searched refs:DoAuthPin (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/pin_auth/test/unittest/pin_auth/main/src/
H A Dall_in_one_func_test.cpp76 * @tc.name: DoAuthPin test
77 * @tc.desc: verify DoAuthPin
93 uint32_t result = DoAuthPin(nullptr, retTlv, nullptr); in HWTEST_F()
97 result = DoAuthPin(pinAuthParam, retTlv, nullptr); in HWTEST_F()
101 result = DoAuthPin(pinAuthParam, retTlv, nullptr); in HWTEST_F()
/drivers/peripheral/pin_auth/hdi_service/main/inc/
H A Dall_in_one_func.h43 ResultCode DoAuthPin(PinAuthParam *pinAuthParam, Buffer *retTlv, ResultCode *compareRet);
/drivers/peripheral/pin_auth/hdi_service/main/src/
H A Dall_in_one_func.c100 ResultCode DoAuthPin(PinAuthParam *pinAuthParam, Buffer *retTlv, ResultCode *compareRet) in DoAuthPin() function
134 LOG_ERROR("GenerateRetTlv DoAuthPin fail."); in DoAuthPin()
H A Dpin_auth.cpp227 ResultCode result = DoAuthPin(&pinAuthParam, retTlv, &compareRet); in AuthPin()
229 LOG_ERROR("DoAuthPin fail!"); in AuthPin()

Completed in 2 milliseconds