Home
last modified time | relevance | path

Searched refs:CCM_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.h61 const std::string CCM_PARAMS_SPEC = "CcmParamsSpec"; member
/base/security/crypto_framework/frameworks/cj/src/
H A Dcrypto_ffi.cpp319 const std::string CCM_PARAMS_SPEC = "CcmParamsSpec"; variable
334 return CCM_PARAMS_SPEC.c_str(); in GetCcmParamsSpecType()
/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_cipher.cpp79 if (CCM_PARAMS_SPEC.compare(paramsSpec->getType()) == 0) { in FreeParamsSpec()
H A Dnapi_utils.cpp343 return CCM_PARAMS_SPEC.c_str(); in GetCcmParamsSpecType()
542 } else if (algoName.compare(CCM_PARAMS_SPEC) == 0) { in GetParamsSpecFromNapiValue()

Completed in 9 milliseconds