mbedtls_psa_verify_hash_get_num_ops() function
Get the number of ops that a hash verification operation has taken for the previous call. If no call or work has taken place, this will return zero.
Arguments
operation
The \c mbedtls_psa_verify_hash_interruptible_operation_t to use. This must be initialized first.
Return value
Number of ops that were completed in the last call to \c mbedtls_psa_verify_hash_complete().
Notes
The signature of this function is that of a PSA driver verify_hash_get_num_ops entry point. This function behaves as an verify_hash_get_num_ops entry point as defined in the PSA driver interface specification for transparent drivers.
mbedtls_psa_verify_hash_get_num_ops() is called by 1 function:
![]()
mbedtls_psa_verify_hash_get_num_ops()
mbedtls_psa_verify_hash_get_num_ops():
![]()
mbedtls_psa_verify_hash_get_num_ops()