Index: /trunk/include/iprt/crypto/digest.h
===================================================================
--- /trunk/include/iprt/crypto/digest.h	(revision 58337)
+++ /trunk/include/iprt/crypto/digest.h	(revision 58338)
@@ -154,5 +154,5 @@
  * @returns Pointer to the message digest details & vtable if found.  NULL if
  *          not found.
- * @param   pszObjId        The ASN.1 object ID of the message digest algorithm.
+ * @param   pObjId          The ASN.1 object ID of the message digest algorithm.
  * @param   ppvOpaque       Where to return an opaque implementation specfici
  *                          sub-type indicator that can be passed to
Index: /trunk/include/iprt/crypto/pkcs7.h
===================================================================
--- /trunk/include/iprt/crypto/pkcs7.h	(revision 58337)
+++ /trunk/include/iprt/crypto/pkcs7.h	(revision 58338)
@@ -444,5 +444,5 @@
 
 /**
- * @callback_method_impl{RTCRPKCS7VERIFYCERTCALLBACK,
+ * @callback_method_impl{FNRTCRPKCS7VERIFYCERTCALLBACK,
  *  Default implementation that checks for the DigitalSignature KeyUsage bit.}
  */
@@ -451,5 +451,5 @@
 
 /**
- * @callback_method_impl{RTCRPKCS7VERIFYCERTCALLBACK,
+ * @callback_method_impl{FNRTCRPKCS7VERIFYCERTCALLBACK,
  * Standard code signing.  Use this for Microsoft SPC.}
  */
Index: /trunk/include/iprt/crypto/rsa.h
===================================================================
--- /trunk/include/iprt/crypto/rsa.h	(revision 58337)
+++ /trunk/include/iprt/crypto/rsa.h	(revision 58338)
@@ -36,5 +36,5 @@
 RT_C_DECLS_BEGIN
 
-/** @defgroup grp_rt_spc  RTCrRsa - RSA Public Key Cryptosystem
+/** @defgroup grp_rt_cr_rsa  RTCrRsa - RSA Public Key Cryptosystem
  * @ingroup grp_rt_crypto
  * @{
Index: /trunk/include/iprt/crypto/spc.h
===================================================================
--- /trunk/include/iprt/crypto/spc.h	(revision 58337)
+++ /trunk/include/iprt/crypto/spc.h	(revision 58338)
@@ -36,5 +36,5 @@
 RT_C_DECLS_BEGIN
 
-/** @defgroup grp_rt_spc  RTCrSpc - Microsoft Authenticode
+/** @defgroup grp_rt_cr_spc  RTCrSpc - Microsoft Authenticode
  * @ingroup grp_rt_crypto
  * @{
@@ -478,4 +478,5 @@
  * @returns Pointer to the attribute with the given type, NULL if not found.
  * @param   pThis               The Authenticode SpcIndirectDataContent.
+ * @param   enmType             The type of attribute to get.
  */
 RTDECL(PCRTCRSPCSERIALIZEDOBJECTATTRIBUTE)
Index: /trunk/include/iprt/crypto/tsp.h
===================================================================
--- /trunk/include/iprt/crypto/tsp.h	(revision 58337)
+++ /trunk/include/iprt/crypto/tsp.h	(revision 58338)
@@ -33,5 +33,5 @@
 RT_C_DECLS_BEGIN
 
-/** @defgroup grp_rt_crtaf RTCrTap - Time-Stamp Protocol (RFC-3161)
+/** @defgroup grp_rt_cr_tap RTCrTap - Time-Stamp Protocol (RFC-3161)
  * @ingroup grp_rt_crypto
  * @{
Index: /trunk/include/iprt/crypto/x509.h
===================================================================
--- /trunk/include/iprt/crypto/x509.h	(revision 58337)
+++ /trunk/include/iprt/crypto/x509.h	(revision 58338)
@@ -946,5 +946,5 @@
  *
  * @returns True / false.
- * @param   pCertificates   The X.509 certificat.
+ * @param   pCertificate    The X.509 certificat.
  * @param   pIssuer         The issuer name to match against.
  * @param   pSerialNumber   The serial number to match against.
