Function esp_idf_svc::sys::mbedtls_pk_parse_subpubkey
source ยท pub unsafe extern "C" fn mbedtls_pk_parse_subpubkey(
p: *mut *mut u8,
end: *const u8,
pk: *mut mbedtls_pk_context,
) -> i32
Expand description
\brief Parse a SubjectPublicKeyInfo DER structure
\param p the position in the ASN.1 data \param end end of the buffer \param pk The PK context to fill. It must have been initialized but not set up.
\return 0 if successful, or a specific PK error code