Linux Foundation Collaborative Projects
index
:
vpp
master
stable/1606
stable/1609
stable/1701
stable/1704
stable/1707
stable/1710
stable/1801
stable/1804
stable/1807
stable/1810
stable/1901
stable/1904
stable/1908
stable/2001
stable/2005
stable/2009
stable/2101
stable/2106
stable/2110
stable/2202
stable/2206
stable/2210
stable/2302
stable/2306
stable/2310
stable/2402
stable/2406
stable/2410
stable/test
Vector Packet Processing
Grokmirror user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
crypto_native
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-11
crypto-native: properly deal with broken or outdated toolchains
Damjan Marion
5
-42
/
+54
2020-04-30
crypto: introduce async crypto infra
Fan Zhang
1
-0
/
+4
2020-04-29
misc: switch to clang-9
Damjan Marion
1
-3
/
+3
2020-03-06
crypto: align per thread data to cache line
Filip Tehlar
1
-0
/
+1
2020-02-25
crypto-native: GCM implementation with vector AESNI instructions
Damjan Marion
1
-4
/
+479
2020-02-24
crypto-native: introduce aes_gcm_flags_t
Damjan Marion
1
-84
/
+107
2020-02-24
crypto-native: introduce counter struct
Damjan Marion
1
-44
/
+51
2020-02-24
crypto-native: inverse Hi so it naturally fits into 512-bit register
Damjan Marion
2
-30
/
+34
2020-02-24
crypto-native: replace aesni with aes
Damjan Marion
1
-137
/
+134
2020-02-24
crypto-native: do not overwrite data after partial tag
Damjan Marion
1
-1
/
+1
2020-02-17
crypto-native: calculate ghash using vpclmulqdq instructions
Damjan Marion
1
-0
/
+126
2020-02-14
crypto-native: refactor CBC code
Damjan Marion
4
-606
/
+440
2020-02-13
vppinfra: add 128-bit and 512-bit a ^ b ^ c shortcut
Damjan Marion
1
-18
/
+6
2020-02-13
crypto-native: add AArch64 AES-GCM native implementation
Damjan Marion
5
-55
/
+60
2020-02-13
crypto-native: add AArch64 ghash support
Damjan Marion
1
-1
/
+23
2020-02-12
crypto-native: fix ghash function naming
Damjan Marion
1
-6
/
+6
2020-02-12
crypto-native: use and instead of blend
Damjan Marion
1
-4
/
+1
2020-02-12
crypto-native: add missing static_always_inline
Damjan Marion
1
-6
/
+6
2020-02-12
crypto-native: refactor GCM code to use generic types
Damjan Marion
3
-291
/
+325
2020-02-11
crypto-native: fix ARM compilatiion flags
Damjan Marion
1
-1
/
+1
2020-01-31
crypto-native: add ARMv8 AES-CBC implementation
Damjan Marion
7
-367
/
+756
2020-01-30
crypto-native: refactor AES code
Damjan Marion
4
-166
/
+169
2020-01-30
crypto-native: don't expand aes-cbc keys twice
Damjan Marion
2
-11
/
+7
2020-01-28
crypto-native: rename crypto_ia32 to crypto_native
Damjan Marion
8
-0
/
+1993