Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/pin_auth/frameworks/scrypt/inc/
H A Dscrypt.h36 … explicit Scrypt(std::vector<uint8_t> algoParameter) : algoParameter_(std::move(algoParameter)) {} in Scrypt()
42 std::vector<uint8_t> algoParameter_ = {}; variable
/ohos5.0/base/useriam/pin_auth/frameworks/scrypt/src/
H A Dscrypt.cpp62 if (EVP_PKEY_CTX_set1_scrypt_salt(pctx, algoParameter_.data(), algoParameter_.size()) <= 0) { in DoScrypt()
/ohos5.0/base/useriam/pin_auth/frameworks/client/src/
H A Dinputer_data_impl.cpp49 : mode_(param.mode), algoVersion_(param.algoVersion), algoParameter_(param.algoParameter), in InputerDataImpl()
68 auto scryptPointer = Common::MakeUnique<Scrypt>(algoParameter_); in GetPinData()
120 auto scryptPointer = Common::MakeUnique<Scrypt>(algoParameter_); in GetPrivatePinData()
/ohos5.0/base/useriam/pin_auth/frameworks/client/inc/
H A Dinputer_data_impl.h55 std::vector<uint8_t> algoParameter_; variable