Searched refs:copyBlobString (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DSecCertificateP.c2061 static CFStringRef copyBlobString(CFAllocatorRef allocator, function
2153 return printableOnly ? NULL : copyBlobString(allocator, CFSTR("Byte string"), CFSTR("bytes"),
2155 //return copyBlobString(BYTE_STRING_STR, BYTES_STR, derThing);
2157 return printableOnly ? NULL : copyBlobString(allocator, CFSTR("Bit string"), CFSTR("bits"),
2160 return printableOnly ? NULL : copyBlobString(allocator, CFSTR("Sequence"), CFSTR("bytes"),
2163 return printableOnly ? NULL : copyBlobString(allocator, CFSTR("Set"), CFSTR("bytes"),
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecCertificateP.c2061 static CFStringRef copyBlobString(CFAllocatorRef allocator, function
2153 return printableOnly ? NULL : copyBlobString(allocator, CFSTR("Byte string"), CFSTR("bytes"),
2155 //return copyBlobString(BYTE_STRING_STR, BYTES_STR, derThing);
2157 return printableOnly ? NULL : copyBlobString(allocator, CFSTR("Bit string"), CFSTR("bits"),
2160 return printableOnly ? NULL : copyBlobString(allocator, CFSTR("Sequence"), CFSTR("bytes"),
2163 return printableOnly ? NULL : copyBlobString(allocator, CFSTR("Set"), CFSTR("bytes"),
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecCertificateP.c2061 static CFStringRef copyBlobString(CFAllocatorRef allocator, function
2153 return printableOnly ? NULL : copyBlobString(allocator, CFSTR("Byte string"), CFSTR("bytes"),
2155 //return copyBlobString(BYTE_STRING_STR, BYTES_STR, derThing);
2157 return printableOnly ? NULL : copyBlobString(allocator, CFSTR("Bit string"), CFSTR("bits"),
2160 return printableOnly ? NULL : copyBlobString(allocator, CFSTR("Sequence"), CFSTR("bytes"),
2163 return printableOnly ? NULL : copyBlobString(allocator, CFSTR("Set"), CFSTR("bytes"),
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/
H A DSecCertificate.c2169 static CFStringRef copyBlobString(CFAllocatorRef allocator, function
2266 copyBlobString(allocator, SEC_BYTE_STRING_KEY, SEC_BYTES_KEY,
2268 //return copyBlobString(BYTE_STRING_STR, BYTES_STR, derThing);
2271 copyBlobString(allocator, SEC_BIT_STRING_KEY, SEC_BITS_KEY,
2275 copyBlobString(allocator, SEC_SEQUENCE_KEY, SEC_BYTES_KEY,
2279 copyBlobString(allocator, SEC_SET_KEY, SEC_BYTES_KEY, derThing);

Completed in 223 milliseconds