Function esp_idf_sys::mbedtls_x509write_crt_set_md_alg
source ยท pub unsafe extern "C" fn mbedtls_x509write_crt_set_md_alg(
ctx: *mut mbedtls_x509write_cert,
md_alg: mbedtls_md_type_t,
)
Expand description
\brief Set the MD algorithm to use for the signature (e.g. MBEDTLS_MD_SHA1)
\param ctx CRT context to use \param md_alg MD algorithm to use