test/crypto-perf: add vector file for AES-GCMAdded test vector file for AES-128-GCM for64B and 512B length buffers.Signed-off-by: Archana Muniganti <[email protected]>Acked-by: Akhil Goyal <
test/crypto-perf: add vector file for AES-GCMAdded test vector file for AES-128-GCM for64B and 512B length buffers.Signed-off-by: Archana Muniganti <[email protected]>Acked-by: Akhil Goyal <[email protected]>
show more ...
cryptodev: add auth IVAuthentication algorithms, such as AES-GMAC or the wirelessalgorithms (like SNOW3G) use IV, like cipher algorithms.So far, AES-GMAC has used the IV from the cipher structure
cryptodev: add auth IVAuthentication algorithms, such as AES-GMAC or the wirelessalgorithms (like SNOW3G) use IV, like cipher algorithms.So far, AES-GMAC has used the IV from the cipher structure,and the wireless algorithms have used the AAD field,which is not technically correct.Therefore, authentication IV parameters have been added,so API is more correct. Like cipher IV, auth IV is expectedto be copied after the crypto operation.Signed-off-by: Pablo de Lara <[email protected]>Acked-by: Declan Doherty <[email protected]>Acked-by: Akhil Goyal <[email protected]>Acked-by: Fiona Trahe <[email protected]>
app/crypto-perf: fix AES CBC 128 test vectorsCiphertext and digests for different buffer sizeswere incorrect.Fixes: 5f1d85c5a8ab ("app/crypto-perf: add test vectors files")Cc: [email protected]
app/crypto-perf: fix AES CBC 128 test vectorsCiphertext and digests for different buffer sizeswere incorrect.Fixes: 5f1d85c5a8ab ("app/crypto-perf: add test vectors files")Cc: [email protected]Signed-off-by: Pablo de Lara <[email protected]>Acked-by: Sergio Gonzalez Monroy <[email protected]>
app/crypto-perf: add test vectors filesAdd test vectors example files to the performance test application.Signed-off-by: Marcin Kerlin <[email protected]>