Searched refs:keyRef (Results 1 - 25 of 72) sorted by relevance

123

/macosx-10.9.5/WebKit2-7537.78.2/Shared/API/c/
H A DWKMutableDictionary.cpp45 bool WKDictionaryAddItem(WKMutableDictionaryRef dictionaryRef, WKStringRef keyRef, WKTypeRef itemRef) argument
47 return toImpl(dictionaryRef)->add(toImpl(keyRef)->string(), toImpl(itemRef));
50 bool WKDictionarySetItem(WKMutableDictionaryRef dictionaryRef, WKStringRef keyRef, WKTypeRef itemRef) argument
52 return toImpl(dictionaryRef)->set(toImpl(keyRef)->string(), toImpl(itemRef));
55 void WKDictionaryRemoveItem(WKMutableDictionaryRef dictionaryRef, WKStringRef keyRef) argument
57 toImpl(dictionaryRef)->remove(toImpl(keyRef)->string());
/macosx-10.9.5/Security-55471.14.18/libsecurity_transform/lib/
H A DSecEncryptTransform.cpp53 SecTransformRef SecEncryptTransformCreate(SecKeyRef keyRef, CFErrorRef* error) argument
57 if (et->InitializeObject(keyRef, error))
75 SecTransformRef SecDecryptTransformCreate(SecKeyRef keyRef, CFErrorRef* error) argument
80 if (dt->InitializeObject(keyRef, error))
H A DSecEncryptTransform.h130 @param keyRef The key for the encryption operation
141 SecTransformRef SecEncryptTransformCreate(SecKeyRef keyRef,
148 @param keyRef The key for the operation
159 SecTransformRef SecDecryptTransformCreate(SecKeyRef keyRef,
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/lib/
H A DAppleCSP.cpp310 KeyRef keyRef = 0; local
312 keyRef <<= 8;
313 keyRef |= *cp--;
315 return keyRef;
320 KeyRef keyRef,
324 if(data.Length > sizeof(keyRef)) {
326 memset(data.Data + sizeof(keyRef), 0, data.Length - sizeof(keyRef));
328 else if(data.Length < sizeof(keyRef)) {
329 /* not enough space for even a keyRef, forc
319 keyRefToCssmData( KeyRef keyRef, CSSM_DATA &data, Allocator &allocator) argument
345 lookupKeyRef( KeyRef keyRef) argument
369 KeyRef keyRef = reinterpret_cast<KeyRef>(&binKey); local
391 KeyRef keyRef; local
430 KeyRef keyRef = CssmDataToKeyRef(KeyPtr.KeyData); local
[all...]
/macosx-10.9.5/configd-596.15/configd.tproj/
H A Dconfigd_server.h68 xmlData_t keyRef,
77 xmlData_t keyRef,
86 xmlData_t keyRef,
94 xmlData_t keyRef,
103 xmlData_t keyRef,
112 xmlData_t keyRef,
118 xmlData_t keyRef,
144 xmlData_t keyRef,
150 xmlData_t keyRef,
H A D_confignotify.c83 xmlData_t keyRef, /* raw XML bytes */
92 if (!_SCUnserializeString(&key, NULL, (void *)keyRef, keyLen)) {
82 _confignotify(mach_port_t server, xmlData_t keyRef, mach_msg_type_number_t keyLen, int *sc_status, audit_token_t audit_token) argument
H A D_configadd.c93 xmlData_t keyRef, /* raw XML bytes */
108 if (!_SCUnserializeString(&key, NULL, (void *)keyRef, keyLen)) {
159 xmlData_t keyRef, /* raw XML bytes */
175 if (!_SCUnserializeString(&key, NULL, (void *)keyRef, keyLen)) {
92 _configadd(mach_port_t server, xmlData_t keyRef, mach_msg_type_number_t keyLen, xmlData_t dataRef, mach_msg_type_number_t dataLen, int *newInstance, int *sc_status, audit_token_t audit_token) argument
158 _configadd_s(mach_port_t server, xmlData_t keyRef, mach_msg_type_number_t keyLen, xmlData_t dataRef, mach_msg_type_number_t dataLen, int *newInstance, int *sc_status) argument
H A D_configremove.c123 xmlData_t keyRef, /* raw XML bytes */
132 if (!_SCUnserializeString(&key, NULL, (void *)keyRef, keyLen)) {
122 _configremove(mach_port_t server, xmlData_t keyRef, mach_msg_type_number_t keyLen, int *sc_status, audit_token_t audit_token) argument
H A D_notifyremove.c119 xmlData_t keyRef, /* raw XML bytes */
129 if (!_SCUnserializeString(&key, NULL, (void *)keyRef, keyLen)) {
118 _notifyremove(mach_port_t server, xmlData_t keyRef, mach_msg_type_number_t keyLen, int isRegex, int *sc_status ) argument
H A D_configlist.c97 xmlData_t keyRef, /* raw XML bytes */
115 if (!_SCUnserializeString(&key, NULL, (void *)keyRef, keyLen)) {
96 _configlist(mach_port_t server, xmlData_t keyRef, mach_msg_type_number_t keyLen, int isRegex, xmlDataOut_t *listRef, mach_msg_type_number_t *listLen, int *sc_status, audit_token_t audit_token) argument
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecImportExportOpenSSH.h54 SecKeyRef keyRef,
H A DSecKey.h273 @param keyRef On return, a reference to the generated key. Use the SecKeyGetCSSMKey function to obtain the CSSM_KEY. The caller must call CFRelease on this value if it is returned.
285 SecKeyRef* keyRef)
302 @param keyRef A key reference.
307 OSStatus SecKeyGetCSPHandle(SecKeyRef keyRef, CSSM_CSP_HANDLE *cspHandle)
313 @param keyRef The key for which a credential is requested.
320 SecKeyRef keyRef,
H A DSecExport.cpp57 SecKeyRef keyRef; local
72 ortn = SecIdentityCopyPrivateKey(idRef, &keyRef);
76 rep = SecExportRep::vend(keyRef);
78 CFRelease(keyRef); // SecExportRep holds a reference
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecImportExportOpenSSH.h54 SecKeyRef keyRef,
H A DSecKey.h273 @param keyRef On return, a reference to the generated key. Use the SecKeyGetCSSMKey function to obtain the CSSM_KEY. The caller must call CFRelease on this value if it is returned.
285 SecKeyRef* keyRef)
302 @param keyRef A key reference.
307 OSStatus SecKeyGetCSPHandle(SecKeyRef keyRef, CSSM_CSP_HANDLE *cspHandle)
313 @param keyRef The key for which a credential is requested.
320 SecKeyRef keyRef,
H A DSecExport.cpp57 SecKeyRef keyRef; local
72 ortn = SecIdentityCopyPrivateKey(idRef, &keyRef);
76 rep = SecExportRep::vend(keyRef);
78 CFRelease(keyRef); // SecExportRep holds a reference
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecImportExportOpenSSH.h54 SecKeyRef keyRef,
H A DSecKey.h273 @param keyRef On return, a reference to the generated key. Use the SecKeyGetCSSMKey function to obtain the CSSM_KEY. The caller must call CFRelease on this value if it is returned.
285 SecKeyRef* keyRef)
302 @param keyRef A key reference.
307 OSStatus SecKeyGetCSPHandle(SecKeyRef keyRef, CSSM_CSP_HANDLE *cspHandle)
313 @param keyRef The key for which a credential is requested.
320 SecKeyRef keyRef,
H A DSecExport.cpp57 SecKeyRef keyRef; local
72 ortn = SecIdentityCopyPrivateKey(idRef, &keyRef);
76 rep = SecExportRep::vend(keyRef);
78 CFRelease(keyRef); // SecExportRep holds a reference
/macosx-10.9.5/securityd-55199.3/tests/
H A Dtestacls.cpp54 ss.getKeyOwner(tester.keyRef, owner);
62 ss.getKeyAcl(tester.keyRef, NULL/*tag*/, count, acls);
85 ss.getKeyAcl(tester.keyRef, NULL, count, infos);
103 ss.changeKeyAcl(tester.keyRef, nullCred, edit);
108 ss.changeKeyAcl(tester.keyRef, cred, edit);
164 ss.changeKeyAcl(tester.keyRef, cred, edit);
169 ss.getKeyAcl(tester.keyRef, "vamos", count, infos);
209 ss.getKeyOwner(tester.keyRef, owner);
217 ss.getKeyAcl(tester.keyRef, NULL/*tag*/, count, acls);
255 ss.changeKeyAcl(tester.keyRef, nullCre
[all...]
H A Dtestcrypto.cpp156 KeyHandle keyRef; local
162 NULL/*cred*/, NULL/*owner*/, unwrappedData, keyRef, keyHeader);
163 detail("Placed key into SecurityServer; handle=%lx", keyRef);
174 ss.encrypt(cryptoContext, keyRef, clearText, remoteCipher);
183 ss.decrypt(cryptoContext, keyRef, localCipher, clearRecovered);
H A Dtestutils.cpp146 unwrappedData, keyRef, keyHeader);
156 session.wrapKey(wrapContext, noKey, keyRef,
184 session.encrypt(cryptoContext, keyRef, clearText, remoteCipher);
192 session.encrypt(cryptoContext, keyRef, clearText, remoteCipher);
H A Dtestutils.h73 KeyHandle keyRef; member in class:AclTester
/macosx-10.9.5/securityd-55199.3/src/
H A DAuthorizationDBPlist.cpp377 CFRef<CFStringRef> keyRef(CFStringCreateWithCString(NULL, inRightName,
379 if (!keyRef)
385 CFDictionarySetValue(mConfigRights, keyRef, inRuleDefinition);
401 CFRef<CFStringRef> keyRef(CFStringCreateWithCString(NULL, inRightName,
403 if (!keyRef)
409 CFDictionaryRemoveValue(mConfigRights, keyRef);
/macosx-10.9.5/xnu-2422.115.4/osfmk/UserNotification/
H A DKUNCUserNotifications.c120 xmlData_t keyRef, /* raw XML bytes */
131 const void *dict = (const void *)keyRef;
140 * just pass the raw keyRef through.
143 if (keyRef && keyLen) {
144 dict = IOCFUnserialize(keyRef, NULL, NULL, &xmlError);
117 UNDAlertCompletedWithResult_rpc( UNDReplyRef reply, int result, xmlData_t keyRef, mach_msg_type_number_t keyLen) argument

Completed in 255 milliseconds

123