Found 8 other functions taking a
psa_verify_hash_interruptible_operation_s
argument:
Get the number of ops that a hash verification operation has taken so far. If the operation has completed, then this will represent the number of ops required for the entire operation. After initialization or calling \c psa_verify_hash_interruptible_abort() on the operation, a value of 0 will be returned. \warning This is a beta API, and thus subject to change at any point. It is not bound by the usual interface stability promises. This is a helper provided to help you tune the value passed to \c psa_interruptible_set_max_ops().
Start reading and verifying a hash or short message, in an interruptible manner. \see \c psa_verify_hash_complete() \warning This is a beta API, and thus subject to change at any point. It is not bound by the usual interface stability promises.
Continue and eventually complete the action of reading and verifying a hash or short message signed with a private key, in an interruptible manner. \see \c psa_verify_hash_start() \warning This is a beta API, and thus subject to change at any point. It is not bound by the usual interface stability promises.
Abort a verify hash operation. \warning This is a beta API, and thus subject to change at any point. It is not bound by the usual interface stability promises.