Lines Matching defs:array
2196 CFMutableArrayRef array)
2205 failf(data, "SSL: failed to allocate array for CA certificate");
2229 CFArrayAppendValue(array, cacert);
2246 CFMutableArrayRef array = NULL;
2259 array = CFArrayCreateMutable(kCFAllocatorDefault, 0, &kCFTypeArrayCallBacks);
2260 if(!array) {
2261 failf(data, "SSL: out of memory creating CA certificate array");
2284 rc = append_cert_to_array(data, certbuf, buflen, array);
2297 rc = append_cert_to_array(data, der, derlen, array);
2317 ret = SecTrustSetAnchorCertificates(trust, array);
2360 if(array)
2361 CFRelease(array);
3234 private API, so the best we can do is free up our own char array that we