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

/freebsd-13-stable/crypto/openssl/crypto/cms/
H A Dcms_lib.c364 CMS_CertificateChoices *cch; local
372 cch = M_ASN1_new_of(CMS_CertificateChoices);
373 if (!cch)
375 if (!sk_CMS_CertificateChoices_push(*pcerts, cch)) {
376 M_ASN1_free_of(cch, CMS_CertificateChoices);
379 return cch;
384 CMS_CertificateChoices *cch; local
391 cch = sk_CMS_CertificateChoices_value(*pcerts, i);
392 if (cch->type == CMS_CERTCHOICE_CERT) {
393 if (!X509_cmp(cch
482 CMS_CertificateChoices *cch; local
[all...]
H A Dcms_sd.c66 CMS_CertificateChoices *cch; local
71 cch = sk_CMS_CertificateChoices_value(sd->certificates, i);
72 if (cch->type == CMS_CERTCHOICE_OTHER) {
75 } else if (cch->type == CMS_CERTCHOICE_V2ACERT) {
78 } else if (cch->type == CMS_CERTCHOICE_V1ACERT) {
496 CMS_CertificateChoices *cch; local
523 cch = sk_CMS_CertificateChoices_value(certs, j);
524 if (cch->type != 0)
526 x = cch->d.certificate;
H A Dcms_env.c805 CMS_CertificateChoices *cch; local
806 cch = sk_CMS_CertificateChoices_value(org->certificates, i);
807 if (cch->type == CMS_CERTCHOICE_OTHER) {
810 } else if (cch->type == CMS_CERTCHOICE_V2ACERT) {
/freebsd-13-stable/contrib/dialog/
H A Dtrace.c126 cchar_t cch; local
129 if (win_wch(win, &cch) == ERR
130 || (uc = wunctrl((&cch))) == 0
/freebsd-13-stable/contrib/libevent/
H A Dconfigure16183 size_t cch;
16190 cch = fread(buf, sizeof(buf), 1, fpC);
16191 read_success_once |= (0 != cch);
16192 } while (0 != cch);
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Dconfigure16059 size_t cch;
16066 cch = fread(buf, sizeof(buf), 1, fpC);
16067 read_success_once |= (0 != cch);
16068 } while (0 != cch);
/freebsd-13-stable/contrib/ntp/sntp/
H A Dconfigure5473 size_t cch;
5480 cch = fread(buf, sizeof(buf), 1, fpC);
5481 read_success_once |= (0 != cch);
5482 } while (0 != cch);
/freebsd-13-stable/contrib/ntp/
H A Dconfigure5706 size_t cch;
5713 cch = fread(buf, sizeof(buf), 1, fpC);
5714 read_success_once |= (0 != cch);
5715 } while (0 != cch);

Completed in 332 milliseconds