Home
last modified time | relevance | path

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

/drivers/peripheral/pin_auth/test/uinttest/pin_auth/database/src/
Dpin_db_test.cpp69 uint8_t pinData[CONST_PIN_DATA_LEN] = {1}; variable
118 std::vector<uint8_t> pinData(CONST_PIN_DATA_LEN, 1); variable
165 std::vector<uint8_t> pinData(CONST_PIN_DATA_LEN, 1); variable
208 std::vector<uint8_t> pinData(CONST_PIN_DATA_LEN, 1); variable
248 std::vector<uint8_t> pinData(CONST_PIN_DATA_LEN, 1); variable
288 std::vector<uint8_t> pinData(CONST_PIN_DATA_LEN, 1); variable
/drivers/peripheral/pin_auth/test/uinttest/pin_auth/main/src/
Dpin_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
Dpin_auth_test.cpp62 std::vector<uint8_t> pinData(CONST_PIN_DATA_LEN, 1); variable
102 std::vector<uint8_t> pinData(CONST_PIN_DATA_LEN, 1); variable
196 std::vector<uint8_t> pinData(CONST_PIN_DATA_LEN, 1); variable
246 std::vector<uint8_t> pinData(CONST_PIN_DATA_LEN, 1); variable
/drivers/peripheral/pin_auth/test/uinttest/pin_auth/service/src/
Dexecutor_impl_test.cpp80 std::vector<uint8_t> pinData(32, 1); variable
137 std::vector<uint8_t> pinData(32, 1); variable
/drivers/peripheral/pin_auth/hdi_service/main/src/
Dpin_auth.cpp84 const std::vector<uint8_t> &pinData, std::vector<uint8_t> &resultTlv) in EnrollPin()
143 …2_t PinAuth::AuthPin(uint64_t scheduleId, uint64_t templateId, const std::vector<uint8_t> &pinData, in AuthPin()
/drivers/peripheral/pin_auth/test/uinttest/pin_auth/adaptor/src/
Dadaptor_algorithm_test.cpp225 Buffer *pinData = CreateBufferBySize(pinDataLen); variable
/drivers/peripheral/pin_auth/hdi_service/main/inc/
Dpin_func.h91 uint8_t pinData[CONST_PIN_DATA_LEN]; member
/drivers/peripheral/pin_auth/hdi_service/database/inc/
Dpin_db.h95 uint8_t pinData[CONST_PIN_DATA_LEN]; member
/drivers/peripheral/pin_auth/hdi_service/adaptor/src/
Dadaptor_algorithm.c567 Buffer *DeriveDeviceKey(const Buffer *pinData, const Buffer *secret) in DeriveDeviceKey()
/drivers/peripheral/pin_auth/hdi_service/database/src/
Dpin_db.c726 static ResultCode GenerateRootSecret(const Buffer *deviceKey, const Buffer *pinData, Buffer *outRoo… in GenerateRootSecret()
1116 static Buffer *GenerateDecodeCredential(const Buffer *deviceKey, const Buffer *pinData) in GenerateDecodeCredential()