aboutsummaryrefslogtreecommitdiff
path: root/3rdparty
diff options
context:
space:
mode:
authorAditya Deshpande <aditya.deshpande@arm.com>2023-02-07 10:32:49 +0000
committerAditya Deshpande <aditya.deshpande@arm.com>2023-04-28 17:54:15 +0100
commita9612d00a4a54e143da21584d9339df15bbca2a8 (patch)
tree6a433302c031a917c6b5800e46b8674634558bd4 /3rdparty
parentf80b939096d5f2be6e04bdc8fe45a742b985cbad (diff)
downloadmbedtls-a9612d00a4a54e143da21584d9339df15bbca2a8.zip
mbedtls-a9612d00a4a54e143da21584d9339df15bbca2a8.tar.gz
mbedtls-a9612d00a4a54e143da21584d9339df15bbca2a8.tar.bz2
Remove unnecessary no-check-names comments
Signed-off-by: Aditya Deshpande <aditya.deshpande@arm.com>
Diffstat (limited to '3rdparty')
-rw-r--r--3rdparty/p256-m/p256-m_driver_entrypoints.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/3rdparty/p256-m/p256-m_driver_entrypoints.h b/3rdparty/p256-m/p256-m_driver_entrypoints.h
index 620416c..e5eca21 100644
--- a/3rdparty/p256-m/p256-m_driver_entrypoints.h
+++ b/3rdparty/p256-m/p256-m_driver_entrypoints.h
@@ -15,7 +15,6 @@
*
* \return The corresponding PSA error code
*/
- //no-check-names
psa_status_t p256_to_psa_error( int ret );
@@ -38,7 +37,6 @@ psa_status_t p256_to_psa_error( int ret );
* \retval #PSA_ERROR_GENERIC_ERROR
* \retval #PSA_ERROR_INSUFFICIENT_MEMORY
*/
- //no-check-names
psa_status_t p256_transparent_generate_key(
const psa_key_attributes_t *attributes,
uint8_t *key_buffer,
@@ -67,7 +65,6 @@ psa_status_t p256_transparent_generate_key(
* Success. Shared secret successfully calculated.
* \retval #PSA_ERROR_NOT_SUPPORTED
*/
- //no-check-names
psa_status_t p256_transparent_key_agreement(
const psa_key_attributes_t *attributes,
const uint8_t *key_buffer,
@@ -100,7 +97,6 @@ psa_status_t p256_transparent_key_agreement(
* respectively of the key.
* \retval #PSA_ERROR_NOT_SUPPORTED
*/
-//no-check-names
psa_status_t p256_transparent_sign_hash(
const psa_key_attributes_t *attributes,
const uint8_t *key_buffer,