Searched refs:cch (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/cms/
H A Dcms_lib.c439 CMS_CertificateChoices *cch; local
447 cch = M_ASN1_new_of(CMS_CertificateChoices);
448 if (!cch)
450 if (!sk_CMS_CertificateChoices_push(*pcerts, cch)) {
451 M_ASN1_free_of(cch, CMS_CertificateChoices);
454 return cch;
459 CMS_CertificateChoices *cch; local
466 cch = sk_CMS_CertificateChoices_value(*pcerts, i);
467 if (cch->type == CMS_CERTCHOICE_CERT) {
468 if (!X509_cmp(cch
546 CMS_CertificateChoices *cch; local
[all...]
H A Dcms_sd.c110 CMS_CertificateChoices *cch; local
115 cch = sk_CMS_CertificateChoices_value(sd->certificates, i);
116 if (cch->type == CMS_CERTCHOICE_OTHER) {
119 } else if (cch->type == CMS_CERTCHOICE_V2ACERT) {
122 } else if (cch->type == CMS_CERTCHOICE_V1ACERT) {
520 CMS_CertificateChoices *cch; local
547 cch = sk_CMS_CertificateChoices_value(certs, j);
548 if (cch->type != 0)
550 x = cch->d.certificate;
/freebsd-9.3-release/usr.bin/talk/
H A Ddisplay.c72 char cch; local
162 cch = (*text & 63) + 64;
163 waddch(win->x_win, cch);
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dconfigure15519 size_t cch;
15526 cch = fread(buf, sizeof(buf), 1, fpC);
15527 read_success_once |= (0 != cch);
15528 } while (0 != cch);
/freebsd-9.3-release/contrib/ntp/sntp/
H A Dconfigure6489 size_t cch;
6496 cch = fread(buf, sizeof(buf), 1, fpC);
6497 read_success_once |= (0 != cch);
6498 } while (0 != cch);
/freebsd-9.3-release/contrib/ntp/
H A Dconfigure6712 size_t cch;
6719 cch = fread(buf, sizeof(buf), 1, fpC);
6720 read_success_once |= (0 != cch);
6721 } while (0 != cch);
[all...]

Completed in 372 milliseconds