Home
last modified time | relevance | path

Searched refs:KDF_PARAMS_KEY_SIZE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/inc/
H A Dnapi_crypto_framework_defines.h95 const std::string KDF_PARAMS_KEY_SIZE = "keySize"; variable
/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_kdf.cpp309 !GetInt32FromKdfParams(env, arg, KDF_PARAMS_KEY_SIZE, keySize)) { in GetPBKDF2ParamsSpec()
359 if (!GetInt32FromKdfParams(env, arg, KDF_PARAMS_KEY_SIZE, keySize)) { in GetHkdfParamsSpec()