Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | crypto: doc - Fix typo in crypto-API.xml | Masanari Iida | 2015-06-04 | 1 | -1/+1 |
* | crypto: rng - Remove old low-level rng interface | Herbert Xu | 2015-04-22 | 1 | -7/+3 |
* | crypto: rng - Add crypto_rng_set_entropy | Herbert Xu | 2015-04-22 | 1 | -0/+4 |
* | crypto: rng - Convert low-level crypto_rng to new style | Herbert Xu | 2015-04-22 | 1 | -2/+40 |
* | crypto: rng - Mark crypto_rng_reset seed as const | Herbert Xu | 2015-04-22 | 1 | -6/+3 |
* | crypto: rng - Introduce crypto_rng_generate | Herbert Xu | 2015-04-21 | 1 | -2/+25 |
* | crypto: rng - Convert crypto_rng to new style crypto_type | Herbert Xu | 2015-04-21 | 1 | -22/+10 |
* | crypto: rng - RNGs must return 0 in success case | Stephan Mueller | 2015-03-09 | 1 | -2/+1 |
* | crypto: doc - RNG API documentation | Stephan Mueller | 2014-11-13 | 1 | -0/+80 |
* | crypto: rng - RNG interface and implementation | Neil Horman | 2008-08-29 | 1 | -0/+75 |