Searched refs:authenticated_attributes (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/sec/securityd/
H A DSecDbKeychainItem.c64 static void kc_dict_from_auth_data(const SecDbClass *class, const uint8_t *der, const uint8_t *der_end, CFMutableDictionaryRef *authenticated_attributes, CFMutableDictionaryRef *acl);
74 CFDictionaryRef attributes, CFDictionaryRef authenticated_attributes, CFDataRef *pBlob, CFErrorRef *error) {
100 if (authenticated_attributes) {
101 CFDictionaryForEach(authenticated_attributes, ^(const void *key, const void *value) {
119 if (authenticated_attributes) {
120 CFDictionaryForEach(authenticated_attributes, ^(const void *key, const void *value) {
174 constraint_data = kc_copy_constraints_data(access_control, authenticated_attributes);
284 CFMutableDictionaryRef authenticated_attributes = NULL; local
420 kc_dict_from_auth_data(db_class, cursor, cursor + wrapped_key_size, &authenticated_attributes, &acl);
456 attributes = CFRetainSafe(authenticated_attributes);
73 ks_encrypt_data(keybag_handle_t keybag, SecAccessControlRef access_control, CFTypeRef *cred_handle, CFDictionaryRef attributes, CFDictionaryRef authenticated_attributes, CFDataRef *pBlob, CFErrorRef *error) argument
652 kc_dict_from_auth_data(const SecDbClass *class, const uint8_t *der, const uint8_t *der_end, CFMutableDictionaryRef *authenticated_attributes, CFMutableDictionaryRef *acl) argument
[all...]
H A DSecDbKeychainItem.h38 CFDictionaryRef attributes, CFDictionaryRef authenticated_attributes, CFDataRef *pBlob, CFErrorRef *error);

Completed in 502 milliseconds