Lines Matching refs:SECURITY_HDR
1990 struct SECURITY_HDR d_security;
2020 if (t32 < sizeof(struct SECURITY_HDR)) {
2025 if (t32 > sizeof(struct SECURITY_HDR) + 0x10000) {
2031 *size = t32 - sizeof(struct SECURITY_HDR);
2052 sizeof(struct SECURITY_HDR),
2090 struct SECURITY_HDR *d_security;
2091 u32 new_sec_size = size_sd + sizeof(struct SECURITY_HDR);
2229 sii_e.de.view.data_size = cpu_to_le16(sizeof(struct SECURITY_HDR));
2236 memcpy(&sii_e.sec_hdr, d_security, sizeof(struct SECURITY_HDR));
2245 sdh_e.de.view.data_size = cpu_to_le16(sizeof(struct SECURITY_HDR));
2253 memcpy(&sdh_e.sec_hdr, d_security, sizeof(struct SECURITY_HDR));