Function parse_rsa_public_key

Source
pub(crate) fn parse_rsa_public_key(
    input: &[u8],
) -> Result<ManagedPointer<*mut EVP_PKEY>, KeyRejected>