/freebsd/contrib/ncurses/ncurses/base/ |
H A D | MKunctrl.awk | 46 blob="" 59 blob = blob "\"" 60 blob = blob "\n \"" 89 blob = blob part "\\0"; 95 blob = blob "\""; 100 blob = blob "\n/* printable values in 128-255 range */" 109 blob = blob "\"" 111 blob = blob "\n \"" 116 blob = blob part 134 blob = blob "\"\n" [all …]
|
/freebsd/contrib/dialog/ |
H A D | argv.c | 33 dlg_string_to_argv(char *blob) in dlg_string_to_argv() argument 37 size_t length = strlen(blob); in dlg_string_to_argv() 45 if (blob[n] == '\n') { in dlg_string_to_argv() 48 (int) (n - k), blob + k)); in dlg_string_to_argv() 55 (int) (n - k), blob + k)); in dlg_string_to_argv() 63 char *param = blob; in dlg_string_to_argv() 67 if (quoted && blob[n] == '"') { in dlg_string_to_argv() 69 } else if (blob[n] == '"') { in dlg_string_to_argv() 78 } else if (!quoted && isspace(UCH(blob[n]))) { in dlg_string_to_argv() 87 if (blob[n] == '\\') { in dlg_string_to_argv() [all …]
|
/freebsd/contrib/libfido2/tools/ |
H A D | largeblob.c | 98 const struct blob *cred_id, char **pin, struct blob *key) in lookup_key() 147 warnx("%s: no associated blob key", __func__); in lookup_key() 166 const char *path, fido_dev_t *dev, char **pin, struct blob *key) in load_key() 168 struct blob cred_id; in load_key() 201 struct blob key, blob; in blob_set() local 207 memset(&blob, 0, sizeof(blob)); in blob_set() 209 if (read_file(blobf, &blob.ptr, &blob.len) < 0 || in blob_set() 212 if ((r = fido_dev_largeblob_set(dev, key.ptr, key.len, blob.ptr, in blob_set() 213 blob.len, pin)) != FIDO_OK && should_retry_with_pin(dev, r)) { in blob_set() 216 r = fido_dev_largeblob_set(dev, key.ptr, key.len, blob.ptr, in blob_set() [all …]
|
/freebsd/share/man/man3/ |
H A D | stats.3 | 38 .Ss Stats Blob Template Management Functions 133 .Ss Stats Blob Data Gathering Functions 140 .Ss Stats Blob Utility Functions 237 header and opaque internal blob structure per the following diagram: 258 specifies which API version the blob's 263 specifies the endianness of the blob's fields 273 specifies the size of the blob, while 276 blob is embedded. 340 -like scheme is employed to facilitate iterating over a blob's data without 341 concern for the blob's structure. [all …]
|
/freebsd/contrib/libfido2/src/ |
H A D | largeblob.c | 30 largeblob_reset(largeblob_t *blob) in largeblob_reset() argument 32 fido_blob_reset(&blob->ciphertext); in largeblob_reset() 33 fido_blob_reset(&blob->nonce); in largeblob_reset() 34 blob->origsiz = 0; in largeblob_reset() 40 largeblob_t *blob; in largeblob_free() local 42 if (blob_ptr == NULL || (blob = *blob_ptr) == NULL) in largeblob_free() 44 largeblob_reset(blob); in largeblob_free() 45 free(blob); in largeblob_free() 65 largeblob_decrypt(const largeblob_t *blob, const fido_blob_t *key) in largeblob_decrypt() argument 75 if (largeblob_aad(aad, blob->origsiz) < 0) { in largeblob_decrypt() [all …]
|
/freebsd/contrib/bearssl/T0/ |
H A D | TPointerBlob.cs | 30 internal ConstData Blob { get; private set; } property in TPointerBlob 34 this.Blob = cd; in TPointerBlob() 39 Blob = new ConstData(owner); in TPointerBlob() 40 Blob.AddString(s); in TPointerBlob() 46 return new TValue((int)Blob.Read8(vp.x)); 51 return new TValue((int)Blob.Read16(vp.x)); 56 return new TValue((int)Blob.Read24(vp.x)); 61 return new TValue((int)Blob.Read32(vp.x)); 67 return Blob.ToString(vp.x); in ToString() 73 return tb != null && Blob == tb.Blob; in Equals()
|
H A D | WordData.cs | 30 ConstData blob; field in WordData 36 ConstData blob, int offset) in WordData() argument 39 this.blob = blob; in WordData() 55 if (blob != null) { in Resolve() 70 blob = wd.blob; in Resolve() 78 cpu.Push(new TValue(offset, new TPointerBlob(blob))); in Run() 85 r.Add(blob); in GetDataBlocks() 93 dst.Add(new CodeElementUIntInt(1, blob.Address + offset)); in GenerateCodeElements()
|
/freebsd/sys/contrib/libfdt/ |
H A D | libfdt.h | 165 * @fdt: FDT blob 177 * @fdt: FDT blob 188 * @fdt: FDT blob (const void *) 268 * fdt_move() relocates, if possible, the device tree blob located at 270 * with the existing device tree blob at fdt. Therefore, 289 * @fdt: pointer to the device tree blob 293 * strings block of the device tree blob at fdt. 303 * @fdt: pointer to the device tree blob 318 * @fdt: pointer to the device tree blob 320 * Returns the number of entries in the device tree blob's memory [all …]
|
/freebsd/contrib/libfido2/man/ |
H A D | fido2-cred.1 | 200 client data hash (base64 blob); 206 user id (base64 blob). 215 client data hash (base64 blob); 221 authenticator data (base64 blob); 223 credential id (base64 blob); 225 attestation signature (base64 blob); 227 attestation certificate (optional, base64 blob). 245 client data hash (base64 blob); 251 authenticator data (base64 blob); 253 credential id (base64 blob); [all...] |
H A D | fido2-assert.1 | 207 client data hash (base64 blob); 211 credential id, if credential not resident (base64 blob); 214 (base64 blob); 223 client data hash (base64 blob); 227 authenticator data (base64 blob); 229 assertion signature (base64 blob); 247 client data hash (base64 blob); 251 authenticator data (base64 blob); 253 assertion signature (base64 blob); 255 user id, if credential resident (base64 blob); [all...] |
H A D | fido2-token.1 | 173 holds the blob's base64-encoded 32-byte AES-256 GCM encryption key. 190 is a base64-encoded blob. 215 holds the blob's base64-encoded 32-byte AES-256 GCM encryption key. 216 The blob is written to 234 is a base64-encoded blob. 235 The blob is written to 301 holds the blob's base64-encoded 32-byte AES-256 GCM encryption key. 302 The blob is read from 312 The blob is read from 322 is a base64-encoded blob.
|
/freebsd/contrib/wpa/src/eap_peer/ |
H A D | eap_teap_pac.c | 264 if (os_strncmp(pac_file, "blob://", 7) == 0) { in eap_teap_init_pac_data() 265 const struct wpa_config_blob *blob; in eap_teap_init_pac_data() local 267 blob = eap_get_config_blob(sm, pac_file + 7); in eap_teap_init_pac_data() 268 if (!blob) { in eap_teap_init_pac_data() 270 "EAP-TEAP: No PAC blob '%s' - assume no PAC entries have been provisioned", in eap_teap_init_pac_data() 275 rc->pos = (char *) blob->data; in eap_teap_init_pac_data() 276 rc->end = (char *) blob->data + blob->len; in eap_teap_init_pac_data() 409 * @pac_file: Name of the PAC file/blob to load 539 if (os_strncmp(pac_file, "blob://", 7) == 0) { in eap_teap_write_pac() 540 struct wpa_config_blob *blob; in eap_teap_write_pac() local [all …]
|
H A D | eap_fast_pac.c | 263 if (os_strncmp(pac_file, "blob://", 7) == 0) { in eap_fast_init_pac_data() 264 const struct wpa_config_blob *blob; in eap_fast_init_pac_data() local 265 blob = eap_get_config_blob(sm, pac_file + 7); in eap_fast_init_pac_data() 266 if (blob == NULL) { in eap_fast_init_pac_data() 267 wpa_printf(MSG_INFO, "EAP-FAST: No PAC blob '%s' - " in eap_fast_init_pac_data() 273 rc->pos = (char *) blob->data; in eap_fast_init_pac_data() 274 rc->end = (char *) blob->data + blob->len; in eap_fast_init_pac_data() 408 * @pac_file: Name of the PAC file/blob to load 538 if (os_strncmp(pac_file, "blob://", 7) == 0) { in eap_fast_write_pac() 539 struct wpa_config_blob *blob; in eap_fast_write_pac() local [all …]
|
/freebsd/usr.bin/dtc/ |
H A D | dtc.1 | 71 with the device tree blob compiled in. 114 Device tree blob. 127 Assembler source for generating a device tree blob, as described in 130 Device tree blob. 157 This is useful if you are generating a device tree blob for bootloader or 161 The minimum size in bytes of the blob. 162 The blob will be padded after the strings table to ensure that it is the 164 This is useful for environments where the device tree blob must be modified in 167 The number of bytes of padding to add to the blob. 168 The blob will be padded after the strings table to ensure that it is the [all …]
|
/freebsd/crypto/openssh/ |
H A D | krl.c | 76 u_char *blob; member 125 if ((r = memcmp(a->blob, b->blob, MINIMUM(a->len, b->len))) != 0) in blob_cmp() 129 return memcmp(a->blob, b->blob, a->len); in blob_cmp() 176 free(rb->blob); in ssh_krl_free() 181 free(rb->blob); in ssh_krl_free() 186 free(rb->blob); in ssh_krl_free() 365 /* Convert "key" to a public key blob without any certificate information */ 367 plain_key_blob(const struct sshkey *key, u_char **blob, size_t *blen) in plain_key_blob() argument 380 r = sshkey_to_blob(kcopy, blob, blen); in plain_key_blob() 385 /* Revoke a key blob. Ownership of blob is transferred to the tree */ [all …]
|
H A D | sshbuf-io.c | 40 struct sshbuf *blob; in sshbuf_load_fd() local 49 if ((blob = sshbuf_new()) == NULL) in sshbuf_load_fd() 58 if ((r = sshbuf_put(blob, buf, len)) != 0) in sshbuf_load_fd() 60 if (sshbuf_len(blob) > SSHBUF_SIZE_MAX) { in sshbuf_load_fd() 66 st.st_size != (off_t)sshbuf_len(blob)) { in sshbuf_load_fd() 71 *blobp = blob; in sshbuf_load_fd() 72 blob = NULL; /* transferred */ in sshbuf_load_fd() 76 sshbuf_free(blob); in sshbuf_load_fd()
|
/freebsd/contrib/kyua/utils/sqlite/ |
H A D | statement.hpp | 53 /// Representation of a BLOB. 54 class blob { class 56 /// Memory representing the contents of the blob, or NULL if empty. 65 /// Constructs a new blob. 67 /// \param memory_ Pointer to the contents of the blob. 69 blob(const void* memory_, const int size_) : in blob() function in utils::sqlite::blob 102 blob column_blob(const int); 109 blob safe_column_blob(const char*); 118 void bind(const int, const blob&);
|
/freebsd/contrib/llvm-project/llvm/lib/Bitstream/Reader/ |
H A D | BitstreamReader.cpp | 78 case BitCodeAbbrevOp::Blob: in readAbbreviatedField() 126 CodeOp.getEncoding() == BitCodeAbbrevOp::Blob) in skipRecord() 129 "Abbreviation starts with an Array or a Blob"); in skipRecord() 142 Op.getEncoding() != BitCodeAbbrevOp::Blob) { in skipRecord() 164 return error("Array element type can't be an Array or a Blob"); in skipRecord() 189 assert(Op.getEncoding() == BitCodeAbbrevOp::Blob); in skipRecord() 190 // Blob case. Read the number of bytes as a vbr6. in skipRecord() 197 // Figure out where the end of this blob will be including tail padding. in skipRecord() 207 // Skip over the blob. in skipRecord() 216 StringRef *Blob) { in readRecord() argument [all …]
|
/freebsd/contrib/libfido2/fuzz/ |
H A D | libfuzzer.c | 84 uint8_t blob[MAXCORPUS], dgst[SHA256_DIGEST_LENGTH]; in save_corpus() local 89 if ((blob_len = pack(blob, sizeof(blob), p)) == 0 || in save_corpus() 90 blob_len > sizeof(blob)) { in save_corpus() 95 if (SHA256(blob, blob_len, dgst) != dgst) { in save_corpus() 112 if (write(fd, blob, blob_len) != (ssize_t)blob_len) { in save_corpus() 196 uint8_t blob[MAXCORPUS]; in LLVMFuzzerCustomMutator() local 218 if ((blob_len = pack(blob, sizeof(blob), p)) == 0 || in LLVMFuzzerCustomMutator() 219 blob_len > sizeof(blob) || blob_len > maxsize) { in LLVMFuzzerCustomMutator() 227 memcpy(data, blob, blob_len); in LLVMFuzzerCustomMutator()
|
H A D | fuzz_largeblob.c | 20 /* Parameter set defining a FIDO2 "large blob" operation. */ 24 struct blob key; 25 struct blob get_wiredata; 26 struct blob set_wiredata; 53 * XXX this needs to match the encrypted blob embedded in 145 uint8_t blob[MAXCORPUS]; in pack_dummy() local 162 assert((blob_len = pack(blob, sizeof(blob), &dummy)) != 0); in pack_dummy() 165 memcpy(ptr, blob, len); in pack_dummy() 169 memcpy(ptr, blob, blob_len); in pack_dummy() 228 /* XXX reuse p->get_wiredata as the blob to be set */ in set_blob()
|
/freebsd/crypto/openssh/regress/unittests/sshbuf/ |
H A D | test_sshbuf_getput_fuzz.c | 33 attempt_parse_blob(u_char *blob, size_t len) in attempt_parse_blob() argument 51 ASSERT_INT_EQ(sshbuf_put(p1, blob, len), 0); in attempt_parse_blob() 85 u_char blob[] = { in sshbuf_getput_fuzz_tests() local 123 TEST_START("fuzz blob parsing"); in sshbuf_getput_fuzz_tests() 124 fuzz = fuzz_begin(fuzzers, blob, sizeof(blob)); in sshbuf_getput_fuzz_tests() 127 attempt_parse_blob(blob, sizeof(blob)); in sshbuf_getput_fuzz_tests()
|
/freebsd/crypto/openssh/regress/unittests/misc/ |
H A D | test_strdelim.c | 52 START_STRING("blob"); in test_strdelim() 54 ASSERT_STRING_EQ(cp, "blob"); in test_strdelim() 62 START_STRING("blob "); in test_strdelim() 64 ASSERT_STRING_EQ(cp, "blob"); in test_strdelim() 136 START_STRING("\"blob\""); in test_strdelim() 138 ASSERT_STRING_EQ(cp, "blob"); in test_strdelim() 186 START_STRING("\"blob"); in test_strdelim() 193 START_STRING("\"blob\\\""); in test_strdelim() 195 ASSERT_STRING_EQ(cp, "blob\\"); /* XXX wrong */ in test_strdelim()
|
/freebsd/sys/contrib/device-tree/Bindings/net/bluetooth/ |
H A D | brcm,bcm4377-bluetooth.yaml | 39 brcm,taurus-cal-blob: 41 description: A per-device calibration blob for the Bluetooth radio. This 44 This blob is used if the chip stepping of the Bluetooth module does not 47 brcm,taurus-bf-cal-blob: 49 description: A per-device calibration blob for the Bluetooth radio. This 52 This blob is used if the chip stepping of the Bluetooth module supports
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | config_none.c | 41 struct wpa_config_blob *blob; in wpa_config_write() local 52 for (blob = config->blobs; blob; blob = blob->next) { in wpa_config_write()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUPALMetadata.h | 51 // Set PAL metadata from a binary blob from the applicable .note record. 52 // Returns false if bad format. Blob must remain valid for the lifetime of 54 bool setFromBlob(unsigned Type, StringRef Blob); 137 // Get .note record vendor name of metadata blob to be emitted. 140 // Get .note record type of metadata blob to be emitted: 146 // Emit the accumulated PAL metadata as a binary blob. 184 // Return whether the blob type is legacy PAL metadata. 225 bool setFromLegacyBlob(StringRef Blob); 226 bool setFromMsgPackBlob(StringRef Blob); 227 void toLegacyBlob(std::string &Blob); [all …]
|