Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/pin_auth/test/unittest/pin_auth/main/src/
H A Dall_in_one_func_test.cpp93 uint32_t result = DoAuthPin(nullptr, retTlv, nullptr);
97 result = DoAuthPin(pinAuthParam, retTlv, nullptr);
101 result = DoAuthPin(pinAuthParam, retTlv, nullptr);
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/inc/
H A Dall_in_one_func.h43 ResultCode DoAuthPin(PinAuthParam *pinAuthParam, Buffer *retTlv, ResultCode *compareRet);
/ohos5.0/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
H A Dpin_auth.cpp227 ResultCode result = DoAuthPin(&pinAuthParam, retTlv, &compareRet); in AuthPin()