/freebsd-src/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-src/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-src/contrib/wpa/wpa_supplicant/ |
H A D | config_none.c | 52 for (blob = config->blobs; blob; blob = blob->next) { in wpa_config_write() 53 /* TODO: write blobs */ in wpa_config_write()
|
H A D | config.h | 738 * blobs - Configuration blobs 740 struct wpa_config_blob *blobs; 690 struct wpa_config_blob *blobs; global() 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_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 D | config_winreg.c | 19 * 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 D | config_file.c | 1696 for (blob = config->blobs; blob; blob = blob->next) {
|
H A D | android.config | 232 # Remove support for configuration blobs to reduce code size by about 1.5 kB.
|
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-src/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-src/crypto/openssh/ |
H A D | PROTOCOL.agent | 95 key blobs:
|
/freebsd-src/contrib/libfido2/ |
H A D | NEWS | 16 ** fido2-token: fix issue when listing large blobs.
|
/freebsd-src/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-src/contrib/bearssl/src/x509/ |
H A D | asn1.t0 | 595 \ Compare two blobs in the context. Returned value is -1 on equality, 0
|
/freebsd-src/contrib/wpa/wpa_supplicant/dbus/ |
H A D | dbus_new_handlers.c | 2579 * 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 D | NEWS.md | 1107 private keys, certificates, CRLs, numbers and arbitrary blobs.
|
H A D | CHANGES.md | 6281 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 D | ARMInstrMVE.td | 6557 // unsigned integers, fp16 or just raw 16-bit blobs and it makes no
|
/freebsd-src/contrib/xz/ |
H A D | ChangeLog | 3796 - The executable payloads were embedded as binary blobs in
|
/freebsd-src/sys/contrib/dev/acpica/ |
H A D | changes.txt | 4261 blobs into ASL code. The new directive is #includebuffer. It takes a
|