commit | 652d5b8a8da8f05f7fb301067ffeef78b6f2eb01 | [log] [tgz] |
---|---|---|
author | LABBE Corentin <[email protected]> | Fri Oct 23 14:10:36 2015 +0200 |
committer | Herbert Xu <[email protected]> | Tue Nov 17 21:58:37 2015 +0800 |
tree | 9038ba816665903e76ee03bd64c9710f30e71176 | |
parent | c52b67338937ffee7a4d7225d9cb334ace4279dd [diff] |
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 <[email protected]> Signed-off-by: Herbert Xu <[email protected]>