Searched refs:base64 (Results 1 – 6 of 6) sorted by relevance
107 dd if=/dev/urandom bs=768 count=32 | base64 -w0 >> $TEMPCONF
140 * base64: includes base32, plus instructions explicitly noted141 as being in the base64 conformance group.320 base64 conformance group unless noted otherwise.460 are supported: 16, 32 and 64. Width 64 operations belong to the base64489 otherwise identical operations, and indicates the base64 conformance618 Instructions using ``DW`` belong to the base64 conformance group.
464 u64 base64, limit64; in pci_read_bridge_mmio_pref() local470 base64 = (mem_base_lo & PCI_PREF_RANGE_MASK) << 16; in pci_read_bridge_mmio_pref()485 base64 |= (u64) mem_base_hi << 32; in pci_read_bridge_mmio_pref()490 base = (pci_bus_addr_t) base64; in pci_read_bridge_mmio_pref()493 if (base != base64) { in pci_read_bridge_mmio_pref()495 (unsigned long long) base64); in pci_read_bridge_mmio_pref()
59 percpu-refcount.o rhashtable.o base64.o \
2917 tristate "KUnit test for base64 decoding and encoding" if !KUNIT_ALL_TESTS2921 This builds the base64 unit tests.
67 import base64987 out = codecs.decode(base64.b64decode(data), 'zlib').decode()992 out = base64.b64encode(codecs.encode(data.encode(), 'zlib')).decode()