Searched refs:attributes (Results 126 - 150 of 1053) sorted by relevance

1234567891011>>

/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A DSecCodeHost.h100 @param attributes An optional CFDictionaryRef containing attributes that can be used
103 no other attributes are established for the guest.
104 While any key can be used in the attributes dictionary, the kSecGuestAttribute* constants
136 uint32_t status, CFURLRef path, CFDictionaryRef attributes,
201 @param attributes An optional dictionary containing attributes to be used to distinguish
202 this guest from all guests of the caller. If given, it completely replaces the attributes
203 specified earlier. If NULL, previously established attributes are retained.
209 uint32_t status, CFDictionaryRef attributes,
[all...]
H A Dcsgeneric.h53 SecCode *locateGuest(CFDictionaryRef attributes);
65 void identifyGuest(SecGuestRef guest, char *path, CFDataRef &cdhash, CFDictionaryRef &attributes);
H A DSecCodeHost.cpp54 uint32_t status, CFURLRef path, CFDictionaryRef attributes,
61 status, cfString(path).c_str(), CssmData(), DictData(attributes), flags);
98 uint32_t status, CFDictionaryRef attributes,
104 SecurityServer::ClientSession().setGuestStatus(guestRef, status, DictData(attributes));
53 SecHostCreateGuest(SecGuestRef host, uint32_t status, CFURLRef path, CFDictionaryRef attributes, SecCSFlags flags, SecGuestRef *newGuest) argument
97 SecHostSetGuestStatus(SecGuestRef guestRef, uint32_t status, CFDictionaryRef attributes, SecCSFlags flags) argument
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dtokenkey.cpp76 // Canonical external attributes (taken directly from the key header)
78 CSSM_KEYATTR_FLAGS TokenKey::attributes() function in class:TokenKey
80 return mHeader.attributes();
/macosx-10.10/WebCore-7600.1.25/platform/graphics/surfaces/glx/
H A DGLXSurface.cpp64 GLXTransportSurface::GLXTransportSurface(const IntSize& size, SurfaceAttributes attributes) argument
65 : GLTransportSurface(size, attributes)
68 attributes |= GLPlatformSurface::DoubleBuffered;
69 m_configSelector = adoptPtr(new GLXConfigSelector(attributes));
125 GLPlatformSurface::SurfaceAttributes GLXTransportSurface::attributes() const function in class:WebCore::GLXTransportSurface
127 return m_configSelector->attributes();
142 void GLXOffScreenSurface::initialize(SurfaceAttributes attributes) argument
146 m_configSelector = adoptPtr(new GLXConfigSelector(attributes));
/macosx-10.10/ruby-106/ruby/lib/rexml/formatters/
H A Dtransitive.rb25 node.attributes.each_attribute do |attr|
28 end unless node.attributes.empty?
/macosx-10.10/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_markup_formatter.rb14 @res << attributes(paragraph.text)
17 def attributes text method in class:TestRDocMarkupFormatter.ToTest
42 @attributes = @attribute_manager.attributes
46 @caps = @attributes.bitmap_for :CAPS
47 @special = @attributes.bitmap_for :_SPECIAL_
48 @tt = @attributes.bitmap_for :TT
66 @attributes.as_string mask
/macosx-10.10/ruby-106/ruby/test/rexml/
H A Dtest_xpath_attribute_query.rb68 assert_equal( hrefs[ctr], @alternate_link.attributes['href'])
85 assert_equal( hrefs[ctr], @alternate_link.attributes['href'])
H A Dtest_xpath_pred.rb34 assert_equal( "2", m[0].attributes["id"] )
35 assert_nil( m[1].attributes["id"] )
42 assert_equal( "1", m[0].attributes["id"] )
49 assert_equal( "1", m[0].attributes["id"] )
/macosx-10.10/OpenSSL098-52/src/crypto/store/
H A Dstr_lib.c254 X509 *STORE_get_certificate(STORE *s, OPENSSL_ITEM attributes[], argument
264 attributes, parameters);
280 int STORE_store_certificate(STORE *s, X509 *data, OPENSSL_ITEM attributes[], argument
304 object, attributes, parameters);
335 int STORE_revoke_certificate(STORE *s, OPENSSL_ITEM attributes[], argument
342 attributes, parameters))
351 int STORE_delete_certificate(STORE *s, OPENSSL_ITEM attributes[], argument
358 attributes, parameters))
367 void *STORE_list_certificate_start(STORE *s, OPENSSL_ITEM attributes[], argument
376 STORE_OBJECT_TYPE_X509_CERTIFICATE, attributes, parameter
438 STORE_generate_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
464 STORE_get_private_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
490 STORE_store_private_key(STORE *s, EVP_PKEY *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
552 STORE_revoke_private_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
572 STORE_delete_private_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
588 STORE_list_private_key_start(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
659 STORE_get_public_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
685 STORE_store_public_key(STORE *s, EVP_PKEY *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
747 STORE_revoke_public_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
767 STORE_delete_public_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
783 STORE_list_public_key_start(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
854 STORE_generate_crl(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
880 STORE_get_crl(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
906 STORE_store_crl(STORE *s, X509_CRL *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
961 STORE_delete_crl(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
977 STORE_list_crl_start(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1048 STORE_store_number(STORE *s, BIGNUM *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1099 STORE_get_number(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1122 STORE_delete_number(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1138 STORE_store_arbitrary(STORE *s, BUF_MEM *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1189 STORE_get_arbitrary(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1212 STORE_delete_arbitrary(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1537 OPENSSL_ITEM *attributes; member in struct:attr_list_ctx_st
1539 STORE_parse_attrs_start(OPENSSL_ITEM *attributes) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_asn1/
H A DcsrTemplates.h44 NSS_Attribute **attributes; member in struct:__anon3579
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A DSecCodeHost.cpp54 uint32_t status, CFURLRef path, CFDictionaryRef attributes,
61 status, cfString(path).c_str(), CssmData(), DictData(attributes), flags);
98 uint32_t status, CFDictionaryRef attributes,
104 SecurityServer::ClientSession().setGuestStatus(guestRef, status, DictData(attributes));
53 SecHostCreateGuest(SecGuestRef host, uint32_t status, CFURLRef path, CFDictionaryRef attributes, SecCSFlags flags, SecGuestRef *newGuest) argument
97 SecHostSetGuestStatus(SecGuestRef guestRef, uint32_t status, CFDictionaryRef attributes, SecCSFlags flags) argument
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A DcsrTemplates.h44 NSS_Attribute **attributes; member in struct:__anon4014
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A DcsrTemplates.h44 NSS_Attribute **attributes; member in struct:__anon4136
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A DcsrTemplates.h44 NSS_Attribute **attributes; member in struct:__anon4258
/macosx-10.10/SecurityTokend-55108/lib/
H A Dtdtransit.h90 ~SendContext() { Allocator::standard().free(attributes); }
93 CSSM_CONTEXT_ATTRIBUTE *attributes; member in class:Security::Tokend::SendContext
97 #define CONTEXT(ctx) ctx.context, ctx.attributes, ctx.attributes, ctx.attributeSize
/macosx-10.10/SecurityTokend-55108/security_tokend_client/
H A Dtdtransit.h90 ~SendContext() { Allocator::standard().free(attributes); }
93 CSSM_CONTEXT_ATTRIBUTE *attributes; member in class:Security::Tokend::SendContext
97 #define CONTEXT(ctx) ctx.context, ctx.attributes, ctx.attributes, ctx.attributeSize
/macosx-10.10/WebCore-7600.1.25/accessibility/atk/
H A DWebKitAccessibleInterfaceDocument.cpp93 const gchar* attributes[] = { "DocType", "Encoding", "URI" }; local
95 for (unsigned i = 0; i < G_N_ELEMENTS(attributes); i++) {
96 const gchar* value = documentAttributeValue(document, attributes[i]);
98 attributeSet = addToAtkAttributeSet(attributeSet, attributes[i], value);
/macosx-10.10/libsecurity_ldap_dl-55003/lib/
H A DDatabase.h88 const CSSM_DB_RECORD_ATTRIBUTE_DATA *attributes,
101 CSSM_DB_RECORD_ATTRIBUTE_DATA_PTR attributes,
106 CSSM_DB_RECORD_ATTRIBUTE_DATA_PTR attributes,
113 CSSM_DB_RECORD_ATTRIBUTE_DATA_PTR attributes,
/macosx-10.10/libxslt-13/libxslt/libxslt/
H A Dattributes.h30 const xmlChar *attributes);
/macosx-10.10/Heimdal-398.1.2/lib/heimcred/
H A Dheimcred.h32 attributes:
82 return attributes and their content
114 HeimCredCreate(CFDictionaryRef attributes, CFErrorRef *error);
126 HeimCredSetAttributes(HeimCredRef cred, CFDictionaryRef attributes, CFErrorRef *error);
129 HeimCredCopyAttributes(HeimCredRef cred, CFSetRef attributes, CFErrorRef *error);
H A Dclient.c226 CFDictionaryRef attributes = HeimCredMessageCopyAttributes(object, "attributes", CFDictionaryGetTypeID()); local
227 if (attributes == NULL)
230 CFUUIDRef uuid = CFDictionaryGetValue(attributes, kHEIMAttrUUID);
232 if (attributes)
233 CFRelease(attributes);
239 if (attributes)
240 CFRelease(attributes);
244 cred->attributes = attributes;
257 HeimCredCreate(CFDictionaryRef attributes, CFErrorRef *error) argument
351 HeimCredSetAttributes(HeimCredRef cred, CFDictionaryRef attributes, CFErrorRef *error) argument
405 HeimCredCopyAttributes(HeimCredRef cred, CFSetRef attributes, CFErrorRef *error) argument
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/x509/
H A Dx509_req.c245 if (!req->req_info->attributes)
247 if (!(req->req_info->attributes = sk_X509_ATTRIBUTE_new_null()))
250 if(!sk_X509_ATTRIBUTE_push(req->req_info->attributes, attr)) goto err;
268 return X509at_get_attr_count(req->req_info->attributes);
274 return X509at_get_attr_by_NID(req->req_info->attributes, nid, lastpos);
280 return X509at_get_attr_by_OBJ(req->req_info->attributes, obj, lastpos);
285 return X509at_get_attr(req->req_info->attributes, loc);
290 return X509at_delete_attr(req->req_info->attributes, loc);
295 if(X509at_add1_attr(&req->req_info->attributes, attr)) return 1;
303 if(X509at_add1_attr_by_OBJ(&req->req_info->attributes, ob
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cssm/lib/
H A DcssmapplePriv.h123 CSSM_DB_RECORD_ATTRIBUTE_DATA_PTR attributes; member in struct:cssm_applecspdl_db_insert_without_encryption_parameters
131 CSSM_DB_RECORD_ATTRIBUTE_DATA_PTR attributes; member in struct:cssm_applecspdl_db_modify_without_encryption_parameters
139 CSSM_DB_RECORD_ATTRIBUTE_DATA_PTR attributes; member in struct:cssm_applecspdl_db_get_without_encryption_parameters
/macosx-10.10/Security-57031.1.35/Security/sec/Security/Tool/
H A Dadd_internet_password.c47 CFDictionaryRef attributes = NULL; local
89 attributes = CFDictionaryCreate(NULL, keys, values, ix,
99 result = SecItemAdd(attributes, NULL);
101 if (attributes)
102 CFRelease(attributes);

Completed in 327 milliseconds

1234567891011>>