Home
last modified time | relevance | path

Searched full:blobs (Results 1 – 25 of 68) sorted by relevance

123

/freebsd/release/scripts/
H A Dmake-oci-image.sh120 mkdir -p ${workdir}/oci/blobs/sha256
123 ln ${workdir}/rootfs.tar.gz ${workdir}/oci/blobs/sha256/${root_hash}
124 ln ${workdir}/config.json ${workdir}/oci/blobs/sha256/${config_hash}
125 ln ${workdir}/manifest.json ${workdir}/oci/blobs/sha256/${manifest_hash}
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_DER_w_precompiled.pod6 - internal DER writers for precompiled DER blobs
18 There may be already existing DER blobs that can simply be copied to
/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig_none.c52 for (blob = config->blobs; blob; blob = blob->next) { in wpa_config_write()
53 /* TODO: write blobs */ in wpa_config_write()
H A Dconfig_winreg.c19 * network block in the configuration file. In addition, blobs subkey has
20 * possible blobs as values.
58 ret = RegOpenKeyEx(hk, TEXT("blobs"), 0, KEY_QUERY_VALUE, &bhk); in wpa_config_read_blobs()
61 "blobs key"); in wpa_config_read_blobs()
62 return 0; /* assume no blobs */ in wpa_config_read_blobs()
981 ret = RegCreateKeyEx(hk, TEXT("blobs"), 0, NULL, 0, KEY_WRITE, NULL, in wpa_config_write_blob()
984 wpa_printf(MSG_DEBUG, "WINREG: Could not add blobs key: " in wpa_config_write_blob()
1049 RegDeleteKey(hk, TEXT("blobs")); in wpa_config_write()
1050 for (blob = config->blobs; blob; blob = blob->next) { in wpa_config_write()
H A DREADME-Windows.txt290 network block in the configuration file. In addition, blobs subkey has
291 possible blobs as values.
/freebsd/contrib/libfido2/man/
H A Dfido2-assert.1198 consists of base64 blobs and UTF-8 strings separated
238 consists of base64 blobs and UTF-8 strings separated
H A Dfido2-cred.1191 consists of base64 blobs and UTF-8 strings separated
236 consists of base64 blobs, UTF-8 strings, and PEM-encoded public
H A Dfido_dev_largeblob_get.355 allows binary blobs residing on a CTAP 2.1 authenticator to be
H A Dfido2-token.1341 are base64-encoded blobs.
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeConvenience.h178 "arrays and blobs may not appear in the middle of a record"); in emitOps()
192 "arrays and blobs may not appear in the middle of a record"); in emit()
229 "arrays and blobs need special handling"); in emit()
392 /// Note that even fixed arguments must be specified here. Blobs are passed
464 /// and blobs can only be passed as StringRefs.
H A DBitcodeAnalyzer.h44 /// Print binary blobs using hex escapes.
/freebsd/contrib/libfido2/tools/
H A Dtoken.c610 int blobs = 0; in token_list() local
622 blobs = 1; in token_list()
639 if (blobs || enrolls || keys || rplist) { in token_list()
642 if (blobs) in token_list()
/freebsd/sys/modules/sound/driver/
H A DMakefile4 # Modules that include binary-only blobs of microcode should be selectable by
/freebsd/contrib/llvm-project/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp75 ShowBinaryBlobs("show-binary-blobs",
76 cl::desc("Print binary blobs using hex escapes"),
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dtas5805m.yaml36 instance. Configuration blobs are sequences of register writes
H A Dti,tas5805m.yaml36 instance. Configuration blobs are sequences of register writes
/freebsd/share/man/man3/
H A Dstats.3228 to minimize the memory footprint of blobs.
707 Blobs are laid out as three distinct memory regions following the header:
715 Blobs store VOI and statistic blob state
/freebsd/contrib/bearssl/T0/
H A DWordData.cs60 "circular reference in blobs ({0})", Name)); in Resolve()
/freebsd/usr.bin/dtc/
H A Ddtc.159 It is most commonly used to generate device tree blobs (DTB), the binary
303 Overlay blobs can be applied at boot time by setting
/freebsd/sys/modules/usb/
H A DMakefile42 # Modules that include binary-only blobs of microcode should be selectable by
/freebsd/crypto/openssh/
H A DPROTOCOL.agent98 key blobs:
/freebsd/sys/contrib/xen/
H A Dhypfs.h117 * for blobs and strings.
/freebsd/sbin/fsck_msdosfs/
H A Dfat.c1142 size_t rwsize, tailsize, blobs, i; in copyfat() local
1151 blobs = howmany(fat->fatsize, fat32_cache_size); in copyfat()
1162 for (i = 0; i < blobs; in copyfat()
1164 if (i == blobs - 1) { in copyfat()
/freebsd/stand/uboot/
H A Dcopy.c48 * Avoid low memory, u-boot puts things like args and dtb blobs there.
/freebsd/sys/dev/sfxge/common/
H A Dsiena_flash.h56 /*Structures supporting an arbitrary number of binary blobs in the flash image

123