sd_hs             614 librpc/gen_ndr/ndr_xattr.c 				NDR_CHECK(ndr_push_unique_ptr(ndr, r->sd_hs));
sd_hs             631 librpc/gen_ndr/ndr_xattr.c 				if (r->sd_hs) {
sd_hs             632 librpc/gen_ndr/ndr_xattr.c 					NDR_CHECK(ndr_push_security_descriptor_hash(ndr, NDR_SCALARS|NDR_BUFFERS, r->sd_hs));
sd_hs             670 librpc/gen_ndr/ndr_xattr.c 					NDR_PULL_ALLOC(ndr, r->sd_hs);
sd_hs             672 librpc/gen_ndr/ndr_xattr.c 					r->sd_hs = NULL;
sd_hs             692 librpc/gen_ndr/ndr_xattr.c 				if (r->sd_hs) {
sd_hs             694 librpc/gen_ndr/ndr_xattr.c 					NDR_PULL_SET_MEM_CTX(ndr, r->sd_hs, 0);
sd_hs             695 librpc/gen_ndr/ndr_xattr.c 					NDR_CHECK(ndr_pull_security_descriptor_hash(ndr, NDR_SCALARS|NDR_BUFFERS, r->sd_hs));
sd_hs             723 librpc/gen_ndr/ndr_xattr.c 			ndr_print_ptr(ndr, "sd_hs", r->sd_hs);
sd_hs             725 librpc/gen_ndr/ndr_xattr.c 			if (r->sd_hs) {
sd_hs             726 librpc/gen_ndr/ndr_xattr.c 				ndr_print_security_descriptor_hash(ndr, "sd_hs", r->sd_hs);
sd_hs              85 librpc/gen_ndr/xattr.h 	struct security_descriptor_hash *sd_hs;/* [unique,case(2)] */
sd_hs             159 source3/modules/vfs_acl_tdb.c 	*ppdesc = make_sec_desc(ctx, SEC_DESC_REVISION, xacl.info.sd_hs->sd->type | SEC_DESC_SELF_RELATIVE,
sd_hs             161 source3/modules/vfs_acl_tdb.c 			? xacl.info.sd_hs->sd->owner_sid : NULL,
sd_hs             163 source3/modules/vfs_acl_tdb.c 			? xacl.info.sd_hs->sd->group_sid : NULL,
sd_hs             165 source3/modules/vfs_acl_tdb.c 			? xacl.info.sd_hs->sd->sacl : NULL,
sd_hs             167 source3/modules/vfs_acl_tdb.c 			? xacl.info.sd_hs->sd->dacl : NULL,
sd_hs             240 source3/modules/vfs_acl_tdb.c 	struct security_descriptor_hash sd_hs;
sd_hs             245 source3/modules/vfs_acl_tdb.c 	ZERO_STRUCT(sd_hs);
sd_hs             248 source3/modules/vfs_acl_tdb.c 	xacl.info.sd_hs = &sd_hs;
sd_hs             249 source3/modules/vfs_acl_tdb.c 	xacl.info.sd_hs->sd = CONST_DISCARD(struct security_descriptor *, psd);
sd_hs             250 source3/modules/vfs_acl_tdb.c 	memset(&xacl.info.sd_hs->hash[0], '\0', 16);
sd_hs              56 source3/modules/vfs_acl_xattr.c 	*ppdesc = make_sec_desc(ctx, SEC_DESC_REVISION, xacl.info.sd_hs->sd->type | SEC_DESC_SELF_RELATIVE,
sd_hs              58 source3/modules/vfs_acl_xattr.c 			? xacl.info.sd_hs->sd->owner_sid : NULL,
sd_hs              60 source3/modules/vfs_acl_xattr.c 			? xacl.info.sd_hs->sd->group_sid : NULL,
sd_hs              62 source3/modules/vfs_acl_xattr.c 			? xacl.info.sd_hs->sd->sacl : NULL,
sd_hs              64 source3/modules/vfs_acl_xattr.c 			? xacl.info.sd_hs->sd->dacl : NULL,
sd_hs             137 source3/modules/vfs_acl_xattr.c 	struct security_descriptor_hash sd_hs;
sd_hs             142 source3/modules/vfs_acl_xattr.c 	ZERO_STRUCT(sd_hs);
sd_hs             145 source3/modules/vfs_acl_xattr.c 	xacl.info.sd_hs = &sd_hs;
sd_hs             146 source3/modules/vfs_acl_xattr.c 	xacl.info.sd_hs->sd = CONST_DISCARD(struct security_descriptor *, psd);
sd_hs             147 source3/modules/vfs_acl_xattr.c 	memset(&xacl.info.sd_hs->hash[0], '\0', 16);