4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since 0e66585 was
a7282fb,
checked in by Perry Lorier <perry@…>, 16 years ago
|
Fix lots of little warnings
|
-
Property mode set to
100644
|
File size:
363 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 |
---|
Note: See
TracBrowser
for help on using the repository browser.