Searched refs:blob (Results 1 - 25 of 56) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dgetcpu.h15 unsigned long blob[128 / sizeof(long)]; member in struct:getcpu_cache
H A Dfirmware.h31 #define DECLARE_BUILTIN_FIRMWARE(name, blob) \
32 DECLARE_BUILTIN_FIRMWARE_SIZE(name, &(blob), sizeof(blob))
34 #define DECLARE_BUILTIN_FIRMWARE_SIZE(name, blob, size) \
36 __used __section(.builtin_fw) = { name, blob, size }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/
H A Dmarshal.c54 get_uint32 (const gchar *blob, argument
61 blob[offset] |
62 (blob[offset + 1] << 8) |
63 (blob[offset + 2] << 16) |
64 (blob[offset + 3] << 24);
69 (blob[offset] << 24) |
70 (blob[offset + 1] << 16) |
71 (blob[offset + 2] << 8) |
72 blob[offset + 3];
148 const gchar *blob local
206 const gchar *blob = arg; local
[all...]
H A Dcorrupt.c165 const gchar *blob,
176 blob + total_sent,
259 char *blob; local
276 mem = dbus_message_marshal (message, &blob, &blob_len);
279 g_assert (blob != NULL);
286 if (blob[0] == 'B')
287 blob[0] = 'l';
289 blob[0] = 'B';
302 send_n_bytes (socket, blob, blob_len);
304 dbus_free (blob);
164 send_n_bytes(GSocket *socket, const gchar *blob, gssize blob_len) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dntlmssp_parse.c37 B = data blob (pointer + length)
38 b = data blob in header (pointer + length)
43 BOOL msrpc_gen(DATA_BLOB *blob, argument
94 *blob = data_blob(NULL, head_size + data_size);
105 SSVAL(blob->data, head_ofs, n*2); head_ofs += 2;
106 SSVAL(blob->data, head_ofs, n*2); head_ofs += 2;
107 SIVAL(blob->data, head_ofs, data_ofs); head_ofs += 4;
108 push_string(NULL, blob->data+data_ofs, s, n*2, STR_UNICODE|STR_NOALIGN);
114 SSVAL(blob->data, head_ofs, n); head_ofs += 2;
115 SSVAL(blob
185 msrpc_parse(const DATA_BLOB *blob, const char *format, ...) argument
[all...]
H A Dclispnego.c79 (OID), and a mechToken (a security blob) ...
84 DATA_BLOB gen_negTokenInit(const char *OID, DATA_BLOB blob) argument
103 asn1_write_OctetString(&data,blob.data,blob.length);
126 BOOL spnego_parse_negTokenInit(DATA_BLOB blob, argument
134 asn1_load(&data, blob);
182 generate a negTokenTarg packet given a list of OIDs and a security blob
184 DATA_BLOB gen_negTokenTarg(const char *OIDs[], DATA_BLOB blob) argument
206 asn1_write_OctetString(&data,blob.data,blob
228 parse_negTokenTarg(DATA_BLOB blob, char *OIDs[ASN1_MAX_OIDS], DATA_BLOB *secblob) argument
305 spnego_parse_krb5_wrap(DATA_BLOB blob, DATA_BLOB *ticket, uint8 tok_id[2]) argument
377 spnego_parse_challenge(const DATA_BLOB blob, DATA_BLOB *chal1, DATA_BLOB *chal2) argument
427 spnego_gen_auth(DATA_BLOB blob) argument
452 spnego_parse_auth(DATA_BLOB blob, DATA_BLOB *auth) argument
523 spnego_parse_auth_response(DATA_BLOB blob, NTSTATUS nt_status, DATA_BLOB *auth) argument
[all...]
H A Dasn1.c226 BOOL asn1_load(ASN1_DATA *data, DATA_BLOB blob) argument
229 data->data = (unsigned char *)memdup(blob.data, blob.length);
234 data->length = blob.length;
436 /* read a octet string blob */
437 BOOL asn1_read_OctetString(ASN1_DATA *data, DATA_BLOB *blob) argument
440 ZERO_STRUCTP(blob);
447 *blob = data_blob(NULL, len);
448 asn1_read(data, blob->data, len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Ddata_blob.c25 Free() a data blob.
36 Construct a data blob, must be freed with data_blob_free().
37 You can pass NULL for p and get a blank data blob
60 Construct a data blob, using supplied TALLOC_CTX.
88 Free a data blob.
113 Free a data blob and clear its contents
128 DATA_BLOB blob; local
129 blob.data = CONST_DISCARD(uint8 *, str);
130 blob.length = strlen(str);
131 blob
140 DATA_BLOB blob; local
[all...]
H A Dafs_settoken.c55 DATA_BLOB blob; local
84 blob = base64_decode_data_blob(t);
86 if ( (blob.data == NULL) ||
87 (blob.length != sizeof(result_ct.HandShakeKey) )) {
88 DEBUG(10, ("invalid key: %x/%d\n", (uint32)blob.data,
89 blob.length));
93 memcpy(result_ct.HandShakeKey, blob.data, blob.length);
95 data_blob_free(&blob);
132 blob
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/librpc/gen_ndr/
H A Dsrv_wkssvc.c14 DATA_BLOB blob; local
18 if (!prs_data_blob(&p->in_data.data, &blob, mem_ctx)) {
23 pull = ndr_pull_init_blob(&blob, mem_ctx);
69 blob = ndr_push_blob(push);
70 if (!prs_copy_data_in(&p->out_data.rdata, (const char *)blob.data, (uint32)blob.length)) {
85 DATA_BLOB blob; local
89 if (!prs_data_blob(&p->in_data.data, &blob, mem_ctx)) {
94 pull = ndr_pull_init_blob(&blob, mem_ctx);
135 blob
151 DATA_BLOB blob; local
230 DATA_BLOB blob; local
294 DATA_BLOB blob; local
358 DATA_BLOB blob; local
432 DATA_BLOB blob; local
496 DATA_BLOB blob; local
560 DATA_BLOB blob; local
624 DATA_BLOB blob; local
688 DATA_BLOB blob; local
752 DATA_BLOB blob; local
816 DATA_BLOB blob; local
880 DATA_BLOB blob; local
944 DATA_BLOB blob; local
1008 DATA_BLOB blob; local
1072 DATA_BLOB blob; local
1136 DATA_BLOB blob; local
1200 DATA_BLOB blob; local
1264 DATA_BLOB blob; local
1328 DATA_BLOB blob; local
1392 DATA_BLOB blob; local
1456 DATA_BLOB blob; local
1520 DATA_BLOB blob; local
1584 DATA_BLOB blob; local
1648 DATA_BLOB blob; local
1712 DATA_BLOB blob; local
1776 DATA_BLOB blob; local
1840 DATA_BLOB blob; local
1904 DATA_BLOB blob; local
1968 DATA_BLOB blob; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_client/
H A Dndr.c32 DATA_BLOB blob; local
48 blob = ndr_push_blob(push);
50 if (!prs_init_data_blob(&q_ps, &blob, mem_ctx)) {
70 if (!prs_data_blob(&r_ps, &blob, mem_ctx)) {
77 pull = ndr_pull_init_blob(&blob, mem_ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/torture/
H A Dt_asn1.c35 DATA_BLOB blob; local
46 blob.data = data.data;
47 blob.length = data.length;
48 asn1_load(&data, blob);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libads/
H A Dsasl.c32 DATA_BLOB blob = data_blob(NULL, 0); local
90 blob = data_blob(scred->bv_val, scred->bv_len);
93 blob = data_blob(NULL, 0);
107 if (!spnego_parse_challenge(blob, &blob_in,
111 data_blob_free(&blob);
117 if (!spnego_parse_auth_response(blob, nt_status,
121 data_blob_free(&blob);
126 data_blob_free(&blob);
145 DATA_BLOB blob = data_blob(NULL, 0); local
150 rc = spnego_gen_negTokenTarg(principal, ads->auth.time_offset, &blob,
180 DATA_BLOB blob; local
[all...]
H A Dcldap.c190 DATA_BLOB blob = data_blob(NULL, 0); local
199 blob = data_blob(NULL, 8192);
200 if (blob.data == NULL) {
212 ret = read(sock, blob.data, blob.length);
220 data_blob_free(&blob);
223 blob.length = ret;
225 asn1_load(&data, blob);
242 data_blob_free(&blob);
282 data_blob_free(&blob);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/apparmor/
H A Dmatch.c28 * @blob: data to unpack (NOT NULL)
29 * @bsize: size of blob
35 static struct table_header *unpack_table(char *blob, size_t bsize) argument
47 th.td_id = be16_to_cpu(*(u16 *) (blob)) - 1;
48 th.td_flags = be16_to_cpu(*(u16 *) (blob + 2));
49 th.td_lolen = be32_to_cpu(*(u32 *) (blob + 8));
50 blob += sizeof(struct table_header);
64 UNPACK_ARRAY(table->td_data, blob, th.td_lolen,
67 UNPACK_ARRAY(table->td_data, blob, th.td_lolen,
70 UNPACK_ARRAY(table->td_data, blob, t
202 aa_dfa_unpack(void *blob, size_t size, int flags) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/
H A Dflattree.c353 struct data blob = empty_data; local
365 die("Unknown device tree blob version %d\n", version);
383 "Warning: blob size %d >= minimum size %d\n",
397 * Assemble the blob: start with the header, add with alignment
401 blob = data_append_data(blob, &fdt, vi->hdr_size);
402 blob = data_append_align(blob, 8);
403 blob = data_merge(blob, reservebu
781 char *blob; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dpata_octeon_cf.c340 u16 blob; local
344 blob = __raw_readw(base + 0xc);
345 tf->feature = blob >> 8;
347 blob = __raw_readw(base + 2);
348 tf->nsect = blob & 0xff;
349 tf->lbal = blob >> 8;
351 blob = __raw_readw(base + 4);
352 tf->lbam = blob & 0xff;
353 tf->lbah = blob >> 8;
355 blob
384 u16 blob; local
475 u16 blob; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/librpc/ndr/
H A Dndr.c55 initialise a ndr parse structure from a data blob
57 struct ndr_pull *ndr_pull_init_blob(const DATA_BLOB *blob, TALLOC_CTX *mem_ctx) argument
65 ndr->data = blob->data;
66 ndr->data_size = blob->length;
151 DATA_BLOB blob; local
152 blob.data = ndr->data;
153 blob.length = ndr->offset;
154 blob.free = NULL;
158 return blob;
684 pull a struct from a blob usin
686 ndr_pull_struct_blob(const DATA_BLOB *blob, TALLOC_CTX *mem_ctx, void *p, ndr_pull_flags_fn_t fn) argument
700 ndr_pull_struct_blob_all(const DATA_BLOB *blob, TALLOC_CTX *mem_ctx, void *p, ndr_pull_flags_fn_t fn) argument
721 ndr_pull_union_blob(const DATA_BLOB *blob, TALLOC_CTX *mem_ctx, void *p, uint32_t level, ndr_pull_flags_fn_t fn) argument
743 ndr_push_struct_blob(DATA_BLOB *blob, TALLOC_CTX *mem_ctx, const void *p, ndr_push_flags_fn_t fn) argument
765 ndr_push_union_blob(DATA_BLOB *blob, TALLOC_CTX *mem_ctx, void *p, uint32_t level, ndr_push_flags_fn_t fn) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dauth_x_protocol.h13 char blob[]; member in struct:ceph_x_ticket_blob
40 /* ticket blob */
59 * a - service id, ticket blob
H A Dxattr.c355 ci->i_xattrs.blob ? (int)ci->i_xattrs.blob->vec.iov_len : 0);
364 if (ci->i_xattrs.blob && ci->i_xattrs.blob->vec.iov_len > 4) {
365 p = ci->i_xattrs.blob->vec.iov_base;
366 end = p + ci->i_xattrs.blob->vec.iov_len;
483 if (ci->i_xattrs.blob)
484 ceph_buffer_put(ci->i_xattrs.blob);
485 ci->i_xattrs.blob = ci->i_xattrs.prealloc_blob;
744 struct ceph_buffer *blob local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dvsyscall_64.c211 if (tcache && tcache->blob[0] == (j = __jiffies)) {
212 p = tcache->blob[1];
221 tcache->blob[0] = j;
222 tcache->blob[1] = p;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rt2x00/
H A Drt2x00debug.c551 *blob)
559 blob->data = data;
563 blob->size = strlen(blob->data);
565 return debugfs_create_blob(name, S_IRUSR, intf->driver_folder, blob);
573 *blob)
582 blob->data = data;
604 blob->size = strlen(blob->data);
606 return debugfs_create_blob(name, S_IRUSR, intf->driver_folder, blob);
547 rt2x00debug_create_file_driver(const char *name, struct rt2x00debug_intf *intf, struct debugfs_blob_wrapper *blob) argument
568 rt2x00debug_create_file_chipset(const char *name, struct rt2x00debug_intf *intf, struct debugfs_blob_wrapper *blob) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/debugfs/
H A Dfile.c493 struct debugfs_blob_wrapper *blob = file->private_data; local
494 return simple_read_from_buffer(user_buf, count, ppos, blob->data,
495 blob->size);
504 * debugfs_create_blob - create a debugfs file that is used to read a binary blob
510 * @blob: a pointer to a struct debugfs_blob_wrapper which contains a pointer
511 * to the blob data and the size of the data.
514 * @blob->data as a binary blob. If the @mode variable is so set it can be
529 struct debugfs_blob_wrapper *blob)
531 return debugfs_create_file(name, mode, parent, blob,
527 debugfs_create_blob(const char *name, mode_t mode, struct dentry *parent, struct debugfs_blob_wrapper *blob) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libmsrpc/
H A Dlibmsrpc_internal.c103 RPC_DATA_BLOB *blob = NULL; local
109 blob = talloc( mem_ctx, RPC_DATA_BLOB );
111 if ( !blob ) {
118 init_rpc_blob_str( blob, data.reg_sz,
123 init_rpc_blob_str( blob, data.reg_expand_sz,
128 init_rpc_blob_bytes( blob, data.reg_binary.data,
133 init_rpc_blob_uint32( blob, data.reg_dword );
137 init_rpc_blob_uint32( blob, data.reg_dword_be );
169 init_rpc_blob_bytes( blob, multi, ( size + 1 ) * 2 );
174 TALLOC_FREE( blob );
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_server/
H A Dsrv_pipe.c188 /* Now write out the auth header and null blob. */
207 /* Generate the sign blob. */
243 /* Append the auth blob. */
245 DEBUG(0,("create_next_pdu_ntlmssp: failed to add %u bytes auth blob.\n",
726 DATA_BLOB blob; local
728 ZERO_STRUCT(blob);
758 blob = data_blob(NULL,p->hdr.auth_len);
760 if (!prs_copy_data_out((char *)blob.data, rpc_in_p, p->hdr.auth_len)) {
761 DEBUG(0,("api_pipe_bind_auth3: Failed to pull %u bytes - the response blob.\n",
771 if (!pipe_ntlmssp_verify_final(p, &blob)) {
1099 DATA_BLOB blob; local
1398 DATA_BLOB blob; local
[all...]

Completed in 476 milliseconds

123