Home
last modified time | relevance | path

Searched refs:cf_values (Results 1 – 1 of 1) sorted by relevance

/external/libcups/cups/
Dtls-darwin.c839 CFArrayRef cf_values = CFDictionaryGetValue(cf_issuer, kSecPropertyKeyValue); in httpCredentialsString() local
840 CFIndex i, count = CFArrayGetCount(cf_values); in httpCredentialsString()
845 cf_value = CFArrayGetValueAtIndex(cf_values, i); in httpCredentialsString()
854 CFArrayRef cf_values = CFDictionaryGetValue(cf_sigalg, kSecPropertyKeyValue); in httpCredentialsString() local
855 CFIndex i, count = CFArrayGetCount(cf_values); in httpCredentialsString()
860 cf_value = CFArrayGetValueAtIndex(cf_values, i); in httpCredentialsString()