Searched refs:certdata (Results 1 – 4 of 4) sorted by relevance
72 void *certdata; in test_cert_blob() local80 if(loadfile(cafile, &certdata, &certsize)) { in test_cert_blob()88 blob.data = certdata; in test_cert_blob()92 free(certdata); in test_cert_blob()
22 This tool downloads the *certdata.txt* file from Mozilla's source tree over45 specify which Mozilla tree to pull *certdata.txt* from (or a custom URL).52 force rebuild even if *certdata.txt* is current (Added in version 1.17)66 print license info about *certdata.txt*77 Do not download *certdata.txt* - use the existing.113 unlink (remove) *certdata.txt* after processing
561 void *certdata = NULL; in schannel_acquire_credential_handle() local566 certdata = data->set.ssl.primary.cert_blob->data; in schannel_acquire_credential_handle()623 certdata = malloc(certsize + 1); in schannel_acquire_credential_handle()624 if((!certdata) || in schannel_acquire_credential_handle()625 ((int) fread(certdata, certsize, 1, fInCert) != 1)) in schannel_acquire_credential_handle()631 free(certdata); in schannel_acquire_credential_handle()637 datablob.pbData = (BYTE*)certdata; in schannel_acquire_credential_handle()666 free(certdata); in schannel_acquire_credential_handle()
1486 CFDataRef certdata; local1488 certdata = CFDataCreate(kCFAllocatorDefault, buf, (CFIndex)buflen);1489 if(!certdata) {1494 cacert = SecCertificateCreateWithData(kCFAllocatorDefault, certdata);1495 CFRelease(certdata);
Completed in 17 milliseconds