aes: [GCM] add isal prefix to context and key structsSigned-off-by: Marcel Cornu <marcel.d.cornu@intel.com>
aes: [CBC] add ISAL_ prefix to definitionsSigned-off-by: Marcel Cornu <marcel.d.cornu@intel.com>
aes: [GCM] remove unneeded definitionsSigned-off-by: Marcel Cornu <marcel.d.cornu@intel.com>
aes: add ISAL_ prefix to AES-GCM definitionsSigned-off-by: Marcel Cornu <marcel.d.cornu@intel.com>
examples: [saturation] use new APISigned-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
sha256_mb: add ISAL_ prefix to SHA256 structure and macro definitionsSigned-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
multibuffer: add ISAL_ prefix to hash multibuffer enumsSigned-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
aes: use new AES-XTS API in appsSigned-off-by: Marcel Cornu <marcel.d.cornu@intel.com>
examples: replace OpenSSL MD5 deprecated APIMD5 is deprecated since OpenSSL 3.0. Use the EVP API instead.Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
aes: deprecate AES-CBC precomp functionUse isal_aes_keyexp_128/192/256 instead.Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
aes: [CBC] deprecate old AES-CBC APIAdd "_" prefix to existing API names (old API) and makes them internal to the library.Create new wrapper API with old names with a deprecation note.Call intern
aes: [CBC] deprecate old AES-CBC APIAdd "_" prefix to existing API names (old API) and makes them internal to the library.Create new wrapper API with old names with a deprecation note.Call internal API in self tests and use the new API in the rest of the tests.Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
show more ...
examples: reformat with new coding styleSigned-off-by: Marcel Cornu <marcel.d.cornu@intel.com>
Fix a handful of spelling mistakes and typosFixed outstanding spelling mistakes and typos in comments andvariables found using codespellSigned-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.c
Fix a handful of spelling mistakes and typosFixed outstanding spelling mistakes and typos in comments andvariables found using codespellSigned-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Always check the result of posix_memalign() callsAlso, use same return value when these fail (+1) as used when the output pointeris NULL, rather than using -1. This avoids potential issues when re
Always check the result of posix_memalign() callsAlso, use same return value when these fail (+1) as used when the output pointeris NULL, rather than using -1. This avoids potential issues when results arecombined with with `errors += foo()`.Change-Id: I0cfa73481315366cd3b8bd7f369fae55960a88a4Signed-off-by: Tom Cosgrove <tom.cosgrove@arm.com>
Correct commentsChange-Id: Ideb4861f38f5fb2ecdb55362629250380648f324Signed-off-by: Xinze Zhang <storagezhang@outlook.com>
Format only change for new indent versionChange-Id: Id41cc24db490518de2ca40f539d75581e3c4ce56Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
saturation test: Core C codesha1_mb, sha256_mb, sha512_mb, md5_mb, and AES are added.Change-Id: I8ab79a8308942e997c68efe5a355e1f8905a3ee6Signed-off-by: Xiaodong Liu <xiaodong.liu@intel.com>