mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-05 00:40:09 +00:00
Remove obsolete comments
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
parent
4684525ae9
commit
4ca521fcdb
@ -493,9 +493,6 @@ static inline size_t psa_get_key_bits(
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief The context for PSA interruptible hash signing.
|
* \brief The context for PSA interruptible hash signing.
|
||||||
*
|
|
||||||
* \note Contents not yet designed as implementation specific.
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
struct psa_sign_hash_interruptible_operation_s {
|
struct psa_sign_hash_interruptible_operation_s {
|
||||||
/** Unique ID indicating which driver got assigned to do the
|
/** Unique ID indicating which driver got assigned to do the
|
||||||
@ -524,9 +521,6 @@ psa_sign_hash_interruptible_operation_init(void)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief The context for PSA interruptible hash verification.
|
* \brief The context for PSA interruptible hash verification.
|
||||||
*
|
|
||||||
* \note Contents not yet designed as implementation specific.
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
struct psa_verify_hash_interruptible_operation_s {
|
struct psa_verify_hash_interruptible_operation_s {
|
||||||
/** Unique ID indicating which driver got assigned to do the
|
/** Unique ID indicating which driver got assigned to do the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user