Home
last modified time | relevance | path

Searched refs:IV_PARAMS_SPEC (Results 1 - 4 of 4) sorted by relevance

/base/security/crypto_framework/frameworks/js/napi/crypto/inc/
H A Dnapi_crypto_framework_defines.h59 const std::string IV_PARAMS_SPEC = "IvParamsSpec"; member
/base/security/crypto_framework/frameworks/cj/src/
H A Dcrypto_ffi.cpp317 const std::string IV_PARAMS_SPEC = "IvParamsSpec"; variable
324 return IV_PARAMS_SPEC.c_str(); in GetIvParamsSpecType()
/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_cipher.cpp61 if (IV_PARAMS_SPEC.compare(paramsSpec->getType()) == 0) { in FreeParamsSpec()
H A Dnapi_utils.cpp333 return IV_PARAMS_SPEC.c_str(); in GetIvParamsSpecType()
538 if (algoName.compare(IV_PARAMS_SPEC) == 0) { in GetParamsSpecFromNapiValue()

Completed in 9 milliseconds