Home
last modified time | relevance | path

Searched refs:DoScrypt (Results 1 - 2 of 2) sorted by relevance

/base/useriam/pin_auth/frameworks/scrypt/inc/
H A Dscrypt.h42 bool DoScrypt(const std::vector<uint8_t> &data, uint32_t algoVersion, EVP_PKEY_CTX *pctx);
/base/useriam/pin_auth/frameworks/scrypt/src/
H A Dscrypt.cpp50 bool Scrypt::DoScrypt(const std::vector<uint8_t> &data, uint32_t algoVersion, EVP_PKEY_CTX *pctx) in DoScrypt() function in OHOS::UserIam::PinAuth::Scrypt
92 if (!DoScrypt(data, algoVersion, pctx)) { in GetScrypt()
93 IAM_LOGE("DoScrypt fail"); in GetScrypt()

Completed in 1 milliseconds