Signed-off-by: liuziwei <liuziwei12@huawei.com>
Change-Id: If396512b40eb76f002922518a73ba6ab88248701
This commit is contained in:
liuziwei 2024-08-08 20:47:00 +08:00
parent 5a7ebdaee9
commit 7e9373e978
3 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;