Home
last modified time | relevance | path

Searched refs:section_length (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/s390/crypto/
Dzcrypt_cca_key.h57 unsigned short section_length; member
82 unsigned short section_length; member
104 unsigned short section_length; member
145 .section_length = 0x016C, in zcrypt_type6_mex_key_de()
150 .section_length = 0x000F, in zcrypt_type6_mex_key_de()
250 key->pubSec.section_length = sizeof(key->pubSec) + in zcrypt_type6_mex_key_en()
253 key->pubSec.section_length + sizeof(key->pubHdr); in zcrypt_type6_mex_key_en()
279 .section_length = 0x000f, in zcrypt_type6_crt_key()
315 key->pvt.section_length = sizeof(key->pvt) + key_len; in zcrypt_type6_crt_key()
/linux-4.1.27/sound/isa/wavefront/
Dwavefront_synth.c1958 int section_length = *(signed char *)buf; in wavefront_download_firmware() local
1959 if (section_length == 0) in wavefront_download_firmware()
1961 if (section_length < 0 || section_length > WF_SECTION_MAX) { in wavefront_download_firmware()
1964 section_length); in wavefront_download_firmware()
1970 if (firmware->size < len + section_length) { in wavefront_download_firmware()
1979 for (; section_length; section_length--) { in wavefront_download_firmware()
/linux-4.1.27/arch/x86/kernel/cpu/mcheck/
Dmce-apei.c100 rcd.sec_hdr.section_length = sizeof(rcd.mce); in apei_write_mce()
/linux-4.1.27/include/linux/
Dcper.h287 __u32 section_length; member
/linux-4.1.27/drivers/media/dvb-core/
Ddvb_demux.c67 static inline u16 section_length(const u8 *buf) in section_length() function
270 seclen = section_length(sec->secbuf); in dvb_dmx_swfilter_section_copy_dump()
/linux-4.1.27/drivers/acpi/apei/
Derst.c1089 rcd->sec_hdr.section_length = size; in erst_writer()