Home
last modified time | relevance | path

Searched defs:pinData (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/drivers/peripheral/pin_auth/test/unittest/pin_auth/database/src/
H A Dpin_db_test.cpp67 Buffer *pinData = CreateBufferBySize(CONST_PIN_DATA_LEN); variable
121 std::vector<uint8_t> pinData(CONST_PIN_DATA_LEN, 1); variable
170 std::vector<uint8_t> pinData(CONST_PIN_DATA_LEN, 1); variable
213 std::vector<uint8_t> pinData(CONST_PIN_DATA_LEN, 1); variable
253 std::vector<uint8_t> pinData(CONST_PIN_DATA_LEN, 1); variable
293 std::vector<uint8_t> pinData(CONST_PIN_DATA_LEN, 1); variable
/ohos5.0/drivers/peripheral/pin_auth/test/unittest/pin_auth/main/src/
H A Dall_in_one_func_test.cpp59 std::vector<uint8_t> pinData(CONST_PIN_DATA_LEN, 1); variable
88 std::vector<uint8_t> pinData(CONST_PIN_DATA_LEN, 1); variable
H A Dpin_auth_test.cpp68 std::vector<uint8_t> pinData(CONST_PIN_DATA_LEN, 1); variable
113 std::vector<uint8_t> pinData(CONST_PIN_DATA_LEN, 1); variable
263 std::vector<uint8_t> pinData(CONST_PIN_DATA_LEN, 1); variable
318 std::vector<uint8_t> pinData(CONST_PIN_DATA_LEN, 1); variable
/ohos5.0/drivers/peripheral/pin_auth/test/unittest/pin_auth/service/src/
H A Dall_in_one_impl_test.cpp77 std::vector<uint8_t> pinData(32, 1); variable
136 std::vector<uint8_t> pinData(32, 1); variable
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/database/inc/
H A Dpin_db.h37 uint8_t pinData[CONST_PIN_DATA_LEN]; member
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/inc/
H A Dall_in_one_func.h31 uint8_t pinData[CONST_PIN_DATA_LEN]; member
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/src/
H A Dpin_auth.cpp106 const std::vector<uint8_t> &pinData, std::vector<uint8_t> &resultTlv) in EnrollPin()
204 …2_t PinAuth::AuthPin(uint64_t scheduleId, uint64_t templateId, const std::vector<uint8_t> &pinData, in AuthPin()
441 uint8_t *pinData = const_cast<uint8_t *>(data.data()); in SetDataToCollector() local
H A Dcollector_func.c347 static int32_t SetEncryptParam(Attribute *attribute, uint8_t *pinData, uint32_t pinDataSize) in SetEncryptParam()
386 uint64_t scheduleId, uint8_t *pinData, uint32_t pinDataSize, uint8_t *msg, uint32_t *msgSize) in DoSetDataToCollector()
H A Dall_in_one_func.c121 … Buffer pinData = GetTmpBuffer(pinAuthParam->pinData, CONST_PIN_DATA_LEN, CONST_PIN_DATA_LEN); in DoAuthPin() local
H A Dverifier_func.c507 Buffer *pinData = GetPinData(dataIn); in DoHandleCollectorAck() local
/ohos5.0/drivers/peripheral/pin_auth/test/unittest/pin_auth/adaptor/src/
H A Dadaptor_algorithm_test.cpp238 Buffer *pinData = CreateBufferBySize(pinDataLen); variable
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/service/src/
H A Dcollector_impl.cpp152 void CollectorImpl::ClearPinData(const std::vector<uint8_t> &pinData) in ClearPinData()
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/database/src/
H A Dpin_db.c408 static ResultCode GenerateRootSecret(const Buffer *deviceKey, const Buffer *pinData, Buffer *outRoo… in GenerateRootSecret()
496 static Buffer *GetPinCiperInfo(Buffer *key, Buffer *pinData) in GetPinCiperInfo()
913 static Buffer *GenerateDecodeCredential(const Buffer *deviceKey, const Buffer *pinData) in GenerateDecodeCredential()
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/adaptor/src/
H A Dadaptor_algorithm.c291 Buffer *DeriveDeviceKey(const Buffer *pinData, const Buffer *secret) in DeriveDeviceKey()