| Commit message (Expand) | Author | Age | Files | Lines |
| * | Convert cryptostats to a counter_u64 array. | Mark Johnston | 2021-09-16 | 1 | -8/+8 |
| * | Remove CRYPTO_TIMING. | Mark Johnston | 2021-09-16 | 1 | -17/+0 |
| * | Add hmac_init_ipad() and hmac_init_opad() | Mark Johnston | 2020-11-09 | 1 | -0/+8 |
| * | MFC 361393: Correct the minimum key length for Camellia to 16 bytes (128 bits). | John Baldwin | 2020-08-26 | 1 | -1/+1 |
| * | MFC r342024 (by mmacy): Generalize AES iov optimization | Alexander Motin | 2019-09-11 | 1 | -0/+2 |
| * | MFC: r343979 | Marius Strobl | 2019-06-16 | 1 | -1/+1 |
| * | MFC r344140,r344141,r344142,r344143,r344388,r344547 | Sean Eric Fagan | 2019-03-14 | 1 | -1/+8 |
| * | Add xform-conforming auth_hash wrapper for Poly-1305 | Conrad Meyer | 2018-08-17 | 1 | -1/+5 |
| * | OpenCrypto: Convert sessions to opaque handles instead of integers | Conrad Meyer | 2018-07-18 | 1 | -16/+15 |
| * | OCF: Add a typedef for session identifiers | Conrad Meyer | 2018-07-13 | 1 | -3/+7 |
| * | OCF: Add plain hash modes | Conrad Meyer | 2018-07-09 | 1 | -1/+6 |
| * | OCF: Add CRYPTO_SHA2_224_HMAC mode | Conrad Meyer | 2018-07-09 | 1 | -1/+4 |
| * | Remove "HMAC" from <HASH>_HMAC_BLOCK_LEN macro names | Conrad Meyer | 2018-07-09 | 1 | -7/+8 |
| * | opencrypto: Integrate Chacha20 algorithm into OCF | Conrad Meyer | 2018-03-29 | 1 | -2/+4 |
| * | OCF: CRYPTDEB(): Enhance to allow formatted logging | Conrad Meyer | 2018-03-26 | 1 | -3/+4 |
| * | Import Blake2 algorithms (blake2b, blake2s) from libb2 | Conrad Meyer | 2018-03-21 | 1 | -1/+3 |
| * | Split crp_buf into a union. | John Baldwin | 2018-01-16 | 1 | -1/+6 |
| * | Change the type of 'crp_opaque' from caddr_t to void *. | John Baldwin | 2018-01-11 | 1 | -1/+1 |
| * | crypto(9) is called from ipsec in CRYPTO_F_CBIFSYNC mode. This is working | Fabien Thomas | 2017-11-03 | 1 | -0/+23 |
| * | opencrypto: Loosen restriction on HMAC key sizes | Conrad Meyer | 2017-09-26 | 1 | -7/+0 |
| * | Add a new COP_F_CIPHER_FIRST flag for struct crypt_op. | John Baldwin | 2017-09-22 | 1 | -1/+2 |
| * | Use const with some read-only buffers in opencrypto APIs. | John Baldwin | 2017-05-09 | 1 | -11/+13 |
| * | Make IPsec work with AES-GCM and AES-ICM (aka CTR) in OCF... IPsec | John-Mark Gurney | 2015-08-04 | 1 | -5/+5 |
| * | Fix XTS, and name things a bit better... | John-Mark Gurney | 2015-07-14 | 1 | -8/+6 |
| * | Add support for AES modes to IPSec. These modes work both in software only | George V. Neville-Neil | 2015-07-09 | 1 | -16/+63 |
| * | we may get here w/ non-sleepable locks held, so switch to _NOWAIT when | John-Mark Gurney | 2015-07-07 | 1 | -1/+1 |
| * | Add some new modes to OpenCrypto. These modes are AES-ICM (can be used | John-Mark Gurney | 2014-12-12 | 1 | -32/+78 |
| * | Add support for AES-XTS. | Pawel Jakub Dawidek | 2010-09-23 | 1 | -1/+2 |
| * | Integrate the Camellia Block Cipher. For more information see RFC 4132 | George V. Neville-Neil | 2007-05-09 | 1 | -1/+3 |
| * | Overhaul driver/subsystem api's: | Sam Leffler | 2007-03-21 | 1 | -50/+55 |
| * | - Replace COPYDATA() and COPYBACK() macros with crypto_copydata() and | Pawel Jakub Dawidek | 2006-06-04 | 1 | -27/+7 |
| * | Move COPYDATA() and COPYBACK() macros to cryptodev.h, they will be used | Pawel Jakub Dawidek | 2006-06-04 | 1 | -0/+27 |
| * | - Remove HMAC_BLOCK_LEN, it serves no purpose. | Pawel Jakub Dawidek | 2006-06-04 | 1 | -1/+0 |
| * | - Use define of an algorithm with the biggest block length to describe | Pawel Jakub Dawidek | 2006-06-04 | 1 | -3/+1 |
| * | Rename HMAC_BLOCK_MAXLEN to HMAC_MAX_BLOCK_LEN to be consistent with | Pawel Jakub Dawidek | 2006-06-04 | 1 | -2/+2 |
| * | Rename AALG_MAX_RESULT_LEN to HASH_MAX_LEN to look more constent with | Pawel Jakub Dawidek | 2006-06-04 | 1 | -3/+3 |
| * | - Add defines with hash length for each hash algorithm. | Pawel Jakub Dawidek | 2006-06-04 | 1 | -4/+24 |
| * | Remove (now unused) crp_mac field. | Pawel Jakub Dawidek | 2006-05-22 | 1 | -1/+0 |
| * | Document how we synchronize access to the fields in the cryptocap | Pawel Jakub Dawidek | 2006-05-22 | 1 | -6/+13 |
| * | - Fix a very old bug in HMAC/SHA{384,512}. When HMAC is using SHA384 | Pawel Jakub Dawidek | 2006-05-17 | 1 | -6/+11 |
| * | - Make opencrypto more SMP friendly by dropping the queue lock around | Pawel Jakub Dawidek | 2006-05-17 | 1 | -0/+1 |
| * | Remove cri_rnd. It is not used. | Pawel Jakub Dawidek | 2006-05-17 | 1 | -2/+0 |
| * | Forgot about adding cuio_apply() here. | Pawel Jakub Dawidek | 2006-05-17 | 1 | -0/+2 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
| * | Add CRD_F_KEY_EXPLICIT which allows the key to be changed per | Poul-Henning Kamp | 2004-02-02 | 1 | -0/+1 |
| * | Push m_apply() and m_getptr() up into the colleciton of standard mbuf | Bruce M Simpson | 2003-12-15 | 1 | -3/+0 |
| * | consolidate callback optimization check in one location by adding a flag | Sam Leffler | 2003-06-30 | 1 | -6/+7 |
| * | Add support to eliminate a context switch per crypto op when using the | Sam Leffler | 2003-06-27 | 1 | -2/+14 |
| * | Flush my local cache of cryto subsystem fixes: | Sam Leffler | 2003-06-02 | 1 | -0/+1 |
| * | o add a CRYPTO_F_CBIMM flag to symmetric ops to indicate the callback | Sam Leffler | 2003-02-23 | 1 | -2/+4 |