Changed psa_drv_se_cipher_t.size to context_size to be consistent
diff --git a/include/psa/crypto_se_driver.h b/include/psa/crypto_se_driver.h
index 98d4767..438067f 100644
--- a/include/psa/crypto_se_driver.h
+++ b/include/psa/crypto_se_driver.h
@@ -392,8 +392,8 @@
     /** The size in bytes of the hardware-specific Opaque Cipher context
      * structure
      */
-    size_t                      size;
-    /** Function that performs the setup operation */
+    size_t               context_size;
+    /** Function that performs a cipher setup operation */
     psa_drv_se_cipher_setup_t  p_setup;
     /** Function that sets the IV (if necessary) */
     psa_drv_se_cipher_set_iv_t p_set_iv;