Home
last modified time | relevance | path

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

/external/libcups/cups/
Dtls-darwin.c187 CFStringRef cfcommon_name = NULL; in cupsMakeServerCredentials()
218cfcommon_name = CFStringCreateWithCString(kCFAllocatorDefault, common_name, kCFStringEncodingUTF8); in cupsMakeServerCredentials()
219 if (!cfcommon_name) in cupsMakeServerCredentials()
238 CFDictionaryAddValue(keyParams, kSecAttrLabel, cfcommon_name); in cupsMakeServerCredentials()
256 CFTypeRef certValues[] = { len, cfcommon_name, usage }; in cupsMakeServerCredentials()
262 const void *ca_cn[] = { kSecOidCommonName, cfcommon_name }; in cupsMakeServerCredentials()
298 CFTypeRef itemValues[] = { kSecClassIdentity, cfcommon_name, ident }; in cupsMakeServerCredentials()
324 if (cfcommon_name) in cupsMakeServerCredentials()
325 CFRelease(cfcommon_name); in cupsMakeServerCredentials()
932 CFStringRef cfcommon_name = NULL; in httpLoadCredentials() local
[all …]