Searched defs:pinData (Results 1 – 10 of 10) sorted by relevance
/drivers/peripheral/pin_auth/test/uinttest/pin_auth/database/src/ |
D | pin_db_test.cpp | 69 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/ |
D | pin_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
|
D | pin_auth_test.cpp | 62 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/ |
D | executor_impl_test.cpp | 80 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/ |
D | pin_auth.cpp | 84 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/ |
D | adaptor_algorithm_test.cpp | 225 Buffer *pinData = CreateBufferBySize(pinDataLen); variable
|
/drivers/peripheral/pin_auth/hdi_service/main/inc/ |
D | pin_func.h | 91 uint8_t pinData[CONST_PIN_DATA_LEN]; member
|
/drivers/peripheral/pin_auth/hdi_service/database/inc/ |
D | pin_db.h | 95 uint8_t pinData[CONST_PIN_DATA_LEN]; member
|
/drivers/peripheral/pin_auth/hdi_service/adaptor/src/ |
D | adaptor_algorithm.c | 567 Buffer *DeriveDeviceKey(const Buffer *pinData, const Buffer *secret) in DeriveDeviceKey()
|
/drivers/peripheral/pin_auth/hdi_service/database/src/ |
D | pin_db.c | 726 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()
|