Extend supported crypto key management operations

Extends the supported key management operations to cover all
PSA API operations related to general key management.

Signed-off-by: Julian Hall <julian.hall@arm.com>
Change-Id: I41945782a8758e10fe56038caaa96aa61b6835c2
diff --git a/protocols/service/crypto/packed-c/opcodes.h b/protocols/service/crypto/packed-c/opcodes.h
index 54ee9e9..fa23175 100644
--- a/protocols/service/crypto/packed-c/opcodes.h
+++ b/protocols/service/crypto/packed-c/opcodes.h
@@ -24,5 +24,8 @@
 #define TS_CRYPTO_OPCODE_HASH_SETUP             (TS_CRYPTO_OPCODE_BASE + 13)
 #define TS_CRYPTO_OPCODE_HASH_UPDATE            (TS_CRYPTO_OPCODE_BASE + 14)
 #define TS_CRYPTO_OPCODE_HASH_FINISH            (TS_CRYPTO_OPCODE_BASE + 15)
+#define TS_CRYPTO_OPCODE_COPY_KEY               (TS_CRYPTO_OPCODE_BASE + 16)
+#define TS_CRYPTO_OPCODE_PURGE_KEY              (TS_CRYPTO_OPCODE_BASE + 17)
+#define TS_CRYPTO_OPCODE_GET_KEY_ATTRIBUTES     (TS_CRYPTO_OPCODE_BASE + 18)
 
 #endif /* TS_CRYPTO_OPCODES_H */