Home
last modified time | relevance | path

Searched refs:base64 (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-6.6/lib/
H A Dbase64.c3 * base64.c - RFC4648-compliant base64 encoding
8 * (which are using the URL-safe base64 encoding),
16 #include <linux/base64.h>
22 * base64_encode() - base64-encode some binary data
25 * @dst: (output) the base64-encoded string. Not NUL-terminated.
27 * Encodes data using base64 encoding, i.e. the "Base 64 Encoding" specified
30 * Return: the length of the resulting base64-encoded string in bytes.
60 * base64_decode() - base64-decode a string
65 * Decodes a string using base64 encodin
[all...]
H A DMakefile49 percpu-refcount.o rhashtable.o base64.o \
/kernel/linux/linux-5.10/tools/bootconfig/
H A Dtest-bootconfig.sh107 dd if=/dev/urandom bs=768 count=32 | base64 -w0 >> $TEMPCONF
/kernel/linux/linux-6.6/tools/bootconfig/
H A Dtest-bootconfig.sh107 dd if=/dev/urandom bs=768 count=32 | base64 -w0 >> $TEMPCONF
/kernel/linux/linux-5.10/drivers/pci/
H A 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()
/kernel/linux/linux-6.6/drivers/pci/
H A 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()
/kernel/linux/linux-6.6/drivers/nvme/common/
H A Dauth.c8 #include <linux/base64.h>
177 pr_debug("base64 key decoding error %d\n", in nvme_auth_extract_key()
/kernel/linux/linux-6.6/drivers/nvme/target/
H A Dauth.c14 #include <linux/base64.h>
/kernel/linux/linux-6.6/drivers/nvme/host/
H A Dauth.c7 #include <linux/base64.h>
/kernel/linux/linux-5.10/tools/power/pm-graph/
H A Dsleepgraph.py67 import base64 namespace
905 out = codecs.decode(base64.b64decode(data), 'zlib').decode()
910 out = base64.b64encode(codecs.encode(data.encode(), 'zlib')).decode()
/kernel/linux/linux-6.6/tools/power/pm-graph/
H A Dsleepgraph.py67 import base64 namespace
964 out = codecs.decode(base64.b64decode(data), 'zlib').decode()
969 out = base64.b64encode(codecs.encode(data.encode(), 'zlib')).decode()

Completed in 27 milliseconds