Home
last modified time | relevance | path

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

/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/cipher/src/
Dcipher_sm2_openssl.c161 size_t textLen = 0; in GetTextLen() local
181 int32_t mode, size_t textLen) in DoSm2EncryptAndDecrypt()
211 size_t textLen = GetTextLen(impl, input, mode); in DoSm2Crypt() local
/base/security/huks/frameworks/crypto_lite/cipher/src/
Dcipher_aes.c210 size_t textLen = (size_t)data->textLen; in InitAesCryptDataText() local
298 size_t textLen = ctx->data.textLen; in DoAesCbcEncrypt() local
/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/
Doutput_p.inl276 int textLen; local
306 textLen = wctomb(buffer->str, wchar); local
334 int textLen; local
422 int textLen; /* length of the text */ local
/base/telephony/sms_mms/utils/
Dtext_coder.cpp283 gsize textLen = static_cast<gsize>(srcLength); in Utf8ToUcs2() local
441 gsize textLen = static_cast<gsize>(srcLength); in Ucs2ToUtf8() local
472 gsize textLen = static_cast<gsize>(srcLength); in EuckrToUtf8() local
502 gsize textLen = static_cast<gsize>(srcLength); in ShiftjisToUtf8() local
/base/security/huks/frameworks/crypto_lite/cipher/include/
Dcipher.h47 int32_t textLen; member
/base/hiviewdfx/hilog_lite/frameworks/featured/
Dhiview_log.c404 int textLen; in SecDecodeTypeC() local
462 int textLen; in SecDecodeTypeS() local
556 int textLen; /* length of the text */ in HiLogSecOutputS() local
/base/security/appverify/interfaces/innerkits/appverify/src/util/
Dhap_cert_verify_openssl_utils.cpp565 int32_t textLen = X509_NAME_get_text_by_NID(name, nId, nullptr, 0); in GetTextFromX509Name() local