Searched refs:dtbuf (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Drng.cpp64 dtbuf(S),
72 xorbuf(dtbuf, (byte *)&tstamp1, UnsignedMin(sizeof(tstamp1), S));
73 cipher->ProcessBlock(dtbuf);
75 xorbuf(dtbuf, (byte *)&tstamp2, UnsignedMin(sizeof(tstamp2), S));
76 cipher->ProcessBlock(dtbuf);
90 cipher->ProcessBlock(m_deterministicTimeVector, dtbuf);
96 xorbuf(dtbuf, (byte *)&c, UnsignedMin(sizeof(c), S));
98 xorbuf(dtbuf+S-UnsignedMin(sizeof(t), S), (byte *)&t, UnsignedMin(sizeof(t), S));
99 cipher->ProcessBlock(dtbuf);
103 xorbuf(randseed, dtbuf,
[all...]
H A Drng.h45 SecByteBlock dtbuf; // buffer for enciphered timestamp member in class:X917RNG
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/
H A Dflattree.c62 struct data *dtbuf = e; local
64 *dtbuf = data_append_cell(*dtbuf, val);
69 struct data *dtbuf = e; local
74 *dtbuf = data_append_data(*dtbuf, str, len);
75 *dtbuf = data_append_byte(*dtbuf, '\0');
80 struct data *dtbuf = e; local
82 *dtbuf
87 struct data *dtbuf = e; local
355 struct data dtbuf = empty_data; local
647 flat_read_property(struct inbuf *dtbuf, struct inbuf *strbuf, int flags) argument
714 unflatten_tree(struct inbuf *dtbuf, struct inbuf *strbuf, const char *parent_flatname, int flags) argument
784 struct inbuf dtbuf, strbuf; local
[all...]

Completed in 116 milliseconds