/freebsd/release/scripts/ |
H A D | make-oci-image.sh | 120 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 D | ossl_DER_w_precompiled.pod | 6 - internal DER writers for precompiled DER blobs 18 There may be already existing DER blobs that can simply be copied to
|
/freebsd/contrib/libfido2/tools/ |
H A D | token.c | 610 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/contrib/wpa/wpa_supplicant/ |
H A D | config_none.c | 52 for (blob = config->blobs; blob; blob = blob->next) { in wpa_config_write()
|
H A D | config.h | 740 struct wpa_config_blob *blobs; member
|
H A D | README-Windows.txt | 290 network block in the configuration file. In addition, blobs subkey has 291 possible blobs as values.
|
H A D | config.c | 3008 blob = config->blobs; in wpa_config_flush_blobs() 3009 config->blobs = NULL; in wpa_config_flush_blobs() 4543 struct wpa_config_blob *blob = config->blobs; in wpa_config_get_blob() 4566 blob->next = config->blobs; in wpa_config_set_blob() 4567 config->blobs = blob; in wpa_config_set_blob() 4593 struct wpa_config_blob *pos = config->blobs, *prev = NULL; in wpa_config_remove_blob() 4600 config->blobs = pos->next; in wpa_config_remove_blob()
|
H A D | config_winreg.c | 1050 for (blob = config->blobs; blob; blob = blob->next) { in wpa_config_write()
|
H A D | android.config | 232 # Remove support for configuration blobs to reduce code size by about 1.5 kB.
|
H A D | config_file.c | 1696 for (blob = config->blobs; blob; blob = blob->next) { in wpa_config_write()
|
H A D | defconfig | 281 # Remove support for configuration blobs to reduce code size by about 1.5 kB.
|
H A D | ChangeLog | 706 * added option to set config blobs through control interface with 1929 * added support for named configuration blobs in order to avoid having
|
/freebsd/sbin/fsck_msdosfs/ |
H A D | fat.c | 1142 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/crypto/openssh/ |
H A D | PROTOCOL.agent | 98 key blobs:
|
/freebsd/contrib/libfido2/ |
H A D | NEWS | 16 ** fido2-token: fix issue when listing large blobs.
|
/freebsd/contrib/bearssl/src/ssl/ |
H A D | ssl_hs_common.t0 | 665 \ Perform a byte-to-byte comparison between two blobs. Each blob is 667 \ length is common. Returned value is true (-1) if the two blobs are
|
/freebsd/contrib/bearssl/src/x509/ |
H A D | asn1.t0 | 595 \ Compare two blobs in the context. Returned value is -1 on equality, 0
|
/freebsd/contrib/wpa/wpa_supplicant/dbus/ |
H A D | dbus_new_handlers.c | 4521 blob = wpa_s->conf->blobs; in wpas_dbus_getter_blobs()
|
/freebsd/crypto/openssl/ |
H A D | NEWS.md | 1121 private keys, certificates, CRLs, numbers and arbitrary blobs.
|
H A D | CHANGES.md | 6312 correctly. An attacker can craft malformed ASN.1-encoded PKCS#7 blobs 6441 correctly. An attacker can craft malformed ASN.1-encoded PKCS#7 blobs with 7483 correctly. An attacker can craft malformed ASN.1-encoded PKCS#7 blobs 7554 correctly. An attacker can craft malformed ASN.1-encoded PKCS#7 blobs with 8556 correctly. An attacker can craft malformed ASN.1-encoded PKCS#7 blobs 8619 correctly. An attacker can craft malformed ASN.1-encoded PKCS#7 blobs with 12412 copies and compares OCSP nonces as opaque blobs without any attempt at
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMInstrMVE.td | 6557 // unsigned integers, fp16 or just raw 16-bit blobs and it makes no
|
/freebsd/sys/contrib/dev/acpica/ |
H A D | changes.txt | 4261 blobs into ASL code. The new directive is #includebuffer. It takes a
|