Home
last modified time | relevance | path

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

/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/zrtp/
H A DZrtpSdesStream.cpp128 uint32_t b64length; // length of b64 encoded key/saltstring member
409 static int b64Decode(const char *b64Data, int32_t b64length, uint8_t *binData, int32_t binLength) in b64Decode() argument
415 codelength = base64_decode_block(b64Data, b64length, binData, &_state); in b64Decode()
711 …if (strlen(keySaltB64) != pSuite->b64length) { // Check if key||salt B64 string hast the correct … in parseCreateSdesProfile()
714 …i = b64Decode(keySaltB64, pSuite->b64length, remoteKeySalt, remoteKeyLenBytes + remoteSaltLenBytes… in parseCreateSdesProfile()
H A DzrtpCacheSqliteBackend.c209 static int b64Decode(const char *b64Data, int32_t b64length, uint8_t *binData, int32_t binLength) in b64Decode() argument
215 codelength = base64_decode_block(b64Data, b64length, binData, &_state); in b64Decode()
/dports/net/luasocket/luasocket-3.0-rc1/test/
H A Dhttptest.lua214 local function b64length(len) function
238 headers = { ["content-length"] = b64length(string.len(index)) }
/dports/devel/premake5/premake-5.0.0-alpha16-src/binmodules/luasocket/test/
H A Dhttptest.lua214 local function b64length(len) function
238 headers = { ["content-length"] = b64length(string.len(index)) }
/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/xp/
H A Die_imp_XHTML.cpp1935 size_t b64length = static_cast<size_t>(strlen (b64bufptr)); in importDataURLImage() local
1936 if (b64length == 0) in importDataURLImage()
1942 size_t binmaxlen = ((b64length >> 2) + 1) * 3; in importDataURLImage()
1952 if (!UT_UTF8_Base64Decode (binbufptr, binlength, b64bufptr, b64length)) in importDataURLImage()