@@ -996,7 +996,7 @@ static psa_status_t psa_remove_key_data_from_memory( psa_key_slot_t *slot )
996
996
997
997
static void psa_abort_operations_using_key ( psa_key_slot_t * slot )
998
998
{
999
- /*FIXME how to implement this?*/
999
+ /*TODO how to implement this?*/
1000
1000
(void ) slot ;
1001
1001
}
1002
1002
@@ -1043,7 +1043,7 @@ psa_status_t psa_destroy_key( psa_key_handle_t handle )
1043
1043
if ( status != PSA_SUCCESS )
1044
1044
{
1045
1045
(void ) psa_crypto_stop_transaction ( );
1046
- /* TOnogrepDO : destroy what can be destroyed anyway */
1046
+ /* TODO : destroy what can be destroyed anyway */
1047
1047
return ( status );
1048
1048
}
1049
1049
@@ -1069,7 +1069,7 @@ psa_status_t psa_destroy_key( psa_key_handle_t handle )
1069
1069
status = status2 ;
1070
1070
if ( status != PSA_SUCCESS )
1071
1071
{
1072
- /* TOnogrepDO : destroy what can be destroyed anyway */
1072
+ /* TODO : destroy what can be destroyed anyway */
1073
1073
return ( status );
1074
1074
}
1075
1075
}
@@ -1194,7 +1194,7 @@ psa_status_t psa_get_key_attributes( psa_key_handle_t handle,
1194
1194
case PSA_KEY_TYPE_RSA_KEY_PAIR :
1195
1195
case PSA_KEY_TYPE_RSA_PUBLIC_KEY :
1196
1196
#if defined(MBEDTLS_PSA_CRYPTO_SE_C )
1197
- /* TOnogrepDO : reporting the public exponent for opaque keys
1197
+ /* TODO : reporting the public exponent for opaque keys
1198
1198
* is not yet implemented. */
1199
1199
if ( psa_get_se_driver ( slot -> attr .lifetime , NULL , NULL ) )
1200
1200
break ;
@@ -1669,7 +1669,7 @@ static void psa_fail_key_creation( psa_key_slot_t *slot,
1669
1669
return ;
1670
1670
1671
1671
#if defined(MBEDTLS_PSA_CRYPTO_SE_C )
1672
- /* TOnogrepDO : If the key has already been created in the secure
1672
+ /* TODO : If the key has already been created in the secure
1673
1673
* element, and the failure happened later (when saving metadata
1674
1674
* to internal storage), we need to destroy the key in the secure
1675
1675
* element. */
@@ -5894,7 +5894,7 @@ static psa_status_t psa_crypto_recover_transaction(
5894
5894
{
5895
5895
case PSA_CRYPTO_TRANSACTION_CREATE_KEY :
5896
5896
case PSA_CRYPTO_TRANSACTION_DESTROY_KEY :
5897
- /* TOnogrepDO - fall through to the failure case until this
5897
+ /* TODO - fall through to the failure case until this
5898
5898
* is implemented */
5899
5899
default :
5900
5900
/* We found an unsupported transaction in the storage.
0 commit comments