Home
last modified time | relevance | path

Searched refs:GetScrypt (Results 1 – 4 of 4) sorted by relevance

/base/useriam/pin_auth/frameworks/scrypt/inc/
Dscrypt.h30 std::vector<uint8_t> GetScrypt(const std::vector<uint8_t> data);
/base/useriam/pin_auth/frameworks/client/src/
Dinputer_data_impl.cpp48 scrypt = scryptPointer->GetScrypt(data); in OnSetData()
/base/useriam/pin_auth/frameworks/scrypt/src/
Dscrypt.cpp34 std::vector<uint8_t> Scrypt::GetScrypt(const std::vector<uint8_t> data) in GetScrypt() function in OHOS::UserIam::PinAuth::Scrypt
/base/useriam/pin_auth/test/unittest/src/
Dinputer_data_impl_test.cpp53 std::vector<uint8_t> testScrypt = scryptPtr->GetScrypt(testData);