Update semantics around driver context use in psa_cipher_setup

Signed-off-by: Steven Cooreman <steven.cooreman@silabs.com>
diff --git a/include/psa/crypto_struct.h b/include/psa/crypto_struct.h
index b26588f..861850c 100644
--- a/include/psa/crypto_struct.h
+++ b/include/psa/crypto_struct.h
@@ -168,7 +168,7 @@
     unsigned int key_set : 1;
     unsigned int iv_required : 1;
     unsigned int iv_set : 1;
-    unsigned int accelerator_set : 1; /* Indicates a driver is used instead of software fallback. */
+    unsigned int driver_in_use : 1; /* Indicates a driver is used instead of software fallback. */
     uint8_t iv_size;
     uint8_t block_size;
     union