mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-20 21:39:54 +00:00
Remove mention of drivers for interuptible key generation
Signed-off-by: Waleed Elmelegy <waleed.elmelegy@arm.com>
This commit is contained in:
parent
1c3c5b15c2
commit
75a412f5a3
@ -434,11 +434,6 @@ psa_status_t psa_generate_key_internal(const psa_key_attributes_t *attributes,
|
||||
/**
|
||||
* \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 @@ psa_status_t mbedtls_psa_generate_key_iop_setup(
|
||||
/**
|
||||
* \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
|
||||
|
Loading…
x
Reference in New Issue
Block a user