Home
last modified time | relevance | path

Searched refs:isInvalidLength (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/security/device_security_level/baselib/utils/src/
H A Dutils_base64.c114 bool isInvalidLength = ((fromLen < 4) || ((fromLen % 4) != 0)); in Base64Decode() local
115 if (isInvalidLength) { in Base64Decode()