Home
last modified time | relevance | path

Searched defs:textOut (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/huks/frameworks/crypto_lite/js/builtin/src/
H A Dcipher_module.cpp44 RsaData textOut = { 0 }; in Rsa() local
/ohos5.0/base/security/huks/frameworks/crypto_lite/js/napi/
H A Dcipher_napi.cpp49 RsaData *textOut = nullptr; member
61 char *textOut = nullptr; member
468 void SetSuccess(napi_env env, char *textOut, size_t textLength, CallbackContext *asyncContext) in SetSuccess()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dpng_image_chunk_utils.cpp318 …ageChunkUtils::DecompressText(const byte *sourceData, unsigned int sourceDataLen, DataBuf &textOut) in DecompressText()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/exif_metadata_accessor_test/
H A Dwebp_exif_metadata_accessor_test.cpp1750 DataBuf textOut; variable