pub unsafe extern "C" fn mbedtls_pk_parse_subpubkey(
    p: *mut *mut c_uchar,
    end: *const c_uchar,
    pk: *mut mbedtls_pk_context
) -> c_int
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