VirtualBox

Changeset 58338 in vbox for trunk/include/iprt/crypto


Ignore:
Timestamp:
Oct 20, 2015 1:57:12 PM (9 years ago)
Author:
vboxsync
Message:

iprt/crypto/*.h: doxygen fixes.

Location:
trunk/include/iprt/crypto
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/crypto/digest.h

    r57757 r58338  
    154154 * @returns Pointer to the message digest details & vtable if found.  NULL if
    155155 *          not found.
    156  * @param   pszObjId        The ASN.1 object ID of the message digest algorithm.
     156 * @param   pObjId          The ASN.1 object ID of the message digest algorithm.
    157157 * @param   ppvOpaque       Where to return an opaque implementation specfici
    158158 *                          sub-type indicator that can be passed to
  • trunk/include/iprt/crypto/pkcs7.h

    r56291 r58338  
    444444
    445445/**
    446  * @callback_method_impl{RTCRPKCS7VERIFYCERTCALLBACK,
     446 * @callback_method_impl{FNRTCRPKCS7VERIFYCERTCALLBACK,
    447447 *  Default implementation that checks for the DigitalSignature KeyUsage bit.}
    448448 */
     
    451451
    452452/**
    453  * @callback_method_impl{RTCRPKCS7VERIFYCERTCALLBACK,
     453 * @callback_method_impl{FNRTCRPKCS7VERIFYCERTCALLBACK,
    454454 * Standard code signing.  Use this for Microsoft SPC.}
    455455 */
  • trunk/include/iprt/crypto/rsa.h

    r56291 r58338  
    3636RT_C_DECLS_BEGIN
    3737
    38 /** @defgroup grp_rt_spc  RTCrRsa - RSA Public Key Cryptosystem
     38/** @defgroup grp_rt_cr_rsa  RTCrRsa - RSA Public Key Cryptosystem
    3939 * @ingroup grp_rt_crypto
    4040 * @{
  • trunk/include/iprt/crypto/spc.h

    r56291 r58338  
    3636RT_C_DECLS_BEGIN
    3737
    38 /** @defgroup grp_rt_spc  RTCrSpc - Microsoft Authenticode
     38/** @defgroup grp_rt_cr_spc  RTCrSpc - Microsoft Authenticode
    3939 * @ingroup grp_rt_crypto
    4040 * @{
     
    478478 * @returns Pointer to the attribute with the given type, NULL if not found.
    479479 * @param   pThis               The Authenticode SpcIndirectDataContent.
     480 * @param   enmType             The type of attribute to get.
    480481 */
    481482RTDECL(PCRTCRSPCSERIALIZEDOBJECTATTRIBUTE)
  • trunk/include/iprt/crypto/tsp.h

    r56291 r58338  
    3333RT_C_DECLS_BEGIN
    3434
    35 /** @defgroup grp_rt_crtaf RTCrTap - Time-Stamp Protocol (RFC-3161)
     35/** @defgroup grp_rt_cr_tap RTCrTap - Time-Stamp Protocol (RFC-3161)
    3636 * @ingroup grp_rt_crypto
    3737 * @{
  • trunk/include/iprt/crypto/x509.h

    r57572 r58338  
    946946 *
    947947 * @returns True / false.
    948  * @param   pCertificates   The X.509 certificat.
     948 * @param   pCertificate    The X.509 certificat.
    949949 * @param   pIssuer         The issuer name to match against.
    950950 * @param   pSerialNumber   The serial number to match against.
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette