Searched hist:"652 d5b8a8da8f05f7fb301067ffeef78b6f2eb01" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/crypto/ |
H A D | algif_aead.c | diff 652d5b8a8da8f05f7fb301067ffeef78b6f2eb01 Fri Oct 23 07:10:36 CDT 2015 LABBE Corentin <clabbe.montjoie@gmail.com> crypto: algif - Change some variable to size_t
Some variable are set as int but store only positive values. Furthermore there are used in operation/function that wait for unsigned value. This patch set them as size_t.
Signed-off-by: LABBE Corentin <clabbe.montjoie@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | algif_skcipher.c | diff 652d5b8a8da8f05f7fb301067ffeef78b6f2eb01 Fri Oct 23 07:10:36 CDT 2015 LABBE Corentin <clabbe.montjoie@gmail.com> crypto: algif - Change some variable to size_t
Some variable are set as int but store only positive values. Furthermore there are used in operation/function that wait for unsigned value. This patch set them as size_t.
Signed-off-by: LABBE Corentin <clabbe.montjoie@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|