Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/test/unittest/huks_standard_test/crypto_engine_test/src/
H A Dhks_crypto_hal_aes_cipher.cpp525 uint32_t lastLen = inLen - point; in RunTestEncrypt() local
579 uint32_t lastLen = decrytoinLen - decrytopoint; in RunTestDecrypt() local
675 uint32_t lastLen = decrytoinLen - decrytopoint; in RunTestGcmDecrypt() local
H A Dhks_crypto_hal_aes_decrypt.cpp391 uint32_t lastLen = decrytoinLen - decrytopoint; in RunTestAesDecrypt() local
439 uint32_t lastLen = decrytoinLen - decrytopoint; in RunTestAesGcmDecrypt() local
H A Dhks_crypto_hal_aes_encrypt.cpp376 uint32_t lastLen = inLen - point; in RunTestEncrypt() local
/ohos5.0/base/global/i18n_lite/frameworks/i18n/src/
H A Dnumber_format_impl.cpp142 …int lastLen = isShowGroup ? (len + CountGroupNum(len - decLen, defaultData->style.isTwoGroup)) : l… in InnerFormat() local
209 int NumberFormatImpl::DelMoreZero(const StyleData &style, int decLen, int lastLen, bool hasDec, cha… in DelMoreZero()