Searched refs:OSStatus (Results 51 - 75 of 1369) sorted by relevance

1234567891011>>

/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A DSecRequirementPriv.h48 @result Upon success, errSecSuccess. Upon error, an OSStatus value documented in
51 OSStatus SecRequirementsCreateFromRequirements(CFDictionaryRef requirements, SecCSFlags flags,
65 @result Upon success, errSecSuccess. Upon error, an OSStatus value documented in
68 OSStatus SecRequirementsCopyRequirements(CFDataRef requirementSet, SecCSFlags flags,
87 @result Upon success, errSecSuccess. Upon error, an OSStatus value documented in
95 OSStatus SecRequirementsCreateWithString(CFStringRef text, SecCSFlags flags,
117 @result Upon success, errSecSuccess. Upon error, an OSStatus value documented in
120 OSStatus SecRequirementsCopyString(CFTypeRef input, SecCSFlags flags, CFStringRef *text);
133 @result Upon success, errSecSuccess. Upon error, an OSStatus value documented in
136 OSStatus SecRequirementCreateWithResourc
[all...]
H A DSecCodeHost.h108 @result Upon success, errSecSuccess. Upon error, an OSStatus value documented in
135 OSStatus SecHostCreateGuest(SecGuestRef host,
152 @result Upon success, errSecSuccess. Upon error, an OSStatus value documented in
155 OSStatus SecHostRemoveGuest(SecGuestRef host, SecGuestRef guest, SecCSFlags flags);
170 @result Upon success, errSecSuccess. Upon error, an OSStatus value documented in
173 OSStatus SecHostSelectGuest(SecGuestRef guestRef, SecCSFlags flags);
184 @result Upon success, errSecSuccess. Upon error, an OSStatus value documented in
187 OSStatus SecHostSelectedGuest(SecCSFlags flags, SecGuestRef *guestRef);
205 @result Upon success, errSecSuccess. Upon error, an OSStatus value documented in
208 OSStatus SecHostSetGuestStatu
[all...]
H A DSecCodeHostLib.h50 OSStatus SecHostLibInit(SecCSFlags flags);
61 OSStatus SecHostLibCreateGuest(SecGuestRef host,
65 OSStatus SecHostLibCreateGuest2(SecGuestRef host,
75 OSStatus SecHostLibSetGuestStatus(SecGuestRef guestRef,
86 OSStatus SecHostSetHostingPort(mach_port_t hostingPort, SecCSFlags flags);
92 OSStatus SecHostRemoveGuest(SecGuestRef host, SecGuestRef guest, SecCSFlags flags);
94 OSStatus SecHostSelectGuest(SecGuestRef guestRef, SecCSFlags flags);
96 OSStatus SecHostSelectedGuest(SecCSFlags flags, SecGuestRef *guestRef);
103 OSStatus SecHostLibCheckLoad(const char *path, SecRequirementType type);
H A Dcserror.cpp44 void CSError::throwMe(OSStatus rc)
49 void CSError::throwMe(OSStatus rc, CFDictionaryRef dict)
54 void CSError::throwMe(OSStatus rc, CFStringRef key, CFTypeRef value)
72 OSStatus CSError::cfError(CFErrorRef *errors) const
79 OSStatus CSError::cfError(CFErrorRef *errors, OSStatus rc)
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DSecKeychainItemPriv.h75 OSStatus SecKeychainItemCreateNew(SecItemClass itemClass, OSType itemCreator, UInt32 length, const void* data, SecKeychainItemRef* itemRef);
77 OSStatus SecKeychainItemGetData(SecKeychainItemRef itemRef, UInt32 maxLength, void* data, UInt32* actualLength);
79 OSStatus SecKeychainItemGetAttribute(SecKeychainItemRef itemRef, SecKeychainAttribute* attribute, UInt32* actualLength);
81 OSStatus SecKeychainItemSetAttribute(SecKeychainItemRef itemRef, SecKeychainAttribute* attribute);
83 OSStatus SecKeychainItemAdd(SecKeychainItemRef itemRef);
85 OSStatus SecKeychainItemAddNoUI(SecKeychainRef keychainRef, SecKeychainItemRef itemRef);
87 OSStatus SecKeychainItemUpdate(SecKeychainItemRef itemRef);
89 OSStatus SecKeychainItemSetData(SecKeychainItemRef itemRef, UInt32 length, const void* data);
91 OSStatus SecKeychainItemFindFirst(SecKeychainRef keychainRef, const SecKeychainAttributeList *attrList, SecKeychainSearchRef *searchRef, SecKeychainItemRef *itemRef);
101 OSStatus SecKeychainItemCopyRecordIdentifie
[all...]
H A DSecKeychainPriv.h42 OSStatus SecKeychainCreateNew(SecKeychainRef keychainRef, UInt32 passwordLength, const char* inPassword)
44 OSStatus SecKeychainMakeFromFullPath(const char *fullPathName, SecKeychainRef *keychainRef)
46 OSStatus SecKeychainIsValid(SecKeychainRef keychainRef, Boolean* isValid)
48 OSStatus SecKeychainChangePassword(SecKeychainRef keychainRef, UInt32 oldPasswordLength, const void *oldPassword, UInt32 newPasswordLength, const void *newPassword)
50 OSStatus SecKeychainOpenWithGuid(const CSSM_GUID *guid, uint32 subserviceId, uint32 subserviceType, const char* dbName, const CSSM_NET_ADDRESS *dbLocation, SecKeychainRef *keychain)
52 OSStatus SecKeychainSetBatchMode (SecKeychainRef kcRef, Boolean mode, Boolean rollback)
58 OSStatus SecKeychainListCopyKeychainAtIndex(UInt16 index, SecKeychainRef *keychainRef)
60 OSStatus SecKeychainListRemoveKeychain(SecKeychainRef *keychainRef)
62 OSStatus SecKeychainRemoveFromSearchList(SecKeychainRef keychainRef)
66 OSStatus SecKeychainLogi
[all...]
H A DSecImportExportAgg.h37 OSStatus impExpPkcs12Export(
43 OSStatus impExpPkcs7Export(
49 OSStatus impExpPkcs12Import(
59 OSStatus impExpPkcs7Import(
66 OSStatus impExpNetscapeCertImport(
73 OSStatus impExpImportCertCommon(
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecKeychainItemPriv.h75 OSStatus SecKeychainItemCreateNew(SecItemClass itemClass, OSType itemCreator, UInt32 length, const void* data, SecKeychainItemRef* itemRef);
77 OSStatus SecKeychainItemGetData(SecKeychainItemRef itemRef, UInt32 maxLength, void* data, UInt32* actualLength);
79 OSStatus SecKeychainItemGetAttribute(SecKeychainItemRef itemRef, SecKeychainAttribute* attribute, UInt32* actualLength);
81 OSStatus SecKeychainItemSetAttribute(SecKeychainItemRef itemRef, SecKeychainAttribute* attribute);
83 OSStatus SecKeychainItemAdd(SecKeychainItemRef itemRef);
85 OSStatus SecKeychainItemAddNoUI(SecKeychainRef keychainRef, SecKeychainItemRef itemRef);
87 OSStatus SecKeychainItemUpdate(SecKeychainItemRef itemRef);
89 OSStatus SecKeychainItemSetData(SecKeychainItemRef itemRef, UInt32 length, const void* data);
91 OSStatus SecKeychainItemFindFirst(SecKeychainRef keychainRef, const SecKeychainAttributeList *attrList, SecKeychainSearchRef *searchRef, SecKeychainItemRef *itemRef);
101 OSStatus SecKeychainItemCopyRecordIdentifie
[all...]
H A DSecKeychainPriv.h42 OSStatus SecKeychainCreateNew(SecKeychainRef keychainRef, UInt32 passwordLength, const char* inPassword)
44 OSStatus SecKeychainMakeFromFullPath(const char *fullPathName, SecKeychainRef *keychainRef)
46 OSStatus SecKeychainIsValid(SecKeychainRef keychainRef, Boolean* isValid)
48 OSStatus SecKeychainChangePassword(SecKeychainRef keychainRef, UInt32 oldPasswordLength, const void *oldPassword, UInt32 newPasswordLength, const void *newPassword)
50 OSStatus SecKeychainOpenWithGuid(const CSSM_GUID *guid, uint32 subserviceId, uint32 subserviceType, const char* dbName, const CSSM_NET_ADDRESS *dbLocation, SecKeychainRef *keychain)
52 OSStatus SecKeychainSetBatchMode (SecKeychainRef kcRef, Boolean mode, Boolean rollback)
58 OSStatus SecKeychainListCopyKeychainAtIndex(UInt16 index, SecKeychainRef *keychainRef)
60 OSStatus SecKeychainListRemoveKeychain(SecKeychainRef *keychainRef)
62 OSStatus SecKeychainRemoveFromSearchList(SecKeychainRef keychainRef)
66 OSStatus SecKeychainLogi
[all...]
H A DSecImportExportAgg.h37 OSStatus impExpPkcs12Export(
43 OSStatus impExpPkcs7Export(
49 OSStatus impExpPkcs12Import(
59 OSStatus impExpPkcs7Import(
66 OSStatus impExpNetscapeCertImport(
73 OSStatus impExpImportCertCommon(
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecKeychainItemPriv.h75 OSStatus SecKeychainItemCreateNew(SecItemClass itemClass, OSType itemCreator, UInt32 length, const void* data, SecKeychainItemRef* itemRef);
77 OSStatus SecKeychainItemGetData(SecKeychainItemRef itemRef, UInt32 maxLength, void* data, UInt32* actualLength);
79 OSStatus SecKeychainItemGetAttribute(SecKeychainItemRef itemRef, SecKeychainAttribute* attribute, UInt32* actualLength);
81 OSStatus SecKeychainItemSetAttribute(SecKeychainItemRef itemRef, SecKeychainAttribute* attribute);
83 OSStatus SecKeychainItemAdd(SecKeychainItemRef itemRef);
85 OSStatus SecKeychainItemAddNoUI(SecKeychainRef keychainRef, SecKeychainItemRef itemRef);
87 OSStatus SecKeychainItemUpdate(SecKeychainItemRef itemRef);
89 OSStatus SecKeychainItemSetData(SecKeychainItemRef itemRef, UInt32 length, const void* data);
91 OSStatus SecKeychainItemFindFirst(SecKeychainRef keychainRef, const SecKeychainAttributeList *attrList, SecKeychainSearchRef *searchRef, SecKeychainItemRef *itemRef);
101 OSStatus SecKeychainItemCopyRecordIdentifie
[all...]
H A DSecKeychainPriv.h42 OSStatus SecKeychainCreateNew(SecKeychainRef keychainRef, UInt32 passwordLength, const char* inPassword)
44 OSStatus SecKeychainMakeFromFullPath(const char *fullPathName, SecKeychainRef *keychainRef)
46 OSStatus SecKeychainIsValid(SecKeychainRef keychainRef, Boolean* isValid)
48 OSStatus SecKeychainChangePassword(SecKeychainRef keychainRef, UInt32 oldPasswordLength, const void *oldPassword, UInt32 newPasswordLength, const void *newPassword)
50 OSStatus SecKeychainOpenWithGuid(const CSSM_GUID *guid, uint32 subserviceId, uint32 subserviceType, const char* dbName, const CSSM_NET_ADDRESS *dbLocation, SecKeychainRef *keychain)
52 OSStatus SecKeychainSetBatchMode (SecKeychainRef kcRef, Boolean mode, Boolean rollback)
58 OSStatus SecKeychainListCopyKeychainAtIndex(UInt16 index, SecKeychainRef *keychainRef)
60 OSStatus SecKeychainListRemoveKeychain(SecKeychainRef *keychainRef)
62 OSStatus SecKeychainRemoveFromSearchList(SecKeychainRef keychainRef)
66 OSStatus SecKeychainLogi
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cms/lib/
H A DCMSDecoder.h70 OSStatus CMSDecoderCreate(
80 OSStatus CMSDecoderUpdateMessage(
92 OSStatus CMSDecoderFinalizeMessage(
107 OSStatus CMSDecoderSetDetachedContent(
117 OSStatus CMSDecoderCopyDetachedContent(
130 OSStatus CMSDecoderSetSearchKeychain(
140 OSStatus CMSDecoderGetNumSigners(
219 OSStatus CMSDecoderCopySignerStatus(
226 OSStatus *certVerifyResultCodeOut) /* optional; RETURNED */
238 OSStatus CMSDecoderCopySignerEmailAddres
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/Security/
H A DSecureTransportPriv.h48 OSStatus
64 OSStatus SSLInternalMasterSecret(
69 OSStatus SSLInternalServerRandom(
74 OSStatus SSLInternalClientRandom(
83 OSStatus SSLGetCipherSizes(
89 OSStatus SSLInternal_PRF(
105 OSStatus
121 OSStatus
131 OSStatus
136 OSStatus
[all...]
H A DsslHandshake.h158 typedef OSStatus (*EncodeMessageFunc)(SSLRecord *rec, SSLContext *ctx);
159 OSStatus SSLProcessHandshakeRecord(SSLRecord rec, SSLContext *ctx);
160 OSStatus SSLPrepareAndQueueMessage(EncodeMessageFunc msgFunc, SSLContext *ctx);
161 OSStatus SSLAdvanceHandshake(SSLHandshakeType processed, SSLContext *ctx);
162 OSStatus SSL3ReceiveSSL2ClientHello(SSLRecord rec, SSLContext *ctx);
163 OSStatus DTLSProcessHandshakeRecord(SSLRecord rec, SSLContext *ctx);
164 OSStatus DTLSRetransmit(SSLContext *ctx);
165 OSStatus SSLResetFlight(SSLContext *ctx);
166 OSStatus SSLSendFlight(SSLContext *ctx);
168 OSStatus sslGetMaxProtVersio
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/lib/
H A DSecureTransportPriv.h48 OSStatus
64 OSStatus SSLInternalMasterSecret(
69 OSStatus SSLInternalServerRandom(
74 OSStatus SSLInternalClientRandom(
83 OSStatus SSLGetCipherSizes(
89 OSStatus SSLInternal_PRF(
105 OSStatus
121 OSStatus
131 OSStatus
136 OSStatus
[all...]
H A DsslHandshake.h158 typedef OSStatus (*EncodeMessageFunc)(SSLRecord *rec, SSLContext *ctx);
159 OSStatus SSLProcessHandshakeRecord(SSLRecord rec, SSLContext *ctx);
160 OSStatus SSLPrepareAndQueueMessage(EncodeMessageFunc msgFunc, SSLContext *ctx);
161 OSStatus SSLAdvanceHandshake(SSLHandshakeType processed, SSLContext *ctx);
162 OSStatus SSL3ReceiveSSL2ClientHello(SSLRecord rec, SSLContext *ctx);
163 OSStatus DTLSProcessHandshakeRecord(SSLRecord rec, SSLContext *ctx);
164 OSStatus DTLSRetransmit(SSLContext *ctx);
165 OSStatus SSLResetFlight(SSLContext *ctx);
166 OSStatus SSLSendFlight(SSLContext *ctx);
168 OSStatus sslGetMaxProtVersio
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/security_ssl/
H A DSecureTransportPriv.h48 OSStatus
64 OSStatus SSLInternalMasterSecret(
69 OSStatus SSLInternalServerRandom(
74 OSStatus SSLInternalClientRandom(
83 OSStatus SSLGetCipherSizes(
89 OSStatus SSLInternal_PRF(
105 OSStatus
121 OSStatus
131 OSStatus
136 OSStatus
[all...]
H A DsslHandshake.h158 typedef OSStatus (*EncodeMessageFunc)(SSLRecord *rec, SSLContext *ctx);
159 OSStatus SSLProcessHandshakeRecord(SSLRecord rec, SSLContext *ctx);
160 OSStatus SSLPrepareAndQueueMessage(EncodeMessageFunc msgFunc, SSLContext *ctx);
161 OSStatus SSLAdvanceHandshake(SSLHandshakeType processed, SSLContext *ctx);
162 OSStatus SSL3ReceiveSSL2ClientHello(SSLRecord rec, SSLContext *ctx);
163 OSStatus DTLSProcessHandshakeRecord(SSLRecord rec, SSLContext *ctx);
164 OSStatus DTLSRetransmit(SSLContext *ctx);
165 OSStatus SSLResetFlight(SSLContext *ctx);
166 OSStatus SSLSendFlight(SSLContext *ctx);
168 OSStatus sslGetMaxProtVersio
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_smime/
H A DSecCmsSignerInfo.h75 extern OSStatus
81 extern OSStatus
121 extern OSStatus
131 OSStatus
141 OSStatus
184 extern OSStatus
192 extern OSStatus
200 OSStatus
208 OSStatus
215 OSStatus
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_smime/lib/
H A DSecCmsSignerInfo.h75 extern OSStatus
81 extern OSStatus
121 extern OSStatus
131 OSStatus
141 OSStatus
184 extern OSStatus
192 extern OSStatus
200 OSStatus
208 OSStatus
215 OSStatus
[all...]
/macosx-10.10.1/Security-57031.1.35/SecurityTests/testKeychainAPI/testKeychainAPI/
H A DKCAPI_Item.h47 virtual OSStatus Operate();
65 virtual OSStatus Operate();
81 virtual OSStatus Operate();
98 virtual OSStatus Operate();
113 virtual OSStatus Operate();
130 virtual OSStatus Operate();
137 /* static OSStatus Callback1(
144 static OSStatus Callback2(
158 virtual OSStatus Operate();
172 virtual OSStatus Operat
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A DSecCodeHost.h108 @result Upon success, errSecSuccess. Upon error, an OSStatus value documented in
135 OSStatus SecHostCreateGuest(SecGuestRef host,
152 @result Upon success, errSecSuccess. Upon error, an OSStatus value documented in
155 OSStatus SecHostRemoveGuest(SecGuestRef host, SecGuestRef guest, SecCSFlags flags);
170 @result Upon success, errSecSuccess. Upon error, an OSStatus value documented in
173 OSStatus SecHostSelectGuest(SecGuestRef guestRef, SecCSFlags flags);
184 @result Upon success, errSecSuccess. Upon error, an OSStatus value documented in
187 OSStatus SecHostSelectedGuest(SecCSFlags flags, SecGuestRef *guestRef);
205 @result Upon success, errSecSuccess. Upon error, an OSStatus value documented in
208 OSStatus SecHostSetGuestStatu
[all...]
H A DSecCodeHostLib.h50 OSStatus SecHostLibInit(SecCSFlags flags);
61 OSStatus SecHostLibCreateGuest(SecGuestRef host,
65 OSStatus SecHostLibCreateGuest2(SecGuestRef host,
75 OSStatus SecHostLibSetGuestStatus(SecGuestRef guestRef,
86 OSStatus SecHostSetHostingPort(mach_port_t hostingPort, SecCSFlags flags);
92 OSStatus SecHostRemoveGuest(SecGuestRef host, SecGuestRef guest, SecCSFlags flags);
94 OSStatus SecHostSelectGuest(SecGuestRef guestRef, SecCSFlags flags);
96 OSStatus SecHostSelectedGuest(SecCSFlags flags, SecGuestRef *guestRef);
103 OSStatus SecHostLibCheckLoad(const char *path, SecRequirementType type);
H A Dcserror.cpp44 void CSError::throwMe(OSStatus rc)
49 void CSError::throwMe(OSStatus rc, CFDictionaryRef dict)
54 void CSError::throwMe(OSStatus rc, CFStringRef key, CFTypeRef value)
72 OSStatus CSError::cfError(CFErrorRef *errors) const
79 OSStatus CSError::cfError(CFErrorRef *errors, OSStatus rc)

Completed in 337 milliseconds

1234567891011>>