19 #ifndef __CRYPTOMESSAGESYNTAX__
20 #define __CRYPTOMESSAGESYNTAX__
30 #ifndef __CODEFRAGMENTS__
55 #if PRAGMA_STRUCT_ALIGN
56 #pragma options align = mac68k
57 #elif PRAGMA_STRUCT_PACKPUSH
59 #elif PRAGMA_STRUCT_PACK
67 typedef struct OpaqueSecSignerRef *SecSignerRef;
69 #if CALL_NOT_IN_CARBON
119 errSecUnsupported = -13843,
120 errSecInvalidData = -13844,
121 errSecTooMuchData = -13845,
122 errSecMissingData = -13846,
123 errSecNoSigners = -13847,
124 errSecSignerFailed = -13848,
125 errSecInvalidPolicy = -13849,
126 errSecUnknownPolicy = -13850,
127 errSecInvalidStopOn = -13851,
128 errSecMissingCert = -13852,
129 errSecInvalidCert = -13853,
130 errSecNotSigner = -13854,
131 errSecNotTrusted = -13855,
132 errSecMissingAttribute = -13856,
133 errSecMissingDigest = -13857,
134 errSecDigestMismatch = -13858,
135 errSecInvalidSignature = -13859,
136 errSecAlgMismatch = -13860,
137 errSecUnsupportedAlgorithm = -13864,
138 errSecContentTypeMismatch = -13865,
139 errSecDebugRoot = -13866
142 #if PRAGMA_STRUCT_ALIGN
143 #pragma options align = reset
144 #elif PRAGMA_STRUCT_PACKPUSH
146 #elif PRAGMA_STRUCT_PACK
150 #ifdef PRAGMA_IMPORT_OFF
Public Code Fragment Manager Interfaces.
void SecRelease(SecTypeRef sec)
SecTypeRef SecRetain(SecTypeRef sec)
struct OpaqueSecTypeRef * SecTypeRef
Definition: CryptoMessageSyntax.h:66
OSStatus SecSignerGetStatus(SecSignerRef signer)
UInt32 SecRetainCount(SecTypeRef sec)
Event Manager Interfaces.
File Manager (MFS, HFS, and HFS+) Interfaces.
Basic Macintosh data types.