summaryrefslogtreecommitdiff
path: root/drivers/crypto/inside-secure/safexcel_cipher.c
AgeCommit message (Expand)Author
2019-04-18crypto: inside-secure - Forbid 2-key 3DES in FIPS modeHerbert Xu
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers
2018-11-20crypto: inside-secure - remove useless setting of type flagsEric Biggers
2018-07-20crypto: inside-secure - initialize first_rdesc to make GCC happyAntoine Tenart
2018-07-20crypto: inside-secure - switch to SPDX identifiersAntoine Tenart
2018-07-09crypto: skcipher - remove useless setting of type flagsEric Biggers
2018-07-09crypto: aead - remove useless setting of type flagsEric Biggers
2018-07-09crypto: inside-secure - remove request list to improve performanceOfer Heifetz
2018-07-09crypto: inside-secure - ecb(des3_ede) and cbc(des3_ede) supportOfer Heifetz
2018-07-09crypto: inside-secure - ecb(des) and cbc(des) supportOfer Heifetz
2018-07-09crypto: inside-secure - eip197d supportAntoine Tenart
2018-07-09crypto: inside-secure - add an invalidation flagAntoine Tenart
2018-07-09crypto: inside-secure - filter out the algorithms by engineAntoine Tenart
2018-07-09crypto: inside-secure - use precise compatiblesAntoine Tenart
2018-06-22crypto: inside-secure - authenc(hmac(sha384), cbc(aes)) supportAntoine Tenart
2018-06-22crypto: inside-secure - authenc(hmac(sha512), cbc(aes)) supportAntoine Tenart
2018-06-22crypto: inside-secure - use the error handler for invalidation requestsAntoine Tenart
2018-05-27crypto: inside-secure - authenc(hmac(sha1), cbc(aes)) supportAntoine Tenart
2018-05-27crypto: inside-secure - authenc(hmac(sha224), cbc(aes)) supportAntoine Tenart
2018-05-27crypto: inside-secure - authenc(hmac(sha256), cbc(aes)) supportAntoine Tenart
2018-05-27crypto: inside-secure - improve error reportingAntoine Tenart
2018-05-27crypto: inside-secure - make the key and context size computation dynamicAntoine Tenart
2018-05-27crypto: inside-secure - make the context control size dynamicAntoine Tenart
2018-05-27crypto: inside-secure - rework the alg type settings in the contextAntoine Tenart
2018-05-27crypto: inside-secure - rework cipher functions for future AEAD supportAntoine Tenart
2018-05-27crypto: inside-secure - remove VLAsAntoine Tenart
2018-03-31crypto: inside-secure - improve the skcipher tokenAntoine Tenart
2018-02-22crypto: inside-secure - fix the invalidation step during cra_exitAntoine Tenart
2017-12-22crypto: inside-secure - EIP97 supportAntoine Ténart
2017-12-22crypto: inside-secure - move request dequeueing into a workqueueAntoine Ténart
2017-12-22crypto: inside-secure - remove unused parameter in invalidate_cacheOfer Heifetz
2017-12-22crypto: inside-secure - move cipher crypto mode to request contextOfer Heifetz
2017-12-22crypto: inside-secure - refrain from unneeded invalidationsOfer Heifetz
2017-12-22crypto: inside-secure - fix request allocations in invalidation pathAntoine Ténart
2017-12-22crypto: inside-secure - per request invalidationOfer Heifetz
2017-09-20crypto: inside-secure - fix gcc-4.9 warningsArnd Bergmann
2017-06-20crypto: inside-secure - use one queue per hw ringAntoine Ténart
2017-06-20crypto: inside-secure - update the context and request laterAntoine Ténart
2017-06-20crypto: inside-secure - align the cipher and hash send functionsOfer Heifetz
2017-06-10crypto: inside-secure - add SafeXcel EIP197 crypto engine driverAntoine Ténart