Searched refs:cf_value (Results 1 – 2 of 2) sorted by relevance
/external/libchrome/components/policy/core/common/ |
D | policy_test_utils.cc | 107 base::ScopedCFTypeRef<CFPropertyListRef> cf_value( in ValueToProperty() local 109 if (cf_value) in ValueToProperty() 110 CFDictionaryAddValue(dict, key, cf_value); in ValueToProperty() 125 base::ScopedCFTypeRef<CFPropertyListRef> cf_value( in ValueToProperty() local 127 if (cf_value) in ValueToProperty() 128 CFArrayAppendValue(array, cf_value); in ValueToProperty()
|
/external/libcups/cups/ |
D | tls-darwin.c | 841 CFDictionaryRef cf_value; in httpCredentialsString() local 845 cf_value = CFArrayGetValueAtIndex(cf_values, i); in httpCredentialsString() 847 …if (!CFStringCompare(CFDictionaryGetValue(cf_value, kSecPropertyKeyLabel), kSecOIDOrganizationName… in httpCredentialsString() 848 …CFStringGetCString(CFDictionaryGetValue(cf_value, kSecPropertyKeyValue), issuer, (CFIndex)sizeof(i… in httpCredentialsString() 856 CFDictionaryRef cf_value; in httpCredentialsString() local 860 cf_value = CFArrayGetValueAtIndex(cf_values, i); in httpCredentialsString() 862 …if (!CFStringCompare(CFDictionaryGetValue(cf_value, kSecPropertyKeyLabel), CFSTR("Algorithm"), kCF… in httpCredentialsString() 864 CFStringRef cf_algorithm = CFDictionaryGetValue(cf_value, kSecPropertyKeyValue); in httpCredentialsString()
|