Searched refs:SetVectorByBuffer (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/src/ |
H A D | pin_auth.cpp | 188 int32_t transResult = SetVectorByBuffer( in AllInOneAuth() 194 …transResult = SetVectorByBuffer(pinAlgoParam.challenge, authAlgoParam.challenge, sizeof(authAlgoPa… in AllInOneAuth() 360 int32_t PinAuth::SetVectorByBuffer(std::vector<uint8_t> &vec, const uint8_t *buf, uint32_t bufSize) in SetVectorByBuffer() function in OHOS::UserIam::PinAuth::PinAuth 390 result = SetVectorByBuffer(msg, out, outSize); in Collect() 422 …result = SetVectorByBuffer(pinAlgoParam.algoParameter, algoParam.algoParameter, sizeof(algoParam.a… in SendMessageToCollector() 427 …result = SetVectorByBuffer(pinAlgoParam.challenge, algoParam.challenge, sizeof(algoParam.challenge… in SendMessageToCollector() 453 result = SetVectorByBuffer(msg, out, outSize); in SetDataToCollector() 507 result = SetVectorByBuffer(msgOut, verifierMsg.msgOut, verifierMsg.msgOutSize); in VerifierAuth() 551 result = SetVectorByBuffer(msgOut, out, verifierMsg.msgOutSize); in SendMessageToVerifier()
|
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/inc/ |
H A D | pin_auth.h | 80 int32_t SetVectorByBuffer(std::vector<uint8_t> &vec, const uint8_t *buf, uint32_t bufSize);
|