Home
last modified time | relevance | path

Searched refs:is_hash_accelerated (Results 1 – 1 of 1) sorted by relevance

/mbedtls-development/library/
A Dpsa_crypto_hash.c514 static int is_hash_accelerated( psa_algorithm_t alg ) in is_hash_accelerated() function
559 if( is_hash_accelerated( alg ) ) in mbedtls_transparent_test_driver_hash_compute()
570 if( is_hash_accelerated( alg ) ) in mbedtls_transparent_test_driver_hash_setup()
580 if( is_hash_accelerated( source_operation->alg ) ) in mbedtls_transparent_test_driver_hash_clone()
591 if( is_hash_accelerated( operation->alg ) ) in mbedtls_transparent_test_driver_hash_update()
603 if( is_hash_accelerated( operation->alg ) ) in mbedtls_transparent_test_driver_hash_finish()

Completed in 2 milliseconds