Home
last modified time | relevance | path

Searched refs:blobs (Results 1 – 22 of 22) sorted by relevance

/freebsd-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
/freebsd-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()
/freebsd-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.h738 * blobs - Configuration blobs
740 struct wpa_config_blob *blobs;
690 struct wpa_config_blob *blobs; global() member
H A DREADME-Windows.txt290 network block in the configuration file. In addition, blobs subkey has
291 possible blobs as values.
H A Dconfig.c3008 blob = config->blobs; in wpa_config_get_network()
3009 config->blobs = NULL; in wpa_config_get_network()
4543 struct wpa_config_blob *blob = config->blobs; in wpa_global_config_parse_str()
4566 blob->next = config->blobs; in wpa_global_config_parse_str()
4567 config->blobs = blob; in wpa_global_config_parse_str()
4593 struct wpa_config_blob *pos = config->blobs, *prev = NULL; in wpa_config_process_bgscan()
4600 config->blobs = pos->next;
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 Dconfig_file.c1696 for (blob = config->blobs; blob; blob = blob->next) {
H A Dandroid.config232 # Remove support for configuration blobs to reduce code size by about 1.5 kB.
H A Ddefconfig281 # Remove support for configuration blobs to reduce code size by about 1.5 kB.
H A DChangeLog706 * added option to set config blobs through control interface with
1929 * added support for named configuration blobs in order to avoid having
/freebsd-src/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-src/crypto/openssh/
H A DPROTOCOL.agent95 key blobs:
/freebsd-src/contrib/libfido2/
H A DNEWS16 ** fido2-token: fix issue when listing large blobs.
/freebsd-src/contrib/bearssl/src/ssl/
H A Dssl_hs_common.t0665 \ 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-src/contrib/bearssl/src/x509/
H A Dasn1.t0595 \ Compare two blobs in the context. Returned value is -1 on equality, 0
/freebsd-src/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c2579 * Asks wpa_supplicant to internally store a binary blobs. in get_peer_hwaddr_helper()
2641 * Gets one wpa_supplicant's binary blobs. in wpas_dbus_handler_tdls_setup()
2688 * Asks wpa_supplicant to internally remove a binary blobs.
4497 * wpas_dbus_getter_blobs - Get all blobs defined for this interface in wpas_dbus_setter_mac_address_randomization_mask()
4521 blob = wpa_s->conf->blobs; in wpas_dbus_getter_mac_address_randomization_mask()
/freebsd-src/crypto/openssl/
H A DNEWS.md1107 private keys, certificates, CRLs, numbers and arbitrary blobs.
H A DCHANGES.md6281 correctly. An attacker can craft malformed ASN.1-encoded PKCS#7 blobs
6410 correctly. An attacker can craft malformed ASN.1-encoded PKCS#7 blobs with
7452 correctly. An attacker can craft malformed ASN.1-encoded PKCS#7 blobs
7523 correctly. An attacker can craft malformed ASN.1-encoded PKCS#7 blobs with
8525 correctly. An attacker can craft malformed ASN.1-encoded PKCS#7 blobs
8588 correctly. An attacker can craft malformed ASN.1-encoded PKCS#7 blobs with
12381 copies and compares OCSP nonces as opaque blobs without any attempt at
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrMVE.td6557 // unsigned integers, fp16 or just raw 16-bit blobs and it makes no
/freebsd-src/contrib/xz/
H A DChangeLog3796 - The executable payloads were embedded as binary blobs in
/freebsd-src/sys/contrib/dev/acpica/
H A Dchanges.txt4261 blobs into ASL code. The new directive is #includebuffer. It takes a