Home
last modified time | relevance | path

Searched defs:retTlv (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.cpp62 Buffer *retTlv = CreateBufferBySize(RESULT_TLV_LEN); variable
90 Buffer *retTlv = CreateBufferBySize(RESULT_TLV_LEN); variable
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/src/
H A Dall_in_one_func.c26Buffer *retTlv, int32_t resultCode, uint64_t scheduleId, uint64_t templateId, Buffer *rootSecret) in GenerateResultTlv()
50 ResultCode DoEnrollPin(PinEnrollParam *pinEnrollParam, Buffer *retTlv) in DoEnrollPin()
100 ResultCode DoAuthPin(PinAuthParam *pinAuthParam, Buffer *retTlv, ResultCode *compareRet) in DoAuthPin()
H A Dpin_auth.cpp125 Buffer *retTlv = CreateBufferBySize(RESULT_TLV_LEN); in EnrollPin() local
221 Buffer *retTlv = CreateBufferBySize(RESULT_TLV_LEN); in AuthPin() local
/ohos5.0/drivers/peripheral/user_auth/test/unittest/service_test/src/
H A Dsignature_operation.cpp189 static ResultCode GenerateRetTlv(const TlvRequiredPara &para, Buffer *retTlv) in GenerateRetTlv()
231 Buffer *retTlv = CreateBufferBySize(RESULT_TLV_LEN); in GetExecutorResultTlv() local