mirror of
https://gitee.com/openharmony/xts_hats
synced 2024-11-23 06:50:00 +00:00
fix code
Signed-off-by: liuziwei <liuziwei12@huawei.com> Change-Id: If396512b40eb76f002922518a73ba6ab88248701
This commit is contained in:
parent
5a7ebdaee9
commit
7e9373e978
@ -59,7 +59,7 @@ public:
|
||||
}
|
||||
|
||||
int32_t OnGetData(const std::vector<uint8_t>& algoParameter, uint64_t authSubType, uint32_t algoVersion,
|
||||
const std::vector<uint8_t>& challenge) override
|
||||
const std::vector<uint8_t>& challenge, const std::string &complexityReg) override
|
||||
{
|
||||
cout << "algoVersion is " << algoVersion << endl;
|
||||
cout << " algoParameter len is " << algoParameter.size() << endl;
|
||||
|
@ -59,7 +59,7 @@ public:
|
||||
}
|
||||
|
||||
int32_t OnGetData(const std::vector<uint8_t>& algoParameter, uint64_t authSubType, uint32_t algoVersion,
|
||||
const std::vector<uint8_t>& challenge) override
|
||||
const std::vector<uint8_t>& challenge, const std::string &complexityReg) override
|
||||
{
|
||||
cout << "algoVersion is " << algoVersion << endl;
|
||||
cout << " algoParameter len is " << algoParameter.size() << endl;
|
||||
|
@ -55,7 +55,7 @@ public:
|
||||
}
|
||||
|
||||
int32_t OnGetData(const std::vector<uint8_t>& algoParameter, uint64_t authSubType, uint32_t algoVersion,
|
||||
const std::vector<uint8_t>& challenge) override
|
||||
const std::vector<uint8_t>& challenge, const std::string &complexityReg) override
|
||||
{
|
||||
cout << "algoVersion is " << algoVersion << endl;
|
||||
cout << " algoParameter len is " << algoParameter.size() << endl;
|
||||
|
Loading…
Reference in New Issue
Block a user