Function esp_idf_sys::mbedtls_pk_get_type
source ยท pub unsafe extern "C" fn mbedtls_pk_get_type(
ctx: *const mbedtls_pk_context,
) -> mbedtls_pk_type_t
Expand description
\brief Get the key type
\param ctx The PK context to use. It must have been initialized.
\return Type on success. \return #MBEDTLS_PK_NONE for a context that has not been set up.