Home
last modified time | relevance | path

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

/Linux-v5.10/tools/bootconfig/
Dtest-bootconfig.sh103 dd if=/dev/urandom bs=768 count=32 | base64 -w0 >> $TEMPCONF
/Linux-v5.10/Documentation/translations/zh_CN/process/
Demail-clients.rst246 另一个问题是Gmail还会把任何不是ASCII的字符的信息改为base64编码。它把东西变的像欧洲人的名字。
/Linux-v5.10/drivers/pci/
Dprobe.c464 u64 base64, limit64; in pci_read_bridge_mmio_pref() local
472 base64 = (mem_base_lo & PCI_PREF_RANGE_MASK) << 16; in pci_read_bridge_mmio_pref()
487 base64 |= (u64) mem_base_hi << 32; in pci_read_bridge_mmio_pref()
492 base = (pci_bus_addr_t) base64; in pci_read_bridge_mmio_pref()
495 if (base != base64) { in pci_read_bridge_mmio_pref()
497 (unsigned long long) base64); in pci_read_bridge_mmio_pref()
/Linux-v5.10/Documentation/process/
Demail-clients.rst326 Another problem is that Gmail will base64-encode any message that has a
/Linux-v5.10/Documentation/translations/it_IT/process/
Demail-clients.rst335 Un altro problema è che Gmail usa la codifica base64 per tutti quei messaggi
/Linux-v5.10/Documentation/filesystems/
Dfscrypt.rst1238 filenames. Therefore, readdir() must base64-encode the ciphertext for
1240 filesystem just base64-decodes the user-supplied name to get back to
1243 However, for very long filenames, base64 encoding would cause the
/Linux-v5.10/tools/power/pm-graph/
Dsleepgraph.py67 import base64
905 out = codecs.decode(base64.b64decode(data), 'zlib').decode()
910 out = base64.b64encode(codecs.encode(data.encode(), 'zlib')).decode()