Home
last modified time | relevance | path

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

/drivers/peripheral/pin_auth/hdi_service/main/src/
H A Dpin_auth.cpp188 int32_t transResult = SetVectorByBuffer( in AllInOneAuth() local
190 if (transResult != RESULT_SUCCESS) { in AllInOneAuth()
192 return PinResultToCoAuthResult(transResult); in AllInOneAuth()
194 transResult = SetVectorByBuffer(pinAlgoParam.challenge, authAlgoParam.challenge, sizeof(authAlgoParam.challenge)); in AllInOneAuth()
195 if (transResult != RESULT_SUCCESS) { in AllInOneAuth()
197 return PinResultToCoAuthResult(transResult); in AllInOneAuth()

Completed in 1 milliseconds