4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since e86124e was
49f147b,
checked in by Perry Lorier <perry@…>, 17 years ago
|
Add traceanon to cvs (based heavily on the munge code)
|
-
Property mode set to
100644
|
File size:
372 bytes
|
Line | |
---|
1 | #ifndef _PANON_H_ |
---|
2 | #define _PANON_H_ |
---|
3 | |
---|
4 | // $Id$ |
---|
5 | |
---|
6 | #include "rijndael.h" |
---|
7 | #include <inttypes.h> |
---|
8 | |
---|
9 | uint32_t anonymize( const uint32_t orig_addr ); |
---|
10 | uint32_t pp_anonymize( const uint32_t orig_addr ); |
---|
11 | uint32_t cpp_anonymize( const uint32_t orig_addr ); |
---|
12 | void panon_init_decrypt(const uint8_t * key); |
---|
13 | void panon_init(const uint8_t * key); |
---|
14 | void panon_init_cache(); |
---|
15 | #endif // _PANON_H_ |
---|
Note: See
TracBrowser
for help on using the repository browser.