Searched refs:attributes (Results 151 - 175 of 1053) sorted by relevance

1234567891011>>

/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dlocalkey.cpp47 LocalKey::LocalKey(Database &db, CSSM_KEYATTR_FLAGS attributes) argument
48 : Key(db), mValidKey(false), mAttributes(attributes), mDigest(Server::csp().allocator())
63 mAttributes = (header.attributes() & ~forcedAttributes) | moreAttributes;
65 // apply initial values of derived attributes (these are all in managedAttributes)
72 assert((header.attributes() & managedAttributes) == forcedAttributes);
116 CSSM_KEYATTR_FLAGS LocalKey::attributes() function in class:LocalKey
139 // adjust for external attributes
H A Dcsproxy.h73 CFRef<CFDictionaryRef> attributes; // matching attributes set member in struct:CodeSigningHost::Guest
77 operator bool() const { return attributes; } // exists
89 mutable CFRef<CFDataRef> mAttrData; // XML form of attributes (must live until guest destruction)
97 const CssmData &cdhash, const CssmData &attributes, SecCSFlags flags);
98 void setGuestStatus(SecGuestRef guest, uint32_t status, const CssmData &attributes);
107 Guest *findGuest(Guest *host, const CssmData &attrData); // by host and attributes
/macosx-10.10/Heimdal-398.1.2/lib/heimcred/
H A Dcommon.c119 if (cred->attributes) {
120 CFTypeRef client = CFDictionaryGetValue(cred->attributes, kHEIMAttrClientName);
121 CFTypeRef server = CFDictionaryGetValue(cred->attributes, kHEIMAttrServerName);
122 CFTypeRef parent = CFDictionaryGetValue(cred->attributes, kHEIMAttrParentCredential);
123 CFTypeRef group = CFDictionaryGetValue(cred->attributes, kHEIMAttrLeadCredential);
126 CFTypeRef acl = CFDictionaryGetValue(cred->attributes, kHEIMAttrBundleIdentifierACL);
139 CFRELEASE_NULL(cred->attributes);
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A DCode.cpp254 SecCode *SecCode::autoLocateGuest(CFDictionaryRef attributes, SecCSFlags flags) argument
256 // special case: with no attributes at all, return the root of trust
257 if (CFDictionaryGetCount(attributes) == 0)
262 if (!cfscan(attributes, "{%O=%d}", kSecGuestAttributePid, &pid))
263 CSError::throwMe(errSecCSUnsupportedGuestAttributes, kSecCFErrorGuestAttributes, attributes);
265 KernelCode::active()->locateGuest(attributes)) {
270 CFRef<CFMutableDictionaryRef> rest = makeCFMutableDictionary(attributes);
275 if (!CFDictionaryGetValue(attributes, kSecGuestAttributeCanonical)) {
276 // only "soft" attributes, and no hosting is happening. Return the (non-)host itself
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A DCode.cpp254 SecCode *SecCode::autoLocateGuest(CFDictionaryRef attributes, SecCSFlags flags) argument
256 // special case: with no attributes at all, return the root of trust
257 if (CFDictionaryGetCount(attributes) == 0)
262 if (!cfscan(attributes, "{%O=%d}", kSecGuestAttributePid, &pid))
263 CSError::throwMe(errSecCSUnsupportedGuestAttributes, kSecCFErrorGuestAttributes, attributes);
265 KernelCode::active()->locateGuest(attributes)) {
270 CFRef<CFMutableDictionaryRef> rest = makeCFMutableDictionary(attributes);
275 if (!CFDictionaryGetValue(attributes, kSecGuestAttributeCanonical)) {
276 // only "soft" attributes, and no hosting is happening. Return the (non-)host itself
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/diagrams/
H A Dcore.tcl8 # engine. Implements the base language (concrete attributes and
29 package require diagram::attribute ; # Database of element attributes
41 ## Public API :: Core extensibility (drawing elements, attributes,
197 # Standard attributes (element appearance, location).
289 set attributes [$att attributes move $args {from to then}]
290 set w [dict get $attributes waypoints]
341 # args = attributes.
349 # Process the attributes, and store the changed settings into
353 set attributes [
[all...]
H A Dbasic.tcl57 # ... and their attributes ...
123 # attributes, and commands using the unicode glyphs looking
252 method box {canvas attributes} {
253 array set a $attributes
273 HandleText $canvas $attributes items [dict get $corners center]
412 method circle {canvas attributes} {
413 array set a $attributes
423 HandleText $canvas $attributes items [dict get $corners center]
471 method ellipse {canvas attributes} {
472 array set a $attributes
[all...]
/macosx-10.10/IOStorageFamily-182.1.1/
H A DIOStorage.cpp222 IOStorageAttributes * attributes,
242 read(client, byteStart, buffer, attributes, &completion);
252 IOStorageAttributes * attributes,
272 write(client, byteStart, buffer, attributes, &completion);
329 IOStorageAttributes * attributes,
340 if ( attributes && attributes->options )
353 IOStorageAttributes * attributes,
364 if ( attributes && attributes
219 read(IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageAttributes * attributes, UInt64 * actualByteCount) argument
249 write(IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageAttributes * attributes, UInt64 * actualByteCount) argument
326 read(IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageAttributes * attributes, IOStorageCompletion * completion) argument
350 write(IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageAttributes * attributes, IOStorageCompletion * completion) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_client/
H A Dwrapkey.cpp65 &keyToBeUnwrapped, spec.usage, spec.attributes,
79 spec.attributes, spec.label, &compositeRcc(),
90 &keyToBeUnwrapped, spec.usage, spec.attributes,
106 spec.usage, spec.attributes, spec.label,
117 spec.attributes, spec.label, &compositeRcc(),
130 spec.attributes, spec.label, &compositeRcc(),
140 spec.usage, spec.attributes, spec.label,
155 spec.usage, spec.attributes, spec.label,
176 check(CSSM_DeriveKey(handle(), param, spec.usage, spec.attributes,
188 check(CSSM_DeriveKey(handle(), param, spec.usage, spec.attributes,
[all...]
H A Dmdsclient.cpp82 CSSM_HANDLE Directory::dlGetFirst(const CSSM_QUERY &query, CSSM_DB_RECORD_ATTRIBUTE_DATA &attributes, argument
86 switch (CSSM_RETURN rc = DataGetFirst(cdsa(), &query, &result, &attributes, NULL, &id)) {
99 bool Directory::dlGetNext(CSSM_HANDLE handle, CSSM_DB_RECORD_ATTRIBUTE_DATA &attributes, argument
102 CSSM_RETURN rc = DataGetNext(cdsa(), handle, &attributes, NULL, &id);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_client/lib/
H A Dwrapkey.cpp65 &keyToBeUnwrapped, spec.usage, spec.attributes,
79 spec.attributes, spec.label, &compositeRcc(),
90 &keyToBeUnwrapped, spec.usage, spec.attributes,
106 spec.usage, spec.attributes, spec.label,
117 spec.attributes, spec.label, &compositeRcc(),
130 spec.attributes, spec.label, &compositeRcc(),
140 spec.usage, spec.attributes, spec.label,
155 spec.usage, spec.attributes, spec.label,
176 check(CSSM_DeriveKey(handle(), param, spec.usage, spec.attributes,
188 check(CSSM_DeriveKey(handle(), param, spec.usage, spec.attributes,
[all...]
H A Dmdsclient.cpp82 CSSM_HANDLE Directory::dlGetFirst(const CSSM_QUERY &query, CSSM_DB_RECORD_ATTRIBUTE_DATA &attributes, argument
86 switch (CSSM_RETURN rc = DataGetFirst(cdsa(), &query, &result, &attributes, NULL, &id)) {
99 bool Directory::dlGetNext(CSSM_HANDLE handle, CSSM_DB_RECORD_ATTRIBUTE_DATA &attributes, argument
102 CSSM_RETURN rc = DataGetNext(cdsa(), handle, &attributes, NULL, &id);
/macosx-10.10/ruby-106/ruby/lib/rdoc/markup/
H A Dattribute_manager.rb2 # Manages changes of attributes in a block of text
26 # The attributes enabled for this markup object.
28 attr_reader :attributes
70 @attributes = RDoc::Markup::Attributes.new
99 # Used by the tests to change attributes by name from +current_set+ to
105 current |= @attributes.bitmap_for(name)
109 new |= @attributes.bitmap_for(name)
125 # Map attributes like <b>text</b>to the sequence
153 # Converts HTML tags to RDoc attributes
168 # Converts special sequences to RDoc attributes
[all...]
H A Dformatter.rb54 @attributes = @am.attributes
59 @tt_bit = @attributes.bitmap_for :TT
104 attr = @attributes.bitmap_for name
153 @attributes.each_name_of special.type do |name|
163 special_name = @attributes.as_string special.type
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclDTrace.d206 #pragma D attributes Evolving/Evolving/Common provider tcl provider
207 #pragma D attributes Private/Private/Common provider tcl module
208 #pragma D attributes Private/Private/Common provider tcl function
209 #pragma D attributes Evolving/Evolving/Common provider tcl name
210 #pragma D attributes Evolving/Evolving/Common provider tcl args
/macosx-10.10/libsecurity_ldap_dl-55003/lib/
H A DLDAPDLModule.cpp186 // add the relation to the attributes table
297 void LDAPDatabase::CopyAttributes (Relation *r, Tuple *t, CSSM_DB_RECORD_ATTRIBUTE_DATA_PTR attributes) argument
300 if(t == NULL || r == NULL || attributes == NULL) return;
303 CSSM_DB_ATTRIBUTE_DATA* d = attributes->AttributeData;
304 attributes->DataRecordType = r->GetRecordType ();
307 for (i = 0; i < attributes->NumberOfAttributes; ++i, d++) {
355 void LDAPDatabase::processNext(CSSM_DB_RECORD_ATTRIBUTE_DATA_PTR attributes, CSSM_DATA_PTR data,CSSM_DB_UNIQUE_RECORD_PTR *uniqueID, Query *q, Relation *r) argument
361 if(attributes != NULL) CopyAttributes (r, t, attributes);
369 CSSM_DB_RECORD_ATTRIBUTE_DATA_PTR attributes,
368 DbDataGetFirst(const CSSM_QUERY *query, CSSM_DB_RECORD_ATTRIBUTE_DATA_PTR attributes, CSSM_DATA_PTR data, CSSM_DB_UNIQUE_RECORD_PTR *uniqueID) argument
425 DbDataGetNext(CSSM_HANDLE resultsHandle, CSSM_DB_RECORD_ATTRIBUTE_DATA_PTR attributes, CSSM_DATA_PTR data, CSSM_DB_UNIQUE_RECORD_PTR *uniqueID) argument
477 DbDataGetFromUniqueRecordID(const CSSM_DB_UNIQUE_RECORD_PTR uniqueRecord, CSSM_DB_RECORD_ATTRIBUTE_DATA_PTR attributes, CSSM_DATA_PTR data) argument
[all...]
/macosx-10.10/IOCDStorageFamily-51/
H A DIOCDMedia.h154 * @param attributes
167 IOStorageAttributes * attributes,
185 * @param attributes
198 IOStorageAttributes * attributes,
225 * @param attributes
241 IOStorageAttributes * attributes,
274 * @param attributes
288 IOStorageAttributes * attributes = 0,
452 * @param attributes
468 IOStorageAttributes * attributes,
[all...]
H A DIOCDMedia.cpp158 IOStorageAttributes * attributes,
208 /* attributes */ attributes,
218 IOStorageAttributes * attributes,
281 /* attributes */ attributes,
294 IOStorageAttributes * attributes,
320 readCD(client, byteStart, buffer, sectorArea, sectorType, attributes, &completion);
336 IOStorageAttributes * attributes,
385 /* attributes */ attribute
155 read(IOService * , UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageAttributes * attributes, IOStorageCompletion * completion) argument
215 write(IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageAttributes * attributes, IOStorageCompletion * completion) argument
288 readCD(IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, CDSectorArea sectorArea, CDSectorType sectorType, IOStorageAttributes * attributes, UInt64 * actualByteCount) argument
330 readCD(IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, CDSectorArea sectorArea, CDSectorType sectorType, IOStorageAttributes * attributes, IOStorageCompletion * completion) argument
542 writeCD(IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, CDSectorArea sectorArea, CDSectorType sectorType, IOStorageAttributes * attributes, IOStorageCompletion * completion) argument
612 writeCD(IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, CDSectorArea sectorArea, CDSectorType sectorType, IOStorageAttributes * attributes, UInt64 * actualByteCount) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dcontext.cpp29 // Context attributes are allocated from application memory in big chunks comprising
30 // many attributes as well as the attribute array itself. The CSSM_CONTEXT fields
71 // This swiss-army-knife function performs a deep copy of all of a Context's attributes,
128 attributes = reinterpret_cast<Attr *>(allocator.malloc(totalSize));
129 copier = LowLevelMemoryUtilities::increment(attributes, vectorSize);
134 void Context::Builder::done(CSSM_CONTEXT_ATTRIBUTE * &attributes, uint32 &count) argument
137 attributes = this->attributes;
139 this->attributes = NULL; // delivered the goods, no longer our responsibility
180 Debug::dump("Context %s{type=%d, alg=%d, CSP=%u, %d attributes
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dcontext.cpp29 // Context attributes are allocated from application memory in big chunks comprising
30 // many attributes as well as the attribute array itself. The CSSM_CONTEXT fields
71 // This swiss-army-knife function performs a deep copy of all of a Context's attributes,
128 attributes = reinterpret_cast<Attr *>(allocator.malloc(totalSize));
129 copier = LowLevelMemoryUtilities::increment(attributes, vectorSize);
134 void Context::Builder::done(CSSM_CONTEXT_ATTRIBUTE * &attributes, uint32 &count) argument
137 attributes = this->attributes;
139 this->attributes = NULL; // delivered the goods, no longer our responsibility
180 Debug::dump("Context %s{type=%d, alg=%d, CSP=%u, %d attributes
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/network/gtk/
H A DCredentialBackingStore.cpp53 GRefPtr<GHashTable> attributes = adoptGRef(secret_attributes_build( local
62 return attributes;
64 g_hash_table_insert(attributes.get(), g_strdup("user"), g_strdup(credential.user().utf8().data()));
65 return attributes;
87 GRefPtr<GHashTable> attributes = adoptGRef(secret_item_get_attributes(secretItem.get())); local
88 String user = String::fromUTF8(static_cast<const char*>(g_hash_table_lookup(attributes.get(), "user")));
/macosx-10.10/ruby-106/ruby/test/rexml/
H A Dtest_jaxen.rb50 testCtx = XPath.match( testDoc, ctxElement.attributes["select"] )[0]
65 got = XPath.match( ctx, valueOfElement.attributes["select"], namespaces, variables )[0]
89 expected = testElement.attributes["count"]
90 got = XPath.match( ctx, testElement.attributes["select"], namespaces, variables )
102 XPath.match( ctx, testElement.attributes["select"], namespaces, variables )
108 puts "- Processing document: #{docElement.attributes['url']}"
109 testFile = File.new( docElement.attributes["url"] )
/macosx-10.10/ruby-106/ruby/test/uri/
H A Dtest_ldap.rb24 assert_equal('sn', u.attributes)
30 u.attributes = 'sn,cn,mail'
33 assert_equal('sn,cn,mail', u.attributes)
/macosx-10.10/JavaScriptCore-7600.1.17/API/
H A DJSClassRef.h40 : getProperty(_getProperty), setProperty(_setProperty), attributes(_attributes), propertyNameRef(OpaqueJSString::create(propertyName))
46 JSPropertyAttributes attributes; member in struct:StaticValueEntry
54 : callAsFunction(_callAsFunction), attributes(_attributes)
59 JSPropertyAttributes attributes; member in struct:StaticFunctionEntry
/macosx-10.10/Security-57031.1.35/Security/sec/Security/
H A DSecItemInternal.h49 bool cftype_ag_to_bool_cftype_error_request(enum SecXPCOperation op, CFTypeRef attributes, __unused CFArrayRef accessGroups, CFTypeRef *result, CFErrorRef *error);

Completed in 304 milliseconds

1234567891011>>