]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_smime/lib/SecCmsDecoder.h
Security-58286.260.20.tar.gz
[apple/security.git] / OSX / libsecurity_smime / lib / SecCmsDecoder.h
index 5ba334cf4d333d5fca800c4c31a2dd93ec43b00e..81efbf5792d1629383f2dcc041ae8bdb69ffc5d4 100644 (file)
@@ -71,7 +71,7 @@ SecCmsDecoderCreate(SecArenaPoolRef arena,
                    PK11PasswordFunc pwfn, void *pwfn_arg,
                    SecCmsGetDecryptKeyCallback decrypt_key_cb, void
                    *decrypt_key_cb_arg,
                    PK11PasswordFunc pwfn, void *pwfn_arg,
                    SecCmsGetDecryptKeyCallback decrypt_key_cb, void
                    *decrypt_key_cb_arg,
-                   SecCmsDecoderRef *outDecoder);
+                   SecCmsDecoderRef *outDecoder) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
 
 /*!
     @function
 
 /*!
     @function
@@ -113,7 +113,7 @@ SecCmsDecoderFinish(SecCmsDecoderRef decoder, SecCmsMessageRef *outMessage);
     @abstract Decode a CMS message from BER encoded data.
     @discussion This function basically does the same as calling
                 SecCmsDecoderStart(), SecCmsDecoderUpdate() and SecCmsDecoderFinish().
     @abstract Decode a CMS message from BER encoded data.
     @discussion This function basically does the same as calling
                 SecCmsDecoderStart(), SecCmsDecoderUpdate() and SecCmsDecoderFinish().
-    @param DERmessage Pointer to a CSSM_DATA containing the BER encoded cms
+    @param encodedMessage Pointer to a CSSM_DATA containing the BER encoded cms
            message to decode.
     @param cb callback function for delivery of inner content inner
            content will be stored in the message if cb is NULL.
            message to decode.
     @param cb callback function for delivery of inner content inner
            content will be stored in the message if cb is NULL.
@@ -133,7 +133,7 @@ SecCmsMessageDecode(const CSSM_DATA *encodedMessage,
                     SecCmsContentCallback cb, void *cb_arg,
                     PK11PasswordFunc pwfn, void *pwfn_arg,
                     SecCmsGetDecryptKeyCallback decrypt_key_cb, void *decrypt_key_cb_arg,
                     SecCmsContentCallback cb, void *cb_arg,
                     PK11PasswordFunc pwfn, void *pwfn_arg,
                     SecCmsGetDecryptKeyCallback decrypt_key_cb, void *decrypt_key_cb_arg,
-                    SecCmsMessageRef *outMessage);
+                    SecCmsMessageRef *outMessage) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
 
 
 #if defined(__cplusplus)
 
 
 #if defined(__cplusplus)