107 * \param ctx The initialized RSA context to use.
108 * \param timeout_us Timeout in microseconds.
109 *
110 * \return \c 0 on success.
111 * \return A non-zero error code on failure.
112 */
113int crypto_rsa_abort(mbedtls_rsa_context *ctx,
114 uint32_t timeout_us);
115
116#ifdef __cplusplus
117 }
118#endif
119
120#endif /* MBEDTLS_RSA_ALT */
121
122#endif /* CRYPTO_RSA_HW_H */
Important Information for this Arm website
This site uses cookies to store information on your computer.
By continuing to use our site, you consent to our cookies.
If you are not happy with the use of these cookies, please review our
Cookie Policy
to learn how they can be disabled.
By disabling cookies, some features of the site will not work.