Home
last modified time | relevance | path

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

1234

/src/release/packages/ucl/
H A Ddtb-all.ucl1 comment = "FreeBSD Devicetree Blobs"
4 FreeBSD Devicetree Blobs
/src/release/scripts/
H A Dmake-oci-image.sh133 mkdir -p ${workdir}/oci/blobs/sha256
136 ln ${workdir}/rootfs.tar.gz ${workdir}/oci/blobs/sha256/${root_hash}
137 ln ${workdir}/config.json ${workdir}/oci/blobs/sha256/${config_hash}
138 ln ${workdir}/manifest.json ${workdir}/oci/blobs/sha256/${manifest_hash}
/src/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.
/src/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
/src/crypto/krb5/src/lib/crypto/crypto_tests/
H A Dt_kperf.c35 * The first usage encrypts ('e') a hundred thousand ten-byte blobs
37 * usage verifies ('v') ten thousand checksums over 1K blobs with the
/src/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.
/src/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
/src/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()
/src/sys/modules/sound/driver/
H A DMakefile3 # Modules that include binary-only blobs of microcode should be selectable by
/src/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"),
/src/sys/contrib/device-tree/Bindings/sound/
H A Dti,tas5805m.yaml36 instance. Configuration blobs are sequences of register writes
H A Dtas5805m.yaml36 instance. Configuration blobs are sequences of register writes
/src/sys/contrib/device-tree/src/arm64/apple/
H A Dt8103-j293.dts22 * blobs and other device-specific properties
H A Dt8112-j493.dts22 * blobs and other device-specific properties
/src/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
/src/contrib/bearssl/T0/
H A DWordData.cs60 "circular reference in blobs ({0})", Name)); in Resolve()
/src/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
/src/sys/modules/usb/
H A DMakefile42 # Modules that include binary-only blobs of microcode should be selectable by
/src/crypto/openssh/
H A DPROTOCOL.agent98 key blobs:
/src/sys/contrib/xen/
H A Dhypfs.h117 * for blobs and strings.

1234