Home
last modified time | relevance | path

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

/linux-6.15/tools/bootconfig/
H A Dtest-bootconfig.sh107 dd if=/dev/urandom bs=768 count=32 | base64 -w0 >> $TEMPCONF
/linux-6.15/Documentation/bpf/standardization/
H A Dinstruction-set.rst140 * base64: includes base32, plus instructions explicitly noted
141 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 base64
489 otherwise identical operations, and indicates the base64 conformance
618 Instructions using ``DW`` belong to the base64 conformance group.
/linux-6.15/Documentation/translations/zh_CN/process/
H A Demail-clients.rst325 另一个问题是Gmail还会把任何含有非ASCII的字符的消息改用base64编码,如欧洲人的
/linux-6.15/Documentation/translations/zh_TW/process/
H A Demail-clients.rst326 另一個問題是Gmail還會把任何含有非ASCII的字符的消息改用base64編碼,如歐洲人的
/linux-6.15/drivers/pci/
H A Dprobe.c457 u64 base64, limit64; in pci_read_bridge_mmio_pref() local
463 base64 = (mem_base_lo & PCI_PREF_RANGE_MASK) << 16; in pci_read_bridge_mmio_pref()
478 base64 |= (u64) mem_base_hi << 32; in pci_read_bridge_mmio_pref()
483 base = (pci_bus_addr_t) base64; in pci_read_bridge_mmio_pref()
486 if (base != base64) { in pci_read_bridge_mmio_pref()
488 (unsigned long long) base64); in pci_read_bridge_mmio_pref()
/linux-6.15/lib/
H A DMakefile57 percpu-refcount.o rhashtable.o base64.o \
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-class-firmware-attributes467 "EndorsementKeyMod": "<256 bytes in base64>",
468 "SigningKeyMod": "<256 bytes in base64>"
/linux-6.15/Documentation/process/
H A Demail-clients.rst351 Another problem is that Gmail will base64-encode any message that has a
/linux-6.15/Documentation/translations/it_IT/process/
H A Demail-clients.rst365 Un altro problema è che Gmail usa la codifica base64 per tutti quei messaggi
/linux-6.15/Documentation/translations/sp_SP/process/
H A Demail-clients.rst373 Otro problema es que Gmail codificará en base64 cualquier mensaje que tenga
/linux-6.15/tools/power/pm-graph/
H A Dsleepgraph.py67 import base64
987 out = codecs.decode(base64.b64decode(data), 'zlib').decode()
992 out = base64.b64encode(codecs.encode(data.encode(), 'zlib')).decode()