mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	psa: Remove outdated comments
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
		
							parent
							
								
									cbc135599e
								
							
						
					
					
						commit
						566899eefa
					
				@ -3165,7 +3165,6 @@ psa_status_t psa_sign_hash( mbedtls_svc_key_id_t key,
 | 
			
		||||
      .core = slot->attr
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
    /* Try any of the available accelerators first */
 | 
			
		||||
    status = psa_driver_wrapper_sign_hash(
 | 
			
		||||
        &attributes, slot->key.data, slot->key.bytes,
 | 
			
		||||
        alg, hash, hash_length,
 | 
			
		||||
@ -3262,7 +3261,6 @@ psa_status_t psa_verify_hash( mbedtls_svc_key_id_t key,
 | 
			
		||||
      .core = slot->attr
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
    /* Try any of the available accelerators first */
 | 
			
		||||
    status = psa_driver_wrapper_verify_hash(
 | 
			
		||||
        &attributes, slot->key.data, slot->key.bytes,
 | 
			
		||||
        alg, hash, hash_length,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user