/ohos5.0/drivers/peripheral/pin_auth/test/unittest/pin_auth/database/src/ |
H A D | pin_db_test.cpp | 67 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 D | all_in_one_func_test.cpp | 59 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 D | pin_auth_test.cpp | 68 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 D | all_in_one_impl_test.cpp | 77 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 D | pin_db.h | 37 uint8_t pinData[CONST_PIN_DATA_LEN]; member
|
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/inc/ |
H A D | all_in_one_func.h | 31 uint8_t pinData[CONST_PIN_DATA_LEN]; member
|
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/src/ |
H A D | pin_auth.cpp | 106 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 D | collector_func.c | 347 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 D | all_in_one_func.c | 121 … Buffer pinData = GetTmpBuffer(pinAuthParam->pinData, CONST_PIN_DATA_LEN, CONST_PIN_DATA_LEN); in DoAuthPin() local
|
H A D | verifier_func.c | 507 Buffer *pinData = GetPinData(dataIn); in DoHandleCollectorAck() local
|
/ohos5.0/drivers/peripheral/pin_auth/test/unittest/pin_auth/adaptor/src/ |
H A D | adaptor_algorithm_test.cpp | 238 Buffer *pinData = CreateBufferBySize(pinDataLen); variable
|
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/service/src/ |
H A D | collector_impl.cpp | 152 void CollectorImpl::ClearPinData(const std::vector<uint8_t> &pinData) in ClearPinData()
|
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/database/src/ |
H A D | pin_db.c | 408 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 D | adaptor_algorithm.c | 291 Buffer *DeriveDeviceKey(const Buffer *pinData, const Buffer *secret) in DeriveDeviceKey()
|