• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/Security-55471.14.18/sec/Security/

Lines Matching refs:SecCertificatePathRef

91 	SecCertificatePathRef certificatePath = (SecCertificatePathRef) cf;
99 SecCertificatePathRef cp1 = (SecCertificatePathRef) cf1;
100 SecCertificatePathRef cp2 = (SecCertificatePathRef) cf2;
113 SecCertificatePathRef certificatePath = (SecCertificatePathRef) cf;
124 SecCertificatePathRef certificatePath = (SecCertificatePathRef) cf;
170 SecCertificatePathRef SecCertificatePathCreate(SecCertificatePathRef path,
191 SecCertificatePathRef result =
192 (SecCertificatePathRef)_CFRuntimeCreateInstance(allocator,
215 SecCertificatePathRef SecCertificatePathCreateWithXPCArray(xpc_object_t xpc_path, CFErrorRef *error) {
216 SecCertificatePathRef result = NULL;
222 require_action_quiet(result = (SecCertificatePathRef)_CFRuntimeCreateInstance(kCFAllocatorDefault, SecCertificatePathGetTypeID(), size - sizeof(CFRuntimeBase), 0), exit, SecError(errSecDecode, error, CFSTR("_CFRuntimeCreateInstance returned NULL")));
246 SecCertificatePathRef SecCertificatePathCopyFromParent(
247 SecCertificatePathRef path, CFIndex skipCount) {
266 SecCertificatePathRef result =
267 (SecCertificatePathRef)_CFRuntimeCreateInstance(allocator,
287 SecCertificatePathRef SecCertificatePathCopyAddingLeaf(SecCertificatePathRef path,
310 SecCertificatePathRef result =
311 (SecCertificatePathRef)_CFRuntimeCreateInstance(allocator,
334 xpc_object_t SecCertificatePathCopyXPCArray(SecCertificatePathRef path, CFErrorRef *error) {
353 SecCertificatePathRef certificatePath) {
364 SecCertificatePathRef certificatePath) {
372 SecCertificatePathRef certificatePath) {
379 SecCertificatePathRef certificatePath) {
384 SecCertificatePathRef certificatePath, CFIndex sourceIndex) {
389 SecCertificatePathRef certificatePath) {
394 SecCertificatePathRef certificatePath) {
400 SecCertificatePathRef certificatePath, CFIndex ix) {
406 CFIndex SecCertificatePathGetIndexOfCertificate(SecCertificatePathRef path,
419 SecCertificatePathRef certificatePath) {
428 SecCertificatePathRef certificatePath) {
434 SecCertificatePathRef certificatePath, CFIndex ix) {
473 SecCertificatePathRef certificatePath) {
518 SecCertificatePathRef certificatePath, CFAbsoluteTime verifyTime) {