}
/**
- * gnutls_x509_crq_export - This function will export the
- * generated certificate request
+ * gnutls_x509_crq_export - Export the generated certificate request
* @crq: Holds the request
* @format: the format of output params. One of PEM or DER.
* @output_data: will contain a certificate request PEM or DER encoded
}
/**
- * gnutls_x509_privkey_get_key_id - This function will return a unique ID
- * of the key's parameters
+ * gnutls_x509_privkey_get_key_id - Return unique ID of the key's parameters
* @key: Holds the key
* @flags: should be 0 for now
* @output_data: will contain the key ID
/**
- * gnutls_x509_crt_get_key_id - This function will return a unique ID of
- * the public key's parameters
+ * gnutls_x509_crt_get_key_id - Return unique ID of public key's parameters
* @crt: Holds the certificate
* @flags: should be 0 for now
* @output_data: will contain the key ID