Searched refs:oid_string (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DSecCertificateP.c1731 CFStringRef oid_string = CFStringCreateWithFormat(allocator, NULL,
1735 return oid_string;
2019 CFStringRef oid_string = copyLocalizedOidDescription(CFGetAllocator(properties), local
2021 appendProperty(properties, kSecPropertyTypeString, label, oid_string);
2022 CFRelease(oid_string);
2515 CFStringRef oid_string = copyLocalizedOidDescription(allocator, local
2519 appendProperty(properties, kSecPropertyTypeString, oid_string,
2522 appendUnparsedProperty(properties, oid_string, &on.value);
3283 CFStringRef oid_string = copyLocalizedOidDescription(allocator, extnID); local
3284 appendProperty(parent, kSecPropertyTypeSection, oid_string, propertie
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecCertificateP.c1731 CFStringRef oid_string = CFStringCreateWithFormat(allocator, NULL,
1735 return oid_string;
2019 CFStringRef oid_string = copyLocalizedOidDescription(CFGetAllocator(properties), local
2021 appendProperty(properties, kSecPropertyTypeString, label, oid_string);
2022 CFRelease(oid_string);
2515 CFStringRef oid_string = copyLocalizedOidDescription(allocator, local
2519 appendProperty(properties, kSecPropertyTypeString, oid_string,
2522 appendUnparsedProperty(properties, oid_string, &on.value);
3283 CFStringRef oid_string = copyLocalizedOidDescription(allocator, extnID); local
3284 appendProperty(parent, kSecPropertyTypeSection, oid_string, propertie
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecCertificateP.c1731 CFStringRef oid_string = CFStringCreateWithFormat(allocator, NULL,
1735 return oid_string;
2019 CFStringRef oid_string = copyLocalizedOidDescription(CFGetAllocator(properties), local
2021 appendProperty(properties, kSecPropertyTypeString, label, oid_string);
2022 CFRelease(oid_string);
2515 CFStringRef oid_string = copyLocalizedOidDescription(allocator, local
2519 appendProperty(properties, kSecPropertyTypeString, oid_string,
2522 appendUnparsedProperty(properties, oid_string, &on.value);
3283 CFStringRef oid_string = copyLocalizedOidDescription(allocator, extnID); local
3284 appendProperty(parent, kSecPropertyTypeSection, oid_string, propertie
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/
H A DSecCertificateRequest.c89 static uint8_t * oid_der_data(PRArenaPool *poolp, CFStringRef oid_string, size_t *oid_data_len) argument
92 size_t tmp_oid_length = ((CFStringGetLength(oid_string) * 4) / 7) + 1;
97 oid_string, CFSTR("."));
H A DSecCertificate.c1798 CFStringRef oid_string = CFStringCreateWithFormat(allocator, NULL,
1802 return oid_string;
2124 CFStringRef oid_string = local
2127 oid_string);
2128 CFRelease(oid_string);

Completed in 110 milliseconds