pub unsafe extern "C" fn mbedtls_oid_get_oid_by_pk_alg(
pk_alg: mbedtls_pk_type_t,
oid: *mut *const c_char,
olen: *mut usize,
) -> c_intExpand description
\brief Translate pk_type into PublicKeyAlgorithm OID
\param pk_alg Public key type to look for \param oid place to store ASN.1 OID string pointer \param olen length of the OID
\return 0 if successful, or MBEDTLS_ERR_OID_NOT_FOUND