Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/core/param_update/src/
H A Dlog_sign_tools.cpp28 constexpr int32_t BASE64_ENCODE_PACKET_LEN = 3; variable
120 …se64Len = static_cast<size_t>(ceil(static_cast<long double>(inputLen) / BASE64_ENCODE_PACKET_LEN) * in CalcBase64()
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dsignature_verifier.cpp34 const int32_t BASE64_ENCODE_PACKET_LEN = 3; variable
235 …se64Len = static_cast<size_t>(ceil(static_cast<long double>(inputLen) / BASE64_ENCODE_PACKET_LEN) * in CalcBase64()
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/util/
H A Dhap_cert_verify_openssl_utils.cpp37 const int32_t HapCertVerifyOpensslUtils::BASE64_ENCODE_PACKET_LEN = 3; member in OHOS::Security::Verify::HapCertVerifyOpensslUtils
191 …return (len + BASE64_ENCODE_PACKET_LEN - 1) / BASE64_ENCODE_PACKET_LEN * BASE64_ENCODE_LEN_OF_EACH… in CalculateLenAfterBase64Encode()
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/include/util/
H A Dhap_cert_verify_openssl_utils.h69 static const int32_t BASE64_ENCODE_PACKET_LEN; variable