Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dbase64.c100 static const char Base64[] = variable
192 target[datalength++] = Base64[output[0]]; in b64_ntop()
193 target[datalength++] = Base64[output[1]]; in b64_ntop()
194 target[datalength++] = Base64[output[2]]; in b64_ntop()
195 target[datalength++] = Base64[output[3]]; in b64_ntop()
214 target[datalength++] = Base64[output[0]]; in b64_ntop()
215 target[datalength++] = Base64[output[1]]; in b64_ntop()
219 target[datalength++] = Base64[output[2]]; in b64_ntop()
254 pos = strchr(Base64, ch); in b64_pton()
263 target[tarindex] = (u_char)((pos - Base64) << 2); in b64_pton()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/
Dmsg_10.txt22 Content-Transfer-Encoding: Base64
29 Content-Transfer-Encoding: Base64