Remove mention of drivers for interuptible key generation
Signed-off-by: Waleed Elmelegy <waleed.elmelegy@arm.com>
diff --git a/tf-psa-crypto/core/psa_crypto_core.h b/tf-psa-crypto/core/psa_crypto_core.h
index 7447c43..c579d8b 100644
--- a/tf-psa-crypto/core/psa_crypto_core.h
+++ b/tf-psa-crypto/core/psa_crypto_core.h
@@ -434,11 +434,6 @@
/**
* \brief Setup a new interruptible key generation operation.
*
- * \note The signature of this function is that of a PSA driver
- * generate_key_setup entry point. This function behaves as a
- * generate_key_setup entry point as defined in the PSA driver interface
- * specification for transparent drivers.
- *
* \param[in] operation The \c mbedtls_psa_generate_key_iop_t to use.
* This must be initialized first.
* \param[in] attributes The desired attributes of the generated key.
@@ -460,11 +455,6 @@
/**
* \brief Abort a key generation operation.
*
- * \note The signature of this function is that of a PSA driver
- * generate_key_abort entry point. This function behaves as a
- * generate_key_abort entry point as defined in the PSA driver
- * interface specification for transparent drivers.
- *
* \param[in] operation The \c mbedtls_psa_generate_key_iop_t to abort.
*
* \retval #PSA_SUCCESS