Searched refs:cfcommon_name (Results 1 – 1 of 1) sorted by relevance
94 CFStringRef cfcommon_name = NULL; in cupsMakeServerCredentials() local125 …cfcommon_name = CFStringCreateWithCString(kCFAllocatorDefault, common_name, kCFStringEncodingUTF8); in cupsMakeServerCredentials()126 if (!cfcommon_name) in cupsMakeServerCredentials()145 CFDictionaryAddValue(keyParams, kSecAttrLabel, cfcommon_name); in cupsMakeServerCredentials()163 CFTypeRef certValues[] = { len, cfcommon_name, usage }; in cupsMakeServerCredentials()169 const void *ca_cn[] = { kSecOidCommonName, cfcommon_name }; in cupsMakeServerCredentials()205 CFTypeRef itemValues[] = { kSecClassIdentity, cfcommon_name, ident }; in cupsMakeServerCredentials()231 if (cfcommon_name) in cupsMakeServerCredentials()232 CFRelease(cfcommon_name); in cupsMakeServerCredentials()874 CFStringRef cfcommon_name = NULL; in httpLoadCredentials() local[all …]