Searched refs:blob (Results 26 - 50 of 56) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dnotify_internal.c146 DATA_BLOB blob; local
167 blob.data = (uint8 *)dbuf.dptr;
168 blob.length = dbuf.dsize;
170 status = ndr_pull_struct_blob(&blob, notify->array, notify->array,
199 DATA_BLOB blob; local
222 status = ndr_push_struct_blob(&blob, tmp_ctx, notify->array,
234 dbuf.dptr = (char *)blob.data;
235 dbuf.dsize = blob.length;
H A Dnegprot.c169 Generate the spnego negprot reply blob. Return the number of bytes used.
174 DATA_BLOB blob; local
220 blob = data_blob(guid, 16);
223 blob = spnego_gen_negTokenInit(guid, OIDs_plain, "NONE");
231 blob = spnego_gen_negTokenInit(guid, OIDs_krb5, host_princ_s);
235 return blob;
H A Dsesssetup.c96 Send a security blob via a session setup reply.
100 DATA_BLOB blob, NTSTATUS nt_status)
112 SSVAL(outbuf, smb_vwv3, blob.length);
116 memcpy(p, blob.data, blob.length);
117 p += blob.length;
165 Cerate a clock skew error blob for a Windows client.
282 * with a negTokenTarg blob containing an krb5_error struct ASN1 encoded
644 /* parse out the OIDs and the first sec blob */
850 Check the size of an SPNEGO blob
99 reply_sesssetup_blob(connection_struct *conn, char *outbuf, DATA_BLOB blob, NTSTATUS nt_status) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/boot/
H A Dlibfdt-wrapper.c170 void fdt_init(void *blob) argument
186 /* Make sure the dt blob is the right version and so forth */
187 fdt = blob;
H A Dops.h85 void fdt_init(void *blob);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Ddebugfs.h75 struct debugfs_blob_wrapper *blob);
186 struct debugfs_blob_wrapper *blob)
184 debugfs_create_blob(const char *name, mode_t mode, struct dentry *parent, struct debugfs_blob_wrapper *blob) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dcryptoapi.c312 CRYPT_HASH_BLOB blob; local
335 blob.cbData = i;
336 blob.pbData = (unsigned char *) &hash;
338 0, CERT_FIND_HASH, &blob, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/librpc/ndr/
H A Dndr_basic.c752 NTSTATUS ndr_push_DATA_BLOB(struct ndr_push *ndr, int ndr_flags, DATA_BLOB blob) argument
756 blob.length = NDR_ALIGN(ndr, 2);
758 blob.length = NDR_ALIGN(ndr, 4);
760 blob.length = NDR_ALIGN(ndr, 8);
762 NDR_PUSH_ALLOC_SIZE(ndr, blob.data, blob.length);
763 data_blob_clear(&blob);
765 NDR_CHECK(ndr_push_uint32(ndr, NDR_SCALARS, blob.length));
767 NDR_CHECK(ndr_push_bytes(ndr, blob.data, blob
774 ndr_pull_DATA_BLOB(struct ndr_pull *ndr, int ndr_flags, DATA_BLOB *blob) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_parse/
H A Dparse_misc.c977 Copies the blob data.
980 void init_unistr2_from_datablob(UNISTR2 *str, DATA_BLOB *blob) argument
986 str->uni_str_len = blob->length / sizeof(uint16);
989 if (blob->length) {
990 str->buffer = (uint16 *) memdup(blob->data, blob->length);
994 if ((str->buffer == NULL) && (blob->length > 0)) {
1858 BOOL smb_io_rpc_blob(const char *desc, RPC_DATA_BLOB *blob, prs_struct *ps, int depth) argument
1864 if ( !prs_uint32("buf_len", ps, depth, &blob->buf_len) )
1867 if ( blob
[all...]
H A Dparse_prs.c1636 Encode a blob of data using the schannel alogrithm, also produceing
1716 Decode a blob of data using the schannel alogrithm, also verifiying
1823 BOOL prs_init_data_blob(prs_struct *prs, DATA_BLOB *blob, TALLOC_CTX *mem_ctx) argument
1829 if (!prs_copy_data_in(prs, (char *)blob->data, blob->length))
1838 BOOL prs_data_blob(prs_struct *prs, DATA_BLOB *blob, TALLOC_CTX *mem_ctx) argument
1840 blob->length = prs_data_size(prs);
1841 blob->data = (uint8 *)TALLOC_ZERO_SIZE(mem_ctx, blob->length);
1846 if (!prs_copy_all_data_out((char *)blob
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dcliconnect.c448 Send a extended security session setup blob
451 static BOOL cli_session_setup_blob_send(struct cli_state *cli, DATA_BLOB blob) argument
471 SSVAL(cli->outbuf,smb_vwv7,blob.length);
474 memcpy(p, blob.data, blob.length);
475 p += blob.length;
483 Send a extended security session setup blob, returning a reply blob.
521 Send a extended security session setup blob, returning a reply blob
533 cli_session_setup_blob(struct cli_state *cli, DATA_BLOB blob, DATA_BLOB session_key_krb5) argument
659 DATA_BLOB blob = data_blob(NULL, 0); local
787 DATA_BLOB blob; local
[all...]
H A Dspnego.c284 ssize_t write_spnego_data(DATA_BLOB *blob, SPNEGO_DATA *spnego) argument
307 *blob = data_blob(asn1.data, asn1.length);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/apparmor/
H A Dpolicy_unpack.c232 static size_t unpack_blob(struct aa_ext *e, char **blob, const char *name) argument
241 *blob = e->pos;
322 char *blob = NULL; local
326 size = unpack_blob(e, &blob, "aadfa");
329 * The dfa is aligned with in the blob to 8 bytes
332 size_t sz = blob - (char *)e->start;
341 dfa = aa_dfa_unpack(blob + pad, size - pad, flags);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/powermac/
H A Dpfunc_core.c264 const void *blob = pmf_next_blob(cmd, bytes); local
267 LOG_BLOB("pmf: data: \n", blob, bytes);
269 PMF_PARSE_CALL(write_i2c, cmd, h, bytes, blob);
306 const void *blob = pmf_next_blob(cmd, bytes); local
309 LOG_BLOB("pmf: data: \n", blob, bytes);
311 PMF_PARSE_CALL(write_cfg, cmd, h, offset, bytes, blob);
349 const void *blob = pmf_next_blob(cmd, bytes); local
353 LOG_BLOB("pmf: data: \n", blob, bytes);
355 PMF_PARSE_CALL(write_i2c_sub, cmd, h, subaddr, bytes, blob);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/apparmor/include/
H A Dmatch.h113 struct aa_dfa *aa_dfa_unpack(void *blob, size_t size, int flags);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_crtc.c2218 struct drm_property_blob *blob; local
2223 blob = kzalloc(sizeof(struct drm_property_blob)+length, GFP_KERNEL);
2224 if (!blob)
2227 blob->data = (void *)((char *)blob + sizeof(struct drm_property_blob));
2228 blob->length = length;
2230 memcpy(blob->data, data, length);
2232 drm_mode_object_get(dev, &blob->base, DRM_MODE_OBJECT_BLOB);
2234 list_add_tail(&blob->head, &dev->mode_config.property_blob_list);
2235 return blob;
2238 drm_property_destroy_blob(struct drm_device *dev, struct drm_property_blob *blob) argument
2251 struct drm_property_blob *blob; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dmessages.c777 DATA_BLOB blob; local
780 blob.data = (uint8 *)buf;
781 blob.length = len;
784 cb->fn(ctx, cb->private_data, msg_type, id, &blob);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_os.c3718 struct fw_blob *blob; local
3720 blob = NULL;
3722 blob = &qla_fw_blobs[FW_ISP21XX];
3724 blob = &qla_fw_blobs[FW_ISP22XX];
3726 blob = &qla_fw_blobs[FW_ISP2300];
3728 blob = &qla_fw_blobs[FW_ISP2322];
3730 blob = &qla_fw_blobs[FW_ISP24XX];
3732 blob = &qla_fw_blobs[FW_ISP25XX];
3734 blob = &qla_fw_blobs[FW_ISP81XX];
3736 blob
[all...]
H A Dqla_init.c4568 struct fw_blob *blob; local
4572 /* Load firmware blob. */
4573 blob = qla2x00_request_firmware(vha);
4574 if (!blob) {
4585 fwcode = (uint16_t *)blob->fw->data;
4589 if (blob->fw->size < 8 * sizeof(uint16_t)) {
4592 blob->fw->size);
4608 seg = blob->segs;
4616 if (blob->fw->size < fwclen) {
4619 "(%Zd)!\n", blob
4672 struct fw_blob *blob; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/unittests/tests/
H A DCTagTest.cpp688 BLOBValue blob(sizeof (raw_data), raw_data);
692 CheckTagValue( valid_tag_value( blob ), &tag);
708 BLOBValue blob(sizeof (raw_data), raw_data);
712 CheckTagValue( valid_tag_value( blob ), &tag);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dinode.c303 ci->i_xattrs.blob = NULL;
405 if (ci->i_xattrs.blob)
406 ceph_buffer_put(ci->i_xattrs.blob);
561 pr_err("fill_inode ENOMEM xattr blob %d bytes\n",
616 if (ci->i_xattrs.blob)
617 ceph_buffer_put(ci->i_xattrs.blob);
618 ci->i_xattrs.blob = xattr_blob;
620 memcpy(ci->i_xattrs.blob->vec.iov_base,
H A Dauth_x.c189 /* blob for me */
216 /* ticket blob for service */
236 dout(" ticket blob is %d bytes\n", dlen);
309 memcpy(msg_a->ticket_blob.blob, th->ticket_blob->vec.iov_base,
H A Dcaps.c1169 xattr_blob = ci->i_xattrs.blob;
2351 if (ci->i_xattrs.blob)
2352 ceph_buffer_put(ci->i_xattrs.blob);
2353 ci->i_xattrs.blob = ceph_buffer_get(xattr_buf);
H A Dsuper.h262 * We cache inode xattrs as an encoded blob until they are first used,
280 * (still encoded) xattr blob. we avoid the overhead of parsing
283 * blob->vec.iov_len == 4 implies there are no xattrs; blob ==
286 struct ceph_buffer *blob, *prealloc_blob; member in struct:ceph_inode_xattrs_info
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/torture/
H A Dtorture.c4345 DATA_BLOB blob; local
4362 status = cli_raw_ioctl(cli, fnum, 0x2d0000 | (0x0420<<2), &blob);
4365 status = cli_raw_ioctl(cli, fnum, IOCTL_QUERY_JOB_INFO, &blob);
4373 status = cli_raw_ioctl(cli, fnum, code, &blob);
4377 (int)blob.length);
4378 data_blob_free(&blob);

Completed in 201 milliseconds

123