Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2019-07-19 | crypto: fix function signatures for nettle 2.7 vs 3 | Daniel P. Berrangé | 1 | -4/+13 |
2017-09-04 | qapi: Mechanically convert FOO_lookup[...] to FOO_str(...) | Markus Armbruster | 1 | -1/+1 |
2017-07-19 | crypto: hmac: add hmac driver framework | Longpeng(Mike) | 1 | -35/+17 |
2017-07-19 | crypto: hmac: introduce qcrypto_hmac_ctx_new for nettle-backend | Longpeng(Mike) | 1 | -10/+24 |
2016-12-22 | crypto: support HMAC algorithms based on nettle | Longpeng(Mike) | 1 | -3/+133 |
2016-12-22 | crypto: add HMAC algorithms framework | Longpeng(Mike) | 1 | -0/+45 |