Searched refs:padded (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Doaep.h15 void Pad(RandomNumberGenerator &rng, const byte *raw, size_t inputLength, byte *padded, size_t paddedLength, const NameValuePairs &parameters) const;
16 DecodingResult Unpad(const byte *padded, size_t paddedLength, byte *raw, const NameValuePairs &parameters) const;
H A Dpkcspad.h20 void Pad(RandomNumberGenerator &rng, const byte *raw, size_t inputLength, byte *padded, size_t paddedLength, const NameValuePairs &parameters) const;
21 DecodingResult Unpad(const byte *padded, size_t paddedLength, byte *raw, const NameValuePairs &parameters) const;
H A Dpubkey.h111 //! max size of unpadded message in bytes, given max size of padded message in bits (1 less than size of modulus)
114 virtual void Pad(RandomNumberGenerator &rng, const byte *raw, size_t inputLength, byte *padded, size_t paddedBitLength, const NameValuePairs &parameters) const =0;
116 virtual DecodingResult Unpad(const byte *padded, size_t paddedBitLength, byte *raw, const NameValuePairs &parameters) const =0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Drender.c171 * DESCRIPTION: render a space-padded string using latin1 encoding
176 id3_ucs4_t padded[31], *data, *end; local
182 data = padded;
199 return id3_latin1_serialize(ptr, padded, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Drender.c171 * DESCRIPTION: render a space-padded string using latin1 encoding
176 id3_ucs4_t padded[31], *data, *end; local
182 data = padded;
199 return id3_latin1_serialize(ptr, padded, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dsafe_serial.c34 * packets to be padded to the maximum packet size. This provides a work
86 static int padded = CONFIG_USB_SERIAL_SAFE_PADDED; variable
109 module_param(padded, bool, 0);
110 MODULE_PARM_DESC(padded, "Pad to full wMaxPacketSize On/Off");
273 if (padded) {
298 padded = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Djffs2.h201 jint32_t padded; /* sum of the size of padding nodes */ member in struct:jffs2_raw_summary
H A Dnetdevice.h898 unsigned short padded; /* How much padding added by alloc_netdev() */ member in struct:net_device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_generic.c563 sch->padded = (char *) sch - (char *) p;
622 kfree((char *) qdisc - qdisc->padded);
H A Dsch_api.c860 kfree((char *) sch - sch->padded);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/usb/
H A Dsierra_net.c263 int padded; local
272 padded = hh->msgid.byte & 0x80;
291 if (padded) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dsch_generic.h54 int padded; member in struct:Qdisc
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Dsummary.c708 isum.padded = cpu_to_je32(c->summary->sum_padded);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Drefcounttree.c2611 unsigned int padded = local
2616 if (padded < len)
2617 padded = UINT_MAX;
2619 return padded;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dnet-sysfs.c841 kfree((char *)dev - dev->padded);
H A Ddev.c5640 dev->padded = (char *)dev - (char *)p;
5712 kfree((char *)dev - dev->padded);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtarstrm.tex483 The tar is zero padded to round its size up to {\it BlockingFactor * 512} bytes.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D01-introduction.tex58 are designed that they may be truncated (or padded) and remain
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.pm1357 padded with spaces.

Completed in 486 milliseconds