]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/staging/ccree/ssi_hash.h
staging: ccree: fix pointer location
[karo-tx-linux.git] / drivers / staging / ccree / ssi_hash.h
index 0bb99cb406f4d3b41e2a53030e28417c12f745f2..2400e389d65a548bd61ae57897279b6b2aba01ac 100644 (file)
@@ -50,9 +50,9 @@ struct aeshash_state {
 
 /* ahash state */
 struct ahash_req_ctx {
-       u8buff0;
-       u8buff1;
-       u8digest_result_buff;
+       u8 *buff0;
+       u8 *buff1;
+       u8 *digest_result_buff;
        struct async_gen_req_ctx gen_ctx;
        enum ssi_req_dma_buf_type data_dma_buf_type;
        u8 *digest_buff;