Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/utils/src/
H A Dwifi_common_util.cpp78 const uint32_t BASE64_UNIT_ONE_PADDING = 1; variable
552 if (input.at(input.length() - BASE64_UNIT_ONE_PADDING) == '=') { in DecodeBase64()