Changeset 59690 in vbox for trunk/include
- Timestamp:
- Feb 15, 2016 9:31:49 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/crypto/pkix.h
r59689 r59690 49 49 * @param cbData The amount of signed data. 50 50 * @param pErrInfo Where to return extended error info. Optional. 51 * 52 * @remarks Depending on the IPRT build configuration, the verficiation may be 53 * performed more than once using all available crypto implementations. 51 54 */ 52 55 RTDECL(int) RTCrPkixPubKeyVerifySignature(PCRTASN1OBJID pAlgorithm, PCRTASN1DYNTYPE pParameters, PCRTASN1BITSTRING pPublicKey, … … 68 71 * with. 69 72 * @param pErrInfo Where to return extended error info. Optional. 73 * 74 * @remarks Depending on the IPRT build configuration, the verficiation may be 75 * performed more than once using all available crypto implementations. 70 76 */ 71 77 RTDECL(int) RTCrPkixPubKeyVerifySignedDigest(PCRTASN1OBJID pAlgorithm, PCRTASN1DYNTYPE pParameters,
Note:
See TracChangeset
for help on using the changeset viewer.