Home
last modified time | relevance | path

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

/external/libcups/cups/
Dtls-darwin.c864 CFStringRef cf_algorithm = CFDictionaryGetValue(cf_value, kSecPropertyKeyValue); in httpCredentialsString() local
866 … if (!CFStringCompare(cf_algorithm, CFSTR("1.2.840.113549.1.1.5"), kCFCompareCaseInsensitive)) in httpCredentialsString()
868 …else if (!CFStringCompare(cf_algorithm, CFSTR("1.2.840.113549.1.1.11"), kCFCompareCaseInsensitive)) in httpCredentialsString()
870 … else if (!CFStringCompare(cf_algorithm, CFSTR("1.2.840.113549.1.1.4"), kCFCompareCaseInsensitive)) in httpCredentialsString()