Searched refs:cert_and_key (Results 1 – 1 of 1) sorted by relevance
1130 SecIdentityRef cert_and_key = NULL; local1137 err = CopyIdentityWithLabel(ssl_cert, &cert_and_key);1152 &cert_and_key);1155 if(err == noErr && cert_and_key) {1161 err = SecIdentityCopyCertificate(cert_and_key, &cert);1176 certs_c[0] = cert_and_key;1186 CFRelease(cert_and_key);
Completed in 11 milliseconds