Found 8 other functions taking a
psa_sign_hash_interruptible_operation_s
argument:
Get the number of ops that a hash signing 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_sign_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 signing a hash or short message with a private key, in an interruptible manner. \see \c psa_sign_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 signing a hash or short message with a private key, in an interruptible manner. \see \c psa_sign_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 sign 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.