Searched refs:owner (Results 226 - 250 of 792) sorted by relevance

1234567891011>>

/macosx-10.10/SecurityTokend-55108/lib/
H A Dtdtransit.cpp357 Copier<AclEntryPrototype> owner(proto, internalAllocator);
360 COPY(creds), COPY(owner), keyUsage, keyAttr, &hKey, COPY_OUT(key)));
373 Copier<AclEntryPrototype> owner(proto, internalAllocator);
377 COPY(creds), COPY(owner),
411 Copier<AclEntryPrototype> owner(proto, internalAllocator);
419 COPY(creds), COPY(owner), hPublicKey, COPY(cPublicKey),
438 Copier<AclEntryPrototype> owner(proto, internalAllocator);
445 COPY(creds), COPY(owner), COPY(inParam), DATA(paramOutput),
480 void ClientSession::getOwner(AclKind kind, GenericHandle handle, AclOwnerPrototype *&owner) argument
483 IPC(tokend_client_getOwner(TOKEND_ARGS, kind, handle, COPY_OUT(owner)));
[all...]
H A Dtransition.cpp317 COPY_IN(AccessCredentials, cred), COPY_IN(AclEntryPrototype, owner),
323 relocate(owner, ownerBase);
326 CALL(generateKey, (&context, cred, owner, usage, attrs, &keyHandle, &rKey));
332 COPY_IN(AccessCredentials, cred), COPY_IN(AclEntryPrototype, owner),
341 relocate(owner, ownerBase);
345 CALL(generateKeyPair, (&context, cred, owner,
378 COPY_IN(AccessCredentials, cred), COPY_IN(AclEntryPrototype, owner),
387 relocate(owner, ownerBase);
396 CALL(unwrapKey, (&context, wrapKeyHandle, wrappingKey, cred, owner,
409 COPY_IN(AccessCredentials, cred), COPY_IN(AclEntryPrototype, owner),
[all...]
/macosx-10.10/SecurityTokend-55108/security_tokend_client/
H A Dtdtransit.cpp357 Copier<AclEntryPrototype> owner(proto, internalAllocator);
360 COPY(creds), COPY(owner), keyUsage, keyAttr, &hKey, COPY_OUT(key)));
373 Copier<AclEntryPrototype> owner(proto, internalAllocator);
377 COPY(creds), COPY(owner),
411 Copier<AclEntryPrototype> owner(proto, internalAllocator);
419 COPY(creds), COPY(owner), hPublicKey, COPY(cPublicKey),
438 Copier<AclEntryPrototype> owner(proto, internalAllocator);
445 COPY(creds), COPY(owner), COPY(inParam), DATA(paramOutput),
480 void ClientSession::getOwner(AclKind kind, GenericHandle handle, AclOwnerPrototype *&owner) argument
483 IPC(tokend_client_getOwner(TOKEND_ARGS, kind, handle, COPY_OUT(owner)));
[all...]
H A Dtransition.cpp317 COPY_IN(AccessCredentials, cred), COPY_IN(AclEntryPrototype, owner),
323 relocate(owner, ownerBase);
326 CALL(generateKey, (&context, cred, owner, usage, attrs, &keyHandle, &rKey));
332 COPY_IN(AccessCredentials, cred), COPY_IN(AclEntryPrototype, owner),
341 relocate(owner, ownerBase);
345 CALL(generateKeyPair, (&context, cred, owner,
378 COPY_IN(AccessCredentials, cred), COPY_IN(AclEntryPrototype, owner),
387 relocate(owner, ownerBase);
396 CALL(unwrapKey, (&context, wrapKeyHandle, wrappingKey, cred, owner,
409 COPY_IN(AccessCredentials, cred), COPY_IN(AclEntryPrototype, owner),
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/ca/win/
H A DPlatformCALayerWin.cpp43 PassRefPtr<PlatformCALayer> PlatformCALayerWin::create(LayerType layerType, PlatformCALayerClient* owner) argument
45 return adoptRef(new PlatformCALayerWin(layerType, 0, owner));
48 PassRefPtr<PlatformCALayer> PlatformCALayerWin::create(PlatformLayer* platformLayer, PlatformCALayerClient* owner) argument
50 return adoptRef(new PlatformCALayerWin(LayerTypeCustom, platformLayer, owner));
94 return layerIntern ? layerIntern->owner() : 0;
124 if (layer && layer->owner())
125 layer->owner()->platformCALayerLayoutSublayersOfLayer(layer);
128 PlatformCALayerWin::PlatformCALayerWin(LayerType layerType, PlatformLayer* layer, PlatformCALayerClient* owner) argument
129 : PlatformCALayer(layer ? LayerTypeCustom : layerType, owner)
168 PassRefPtr<PlatformCALayer> PlatformCALayerWin::clone(PlatformCALayerClient* owner) cons
[all...]
H A DPlatformCALayerWinInternal.h52 PlatformCALayer* owner() const { return m_owner; } function in class:WebCore::PlatformCALayerWinInternal
/macosx-10.10/tcl-105/tcl_ext/thread/thread/generic/
H A DthreadSpCmd.c1284 emPtr->owner = (Tcl_ThreadId)0;
1289 emPtr->owner = threadId;
1398 if (emPtr->lockcount && emPtr->owner == thisThread) {
1413 emPtr->owner = thisThread;
1478 emPtr->owner = (Tcl_ThreadId)0;
1565 if (rmPtr->owner == thisThread) {
1572 if (rmPtr->owner == (Tcl_ThreadId)0) {
1576 rmPtr->owner = thisThread;
1584 if (rmPtr->owner == (Tcl_ThreadId)0) {
1585 rmPtr->owner
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/securityd_client/
H A Dtransition.cpp252 const AccessCredentials *cred, const AclEntryInput *owner,
257 CopyIn proto(owner ? &owner->proto() : NULL, reinterpret_cast<xdrproc_t>(xdr_CSSM_ACL_ENTRY_PROTOTYPE));
542 const AccessCredentials *cred, const AclEntryInput *owner,
547 CopyIn proto(owner ? &owner->proto() : NULL, reinterpret_cast<xdrproc_t>(xdr_CSSM_ACL_ENTRY_PROTOTYPE));
562 const AccessCredentials *cred, const AclEntryInput *owner,
568 CopyIn proto(owner ? &owner->proto() : NULL, reinterpret_cast<xdrproc_t>(xdr_CSSM_ACL_ENTRY_PROTOTYPE));
599 const AccessCredentials *cred, const AclEntryInput *owner,
251 createDb(const DLDbIdentifier &dbId, const AccessCredentials *cred, const AclEntryInput *owner, const DBParameters &params) argument
541 generateKey(DbHandle db, const Context &context, uint32 keyUsage, uint32 keyAttr, const AccessCredentials *cred, const AclEntryInput *owner, KeyHandle &newKey, CssmKey::Header &newHeader) argument
559 generateKey(DbHandle db, const Context &context, uint32 pubKeyUsage, uint32 pubKeyAttr, uint32 privKeyUsage, uint32 privKeyAttr, const AccessCredentials *cred, const AclEntryInput *owner, KeyHandle &pubKey, CssmKey::Header &pubHeader, KeyHandle &privKey, CssmKey::Header &privHeader) argument
597 deriveKey(DbHandle db, const Context &context, KeyHandle baseKey, CSSM_KEYUSE usage, CSSM_KEYATTR_FLAGS attrs, CssmData &param, const AccessCredentials *cred, const AclEntryInput *owner, KeyHandle &newKey, CssmKey::Header &newHeader, Allocator &allocator) argument
730 getOwner(AclKind kind, GenericHandle key, AclOwnerPrototype &owner, Allocator &alloc) argument
761 getKeyOwner(DbHandle db, AclOwnerPrototype &owner, Allocator &alloc) argument
776 getDbOwner(DbHandle db, AclOwnerPrototype &owner, Allocator &alloc) argument
787 extractMasterKey(DbHandle db, const Context &context, DbHandle sourceDb, uint32 keyUsage, uint32 keyAttr, const AccessCredentials *cred, const AclEntryInput *owner, KeyHandle &newKey, CssmKey::Header &newHeader, Allocator &alloc) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurityd/lib/
H A Dtransition.cpp252 const AccessCredentials *cred, const AclEntryInput *owner,
257 CopyIn proto(owner ? &owner->proto() : NULL, reinterpret_cast<xdrproc_t>(xdr_CSSM_ACL_ENTRY_PROTOTYPE));
542 const AccessCredentials *cred, const AclEntryInput *owner,
547 CopyIn proto(owner ? &owner->proto() : NULL, reinterpret_cast<xdrproc_t>(xdr_CSSM_ACL_ENTRY_PROTOTYPE));
562 const AccessCredentials *cred, const AclEntryInput *owner,
568 CopyIn proto(owner ? &owner->proto() : NULL, reinterpret_cast<xdrproc_t>(xdr_CSSM_ACL_ENTRY_PROTOTYPE));
599 const AccessCredentials *cred, const AclEntryInput *owner,
251 createDb(const DLDbIdentifier &dbId, const AccessCredentials *cred, const AclEntryInput *owner, const DBParameters &params) argument
541 generateKey(DbHandle db, const Context &context, uint32 keyUsage, uint32 keyAttr, const AccessCredentials *cred, const AclEntryInput *owner, KeyHandle &newKey, CssmKey::Header &newHeader) argument
559 generateKey(DbHandle db, const Context &context, uint32 pubKeyUsage, uint32 pubKeyAttr, uint32 privKeyUsage, uint32 privKeyAttr, const AccessCredentials *cred, const AclEntryInput *owner, KeyHandle &pubKey, CssmKey::Header &pubHeader, KeyHandle &privKey, CssmKey::Header &privHeader) argument
597 deriveKey(DbHandle db, const Context &context, KeyHandle baseKey, CSSM_KEYUSE usage, CSSM_KEYATTR_FLAGS attrs, CssmData &param, const AccessCredentials *cred, const AclEntryInput *owner, KeyHandle &newKey, CssmKey::Header &newHeader, Allocator &allocator) argument
730 getOwner(AclKind kind, GenericHandle key, AclOwnerPrototype &owner, Allocator &alloc) argument
761 getKeyOwner(DbHandle db, AclOwnerPrototype &owner, Allocator &alloc) argument
776 getDbOwner(DbHandle db, AclOwnerPrototype &owner, Allocator &alloc) argument
787 extractMasterKey(DbHandle db, const Context &context, DbHandle sourceDb, uint32 keyUsage, uint32 keyAttr, const AccessCredentials *cred, const AclEntryInput *owner, KeyHandle &newKey, CssmKey::Header &newHeader, Allocator &alloc) argument
[all...]
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWUserObjectExporter.cpp42 * Added owner field to IOFWUserObjectExporter
103 IOFWUserObjectExporter * IOFWUserObjectExporter::createWithOwner( OSObject * owner )
119 success = object->initWithOwner( owner );
145 IOFWUserObjectExporter::initWithOwner ( OSObject * owner )
147 fOwner = owner ;
H A DIOFireWireROMCache.cpp48 IOFireWireROMCache * IOFireWireROMCache::withOwnerAndBytes( IOFireWireDevice *owner, const void *bytes, unsigned int inLength, UInt32 generation ) argument
52 if( me && !me->initWithOwnerAndBytes( owner, bytes, inLength, generation ) )
65 bool IOFireWireROMCache::initWithOwnerAndBytes( IOFireWireDevice *owner, const void *bytes, unsigned int inLength, UInt32 generation ) argument
69 fOwner = owner;
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/IOKit/hidsystem/
H A DIOHIKeyboardMapper.h262 static void stickyKeysMouseUp(IOHIKeyboardMapper *owner, IOEventSource *sender);
267 static void stickyKeysSetFnState(IOHIKeyboardMapper *owner, IOEventSource *sender);
277 static void performF12Eject(IOHIKeyboardMapper *owner, IOTimerEventSource *sender);
284 static void slowKeysPostProcess (IOHIKeyboardMapper *owner, IOTimerEventSource *sender);
/macosx-10.10/IOSCSIParallelFamily-300.0.2/
H A DSCSIParallelTimer.cpp83 SCSIParallelTimer::CreateTimerEventSource ( OSObject * owner, Action action ) argument
91 require ( timer->Init ( owner, action ), FreeTimer );
117 SCSIParallelTimer::Init ( OSObject * owner, Action action ) argument
121 return super::init ( owner, action );
/macosx-10.10/JavaScriptCore-7600.1.17/API/
H A DJSCallbackObject.h57 void setPrivateProperty(VM& vm, JSCell* owner, const Identifier& propertyName, JSValue value) argument
61 m_privateProperties->setPrivateProperty(vm, owner, propertyName, value);
89 void setPrivateProperty(VM& vm, JSCell* owner, const Identifier& propertyName, JSValue value) argument
92 m_propertyMap.add(propertyName.impl(), empty).iterator->value.set(vm, owner, value);
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dobjectacl.h82 // owner validation (simpler)
92 void cssmGetOwner(AclOwnerPrototype &owner);
152 OwnerEntry(const Input &owner) : Entry(owner) { } argument
227 void owner(const Input &input);
236 OwnerEntry mOwner; // ACL owner entry
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_cspdl/lib/
H A DSSKey.h66 void getOwner(CSSM_ACL_OWNER_PROTOTYPE &owner, Allocator &allocator);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dobjectacl.h82 // owner validation (simpler)
92 void cssmGetOwner(AclOwnerPrototype &owner);
152 OwnerEntry(const Input &owner) : Entry(owner) { } argument
227 void owner(const Input &input);
236 OwnerEntry mOwner; // ACL owner entry
/macosx-10.10/Security-57031.1.35/Security/libsecurity_sd_cspdl/lib/
H A DSDKey.h68 void getOwner(CSSM_ACL_OWNER_PROTOTYPE &owner, Allocator &allocator);
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Ddatabase.h132 const AccessCredentials *cred, const AclEntryPrototype *owner,
135 const AccessCredentials *cred, const AclEntryPrototype *owner,
143 const AccessCredentials *cred, const AclEntryPrototype *owner,
147 const AccessCredentials *cred, const AclEntryPrototype *owner,
H A Dkcdatabase.h161 const AccessCredentials *cred, const AclEntryPrototype *owner);
188 const AclEntryPrototype *owner, uint32 usage, uint32 attrs);
234 RefPointer<Key> makeKey(const CssmKey &newKey, uint32 moreAttributes, const AclEntryPrototype *owner);
235 RefPointer<Key> makeKey(Database &db, const CssmKey &newKey, uint32 moreAttributes, const AclEntryPrototype *owner);
H A Dlocalkey.h103 void setOwner(const AclEntryPrototype *owner);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/ca/
H A DPlatformCALayer.h101 PlatformCALayerClient* owner() const { return m_owner; } function in class:WebCore::PlatformCALayer
102 virtual void setOwner(PlatformCALayerClient* owner) { m_owner = owner; } argument
253 PlatformCALayer(LayerType, PlatformCALayerClient* owner);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/gstreamer/
H A DTrackPrivateBaseGStreamer.h59 TrackPrivateBaseGStreamer(TrackPrivateBase* owner, gint index, GRefPtr<GstPad>);
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DCounterNode.h51 RenderElement* owner() const { return m_owner; } function in class:WebCore::CounterNode
/macosx-10.10/WebKit-7600.1.25/mac/Misc/
H A DWebNSPasteboardExtras.h62 + (int)_web_setFindPasteboardString:(NSString *)string withOwner:(id)owner; variable

Completed in 336 milliseconds

1234567891011>>