Home
last modified time | relevance | path

Searched refs:cch (Results 1 – 12 of 12) sorted by relevance

/freebsd/crypto/openssl/crypto/cms/
H A Dcms_lib.c92 CMS_CertificateChoices *cch; in ossl_cms_resolve_libctx() local
104 cch = sk_CMS_CertificateChoices_value(*pcerts, i); in ossl_cms_resolve_libctx()
105 if (cch->type == CMS_CERTCHOICE_CERT) in ossl_cms_resolve_libctx()
106 ossl_x509_set0_libctx(cch->d.certificate, libctx, propq); in ossl_cms_resolve_libctx()
517 CMS_CertificateChoices *cch; in CMS_add0_CertificateChoices() local
526 cch = M_ASN1_new_of(CMS_CertificateChoices); in CMS_add0_CertificateChoices()
527 if (!cch) in CMS_add0_CertificateChoices()
529 if (!sk_CMS_CertificateChoices_push(*pcerts, cch)) { in CMS_add0_CertificateChoices()
530 M_ASN1_free_of(cch, CMS_CertificateChoices); in CMS_add0_CertificateChoices()
533 return cch; in CMS_add0_CertificateChoices()
[all …]
H A Dcms_sd.c67 CMS_CertificateChoices *cch; in cms_sd_set_version() local
72 cch = sk_CMS_CertificateChoices_value(sd->certificates, i); in cms_sd_set_version()
73 if (cch->type == CMS_CERTCHOICE_OTHER) { in cms_sd_set_version()
76 } else if (cch->type == CMS_CERTCHOICE_V2ACERT) { in cms_sd_set_version()
79 } else if (cch->type == CMS_CERTCHOICE_V1ACERT) { in cms_sd_set_version()
676 CMS_CertificateChoices *cch; in CMS_set1_signers_certs() local
704 cch = sk_CMS_CertificateChoices_value(certs, j); in CMS_set1_signers_certs()
705 if (cch->type != CMS_CERTCHOICE_CERT) in CMS_set1_signers_certs()
707 x = cch->d.certificate; in CMS_set1_signers_certs()
H A Dcms_env.c1058 CMS_CertificateChoices *cch; in cms_env_set_originfo_version() local
1059 cch = sk_CMS_CertificateChoices_value(org->certificates, i); in cms_env_set_originfo_version()
1060 if (cch->type == CMS_CERTCHOICE_OTHER) { in cms_env_set_originfo_version()
1063 } else if (cch->type == CMS_CERTCHOICE_V2ACERT) { in cms_env_set_originfo_version()
/freebsd/contrib/ntp/sntp/m4/
H A Dntp_compiler.m4167 size_t cch;
174 cch = fread(buf, sizeof(buf), 1, fpC);
175 read_success_once |= (0 != cch);
176 } while (0 != cch);
/freebsd/contrib/dialog/
H A Dtrace.c137 cchar_t cch; in dlg_trace_win() local
140 if (win_wch(win, &cch) == ERR in dlg_trace_win()
141 || (uc = wunctrl((&cch))) == 0 in dlg_trace_win()
/freebsd/crypto/krb5/src/windows/leashdll/
H A Dlshfunc.c976 size_t cch; in Leash_get_default_lifetime() local
980 cch = strlen(value) + 2; /* NUL and new 's' */ in Leash_get_default_lifetime()
981 if (cch > sizeof(buf)) in Leash_get_default_lifetime()
1128 size_t cch; in Leash_get_default_renew_till() local
1131 cch = strlen(value) + 2; /* NUL and new 's' */ in Leash_get_default_renew_till()
1132 if (cch > sizeof(buf)) in Leash_get_default_renew_till()
/freebsd/contrib/ntp/sntp/libevent/
H A Dconfigure.ac944 size_t cch;
951 cch = fread(buf, sizeof(buf), 1, fpC);
952 read_success_once |= (0 != cch);
953 } while (0 != cch);
H A Dconfigure17751 size_t cch;
17758 cch = fread(buf, sizeof(buf), 1, fpC);
17759 read_success_once |= (0 != cch);
17760 } while (0 != cch);
/freebsd/contrib/libevent/
H A Dconfigure.ac944 size_t cch;
951 cch = fread(buf, sizeof(buf), 1, fpC);
952 read_success_once |= (0 != cch);
953 } while (0 != cch);
H A Dconfigure16494 size_t cch;
16501 cch = fread(buf, sizeof(buf), 1, fpC);
16502 read_success_once |= (0 != cch);
16503 } while (0 != cch);
/freebsd/contrib/ntp/sntp/
H A Dconfigure5451 size_t cch;
5458 cch = fread(buf, sizeof(buf), 1, fpC);
5459 read_success_once |= (0 != cch);
5460 } while (0 != cch);
/freebsd/contrib/ntp/
H A Dconfigure5696 size_t cch;
5703 cch = fread(buf, sizeof(buf), 1, fpC);
5704 read_success_once |= (0 != cch);
5705 } while (0 != cch);