Searched refs:base64 (Results 1 – 5 of 5) sorted by relevance
246 另一个问题是Gmail还会把任何不是ASCII的字符的信息改为base64编码。它把东西变的像欧洲人的名字。
463 u64 base64, limit64; in pci_read_bridge_mmio_pref() local471 base64 = (mem_base_lo & PCI_PREF_RANGE_MASK) << 16; in pci_read_bridge_mmio_pref()486 base64 |= (u64) mem_base_hi << 32; in pci_read_bridge_mmio_pref()491 base = (pci_bus_addr_t) base64; in pci_read_bridge_mmio_pref()494 if (base != base64) { in pci_read_bridge_mmio_pref()496 (unsigned long long) base64); in pci_read_bridge_mmio_pref()
321 Another problem is that Gmail will base64-encode any message that has a
1131 filenames. Therefore, readdir() must base64-encode the ciphertext for1133 filesystem just base64-decodes the user-supplied name to get back to1136 However, for very long filenames, base64 encoding would cause the
67 import base64897 out = codecs.decode(base64.b64decode(data), 'zlib').decode()902 out = base64.b64encode(codecs.encode(data.encode(), 'zlib')).decode()