pub unsafe extern "C" fn mbedtls_x509write_crt_set_authority_key_identifier(
    ctx: *mut mbedtls_x509write_cert
) -> c_int
Expand description

\brief Set the authorityKeyIdentifier extension for a CRT Requires that mbedtls_x509write_crt_set_issuer_key() has been called before

\param ctx CRT context to use

\return 0 if successful, or a MBEDTLS_ERR_X509_ALLOC_FAILED