Home
last modified time | relevance | path

Searched refs:BASE64_DEST_UNIT_SIZE (Results 1 - 2 of 2) sorted by relevance

/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dbase64_helper.cpp44 const uint32_t BASE64_DEST_UNIT_SIZE = 4; member
85 if (input.length() % BASE64_DEST_UNIT_SIZE != 0) { in Decode()
/foundation/communication/wifi/wifi/utils/src/
H A Dwifi_common_util.cpp71 const uint32_t BASE64_DEST_UNIT_SIZE = 4; member
525 if (input.length() % BASE64_DEST_UNIT_SIZE != 0) { in DecodeBase64()
529 uint32_t decodedLen = input.length() * BASE64_SRC_UNIT_SIZE / BASE64_DEST_UNIT_SIZE; in DecodeBase64()

Completed in 2 milliseconds