commit | 9e0a0b3a192af20193f074ed2ad9dd85a2e48d00 | [log] [tgz] |
---|---|---|
author | Christian Lamparter <chunkeey@googlemail.com> | Fri Aug 25 15:47:25 2017 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Sep 22 17:43:19 2017 +0800 |
tree | d47512495d1f5cf6bc26e3b283203d9f59feebde | |
parent | 5d59ad6eea82ef8df92b4109615a0dde9d8093e9 [diff] |
crypto: crypto4xx - pointer arithmetic overhaul This patch improves the readability of various functions, by replacing various void* pointers declarations with their respective structs *. This makes it possible to go for the eye-friendly array-indexing methods. Signed-off-by: Christian Lamparter <chunkeey@googlemail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>