]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/crypto/internal/skcipher.h
crypto: skcipher - introduce walksize attribute for SIMD algos
[karo-tx-linux.git] / include / crypto / internal / skcipher.h
index 8735979ed341b89542baacabf395885355365934..e42f7063f245b9609671dff95a7e1db267e23b0f 100644 (file)
@@ -66,7 +66,7 @@ struct skcipher_walk {
 
        int flags;
        unsigned int blocksize;
-       unsigned int chunksize;
+       unsigned int stride;
        unsigned int alignmask;
 };