Searched refs:cert_and_key (Results 1 – 1 of 1) sorted by relevance
1135 SecIdentityRef cert_and_key = NULL; local1142 err = CopyIdentityWithLabel(ssl_cert, &cert_and_key);1157 &cert_and_key);1160 if(err == noErr && cert_and_key) {1166 err = SecIdentityCopyCertificate(cert_and_key, &cert);1181 certs_c[0] = cert_and_key;1191 CFRelease(cert_and_key);
Completed in 17 milliseconds