Home
last modified time | relevance | path

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

/aosp_15_r20/external/libcups/cups/
H A Dtls-darwin.c865 CFStringRef cf_algorithm = CFDictionaryGetValue(cf_value, kSecPropertyKeyValue); in httpCredentialsString() local
867 … if (!CFStringCompare(cf_algorithm, CFSTR("1.2.840.113549.1.1.5"), kCFCompareCaseInsensitive)) in httpCredentialsString()
869 …else if (!CFStringCompare(cf_algorithm, CFSTR("1.2.840.113549.1.1.11"), kCFCompareCaseInsensitive)) in httpCredentialsString()
871 … else if (!CFStringCompare(cf_algorithm, CFSTR("1.2.840.113549.1.1.4"), kCFCompareCaseInsensitive)) in httpCredentialsString()