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.c126 size_t textLen = 0; in GetTextLen() local
144 int32_t mode, size_t textLen) in DoSm2EncryptAndDecrypt()
174 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.inl275 int textLen; local
305 textLen = wctomb(buffer->str, wchar); local
333 int textLen; local
421 int textLen; /* length of the text */ local
/base/telephony/sms_mms/utils/
Dtext_coder.cpp284 gsize textLen = static_cast<gsize>(srcLength); in Utf8ToUcs2() local
431 gsize textLen = static_cast<gsize>(srcLength); in Ucs2ToUtf8() local
462 gsize textLen = static_cast<gsize>(srcLength); in EuckrToUtf8() local
493 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.cpp549 int32_t textLen = X509_NAME_get_text_by_NID(name, nId, nullptr, 0); in GetTextFromX509Name() local