summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/inside-secure/safexcel_cipher.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
* crypto: safexcel - Remove cfb and ofbHerbert Xu2023-12-081-152/+0
* crypto: safexcel - Add error handling for dma_map_sg() callsNikita Zhandarovich2023-12-081-8/+11
* crypto: safexcel - Use crypto_wait_reqHerbert Xu2023-02-101-11/+10
* crypto: inside-secure - Replace generic aes with libaesPeter Harliman Liem2022-09-241-14/+2
* crypto: inside_secure - Avoid dma map if size is zeroPeter Harliman Liem2022-09-241-13/+31
* crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-201-1/+2
* crypto: inside-secure - Reuse code in safexcel_hmac_alg_setkeyHerbert Xu2020-09-251-26/+10
* crypto: inside-secure - Move ipad/opad into safexcel_contextHerbert Xu2020-09-251-11/+9
* crypto: inside-secure - Move priv pointer into safexcel_contextHerbert Xu2020-09-251-21/+21
* crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka2020-07-161-0/+47
* crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers2020-01-091-5/+0
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-27/+11
* crypto: inside-secure - Fix hang case on EIP97 with basic DES/3DES opsPascal van Leeuwen2019-12-201-2/+4
* crypto: inside-secure - Fix hang case on EIP97 with zero length input dataPascal van Leeuwen2019-12-201-18/+22
* crypto: inside-secure - Fix Unable to fit even 1 command desc error w/ EIP97Pascal van Leeuwen2019-12-201-201/+307
* crypto: inside-secure - Use PTR_ERR_OR_ZERO() to simplify codezhengbin2019-12-111-4/+1
* crypto: inside-secure - Fixed authenc w/ (3)DES fails on MacchiatobinPascal van Leeuwen2019-11-171-2/+3
* crypto: inside-secure - Fixed warnings on inconsistent byte order handlingPascal van Leeuwen2019-11-011-49/+39
* crypto: inside-secure - fix spelling mistake "algorithmn" -> "algorithm"Colin Ian King2019-10-181-1/+1
* crypto: inside-secure - Added support for the rfc4309(ccm(aes)) AEADPascal van Leeuwen2019-10-041-36/+129
* crypto: inside-secure - Added support for the rfc4543(gcm(aes)) "AEAD"Pascal van Leeuwen2019-10-041-15/+71
* crypto: inside-secure - Added support for the rfc4106(gcm(aes)) AEADPascal van Leeuwen2019-10-041-23/+89
* crypto: inside-secure - Added support for authenc HMAC-SHA2/DES-CBCPascal van Leeuwen2019-10-041-0/+136
* crypto: inside-secure - Added support for authenc HMAC-SHA2/3DES-CBCPascal van Leeuwen2019-10-041-0/+136
* crypto: inside-secure - Added support for authenc HMAC-SHA1/DES-CBCPascal van Leeuwen2019-10-041-0/+39
* crypto: inside-secure - Add SM4 based authenc AEAD ciphersuitesPascal van Leeuwen2019-10-041-14/+266
* crypto: inside-secure - Add support for the rfc3685(ctr(sm4)) skcipherPascal van Leeuwen2019-10-041-0/+51
* crypto: inside-secure - Add support for the cfb(sm4) skcipherPascal van Leeuwen2019-10-041-0/+36
* crypto: inside-secure - Add support for the ofb(sm4) skcipherPascal van Leeuwen2019-10-041-0/+36
* crypto: inside-secure - Add support for the cbc(sm4) skcipherPascal van Leeuwen2019-10-041-0/+36
* crypto: inside-secure - Add support for the ecb(sm4) skcipherPascal van Leeuwen2019-10-041-0/+94
* crypto: inside-secure - Add support for the Chacha20-Poly1305 AEADPascal van Leeuwen2019-10-041-24/+253
* crypto: inside-secure - Added support for the CHACHA20 skcipherPascal van Leeuwen2019-10-041-1/+82
* crypto: inside-secure - Added support for basic AES-CCMPascal van Leeuwen2019-09-051-50/+238
* crypto: inside-secure - Added AES-OFB supportPascal van Leeuwen2019-09-051-0/+36
* crypto: inside-secure - Added AES-CFB supportPascal van Leeuwen2019-09-051-0/+36
* crypto: inside-secure - Added support for basic AES-GCMPascal van Leeuwen2019-09-051-38/+188
* crypto: inside-secure - Minor code cleanup and optimizationsPascal van Leeuwen2019-09-051-39/+47
* crypto: inside-secure - Minor optimization recognizing CTR is always AESPascal van Leeuwen2019-09-051-11/+14
* crypto: inside-secure - Made .cra_priority value a definePascal van Leeuwen2019-09-051-19/+19
* crypto: inside-secure - Only enable algorithms advertised by the hardwarePascal van Leeuwen2019-09-051-0/+19
* crypto: inside-secure - Add support for the AES-XTS algorithmPascal van Leeuwen2019-09-051-4/+120
* crypto: inside-secure - Move static cipher alg & mode settings to initPascal van Leeuwen2019-09-051-147/+111
* crypto: inside-secure - Remove redundant algo to engine mapping codePascal van Leeuwen2019-08-301-11/+0
* crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel2019-08-221-1/+1
* crypto: safexcel/des - switch to new verification routinesArd Biesheuvel2019-08-221-17/+7
* crypto: inside-secure - Remove redundant DES ECB & CBC keysize checkPascal van Leeuwen2019-08-091-5/+0
* crypto: inside-secure - Use defines instead of some constants (cosmetic)Pascal van Leeuwen2019-08-091-16/+19
* crypto: inside-secure - add support for authenc(hmac(sha*),rfc3686(ctr(aes)))...Pascal van Leeuwen2019-07-261-41/+235