Changeset cb075c5 for tools/traceanon/Anon.h
- Timestamp:
- 03/02/17 13:46:56 (5 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, master, ndag_format, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance
- Children:
- 684a21c
- Parents:
- 4db5b98
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/traceanon/Anon.h
ree6e802 rcb075c5 86 86 uint32_t recent_ipv4_cache[2][2]; 87 87 const EVP_CIPHER *cipher; 88 EVP_CIPHER_CTX ctx;88 EVP_CIPHER_CTX *ctx; 89 89 90 90 uint32_t encrypt32Bits(uint32_t orig, uint8_t start, uint8_t stop,
Note: See TracChangeset
for help on using the changeset viewer.