Home
last modified time | relevance | path

Searched defs:base64Str (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/core/param_update/src/
H A Dlog_sign_tools.cpp122 std::unique_ptr<unsigned char[]> base64Str = std::make_unique<unsigned char[]>(base64Len); in CalcBase64() local
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/test/
H A Dtest_napi.cpp918 std::string base64Str = buf->ToBase64(0, 16); variable
933 std::string base64Str = buf->ToBase64(0, 20); variable
948 std::string base64Str = buf->ToBase64(0, 0); variable
963 std::string base64Str = buf->ToBase64Url(0, 16); variable
/ohos5.0/base/security/device_security_level/baselib/utils/src/
H A Dutils_base64.c229 uint8_t *base64Str = (uint8_t *)MALLOC(alignLen + 1); in Base64UrlDecodeApp() local
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/
H A Dexpand_sub_session.c144 const char *base64Str = GetStringFromJson(receviedMsg, FIELD_ENC_DATA); in GetRecvEncData() local
343 char *base64Str = (char *)HcMalloc(base64StrLen, 0); in BuildEncData() local
/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/common/
H A Dmbedtls_ec_adapter.c568 int32_t MbedtlsBase64Encode(const uint8_t *byte, uint32_t byteLen, char *base64Str, uint32_t strLen… in MbedtlsBase64Encode()
594 int32_t MbedtlsBase64Decode(const char *base64Str, uint32_t strLen, uint8_t *byte, uint32_t byteLen… in MbedtlsBase64Decode()
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dsignature_verifier.cpp237 std::unique_ptr<unsigned char[]> base64Str = std::make_unique<unsigned char[]>(base64Len); in CalcBase64() local
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/
H A Dnative_module_buffer.cpp137 string base64Str = GetStringASCII(env, str); in GetStringBase64() local