HomeSort by: relevance | last modified time | path
    Searched refs:cch (Results 1 - 21 of 21) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/crypto/cms/
cms_lib.c 364 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->d.certificate, cert))
482 CMS_CertificateChoices *cch; local
    [all...]
cms_sd.c 66 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;
cms_env.c 806 CMS_CertificateChoices *cch; local
807 cch = sk_CMS_CertificateChoices_value(org->certificates, i);
808 if (cch->type == CMS_CERTCHOICE_OTHER) {
811 } else if (cch->type == CMS_CERTCHOICE_V2ACERT) {
  /src/crypto/external/bsd/openssl/dist/crypto/cms/
cms_lib.c 90 CMS_CertificateChoices *cch; local
102 cch = sk_CMS_CertificateChoices_value(*pcerts, i);
103 if (cch->type == CMS_CERTCHOICE_CERT)
104 ossl_x509_set0_libctx(cch->d.certificate, libctx, propq);
492 CMS_CertificateChoices *cch; local
501 cch = M_ASN1_new_of(CMS_CertificateChoices);
502 if (!cch)
504 if (!sk_CMS_CertificateChoices_push(*pcerts, cch)) {
505 M_ASN1_free_of(cch, CMS_CertificateChoices);
508 return cch;
513 CMS_CertificateChoices *cch; local
617 CMS_CertificateChoices *cch; local
    [all...]
cms_sd.c 71 CMS_CertificateChoices *cch; local
76 cch = sk_CMS_CertificateChoices_value(sd->certificates, i);
77 if (cch->type == CMS_CERTCHOICE_OTHER) {
80 } else if (cch->type == CMS_CERTCHOICE_V2ACERT) {
83 } else if (cch->type == CMS_CERTCHOICE_V1ACERT) {
621 CMS_CertificateChoices *cch; local
649 cch = sk_CMS_CertificateChoices_value(certs, j);
650 if (cch->type != 0)
652 x = cch->d.certificate;
cms_env.c 1027 CMS_CertificateChoices *cch; local
1028 cch = sk_CMS_CertificateChoices_value(org->certificates, i);
1029 if (cch->type == CMS_CERTCHOICE_OTHER) {
1032 } else if (cch->type == CMS_CERTCHOICE_V2ACERT) {
  /src/lib/libcurses/
line.c 107 cchar_t cch;
109 __cursesi_chtype_to_cchar(ch, &cch);
110 return whline_set(win, &cch, count);
178 cchar_t cch;
180 __cursesi_chtype_to_cchar(ch, &cch);
181 return wvline_set(win, &cch, count);
  /src/crypto/external/apache2/openssl/dist/crypto/cms/
cms_lib.c 92 CMS_CertificateChoices *cch; local
104 cch = sk_CMS_CertificateChoices_value(*pcerts, i);
105 if (cch->type == CMS_CERTCHOICE_CERT)
106 ossl_x509_set0_libctx(cch->d.certificate, libctx, propq);
517 CMS_CertificateChoices *cch; local
526 cch = M_ASN1_new_of(CMS_CertificateChoices);
527 if (!cch)
529 if (!sk_CMS_CertificateChoices_push(*pcerts, cch)) {
530 M_ASN1_free_of(cch, CMS_CertificateChoices);
533 return cch;
538 CMS_CertificateChoices *cch; local
655 CMS_CertificateChoices *cch; local
    [all...]
cms_sd.c 67 CMS_CertificateChoices *cch; local
72 cch = sk_CMS_CertificateChoices_value(sd->certificates, i);
73 if (cch->type == CMS_CERTCHOICE_OTHER) {
76 } else if (cch->type == CMS_CERTCHOICE_V2ACERT) {
79 } else if (cch->type == CMS_CERTCHOICE_V1ACERT) {
676 CMS_CertificateChoices *cch; local
704 cch = sk_CMS_CertificateChoices_value(certs, j);
705 if (cch->type != CMS_CERTCHOICE_CERT)
707 x = cch->d.certificate;
cms_env.c 1058 CMS_CertificateChoices *cch; local
1059 cch = sk_CMS_CertificateChoices_value(org->certificates, i);
1060 if (cch->type == CMS_CERTCHOICE_OTHER) {
1063 } else if (cch->type == CMS_CERTCHOICE_V2ACERT) {
  /src/usr.bin/talk/
display.c 72 char cch; local
148 cch = (*text & 63) + 64;
149 waddch(win->x_win, cch);
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
config_reg.c 506 DWORD cch = sizeof(name)/sizeof(name[0]); local
511 rcode = RegEnumValue(key, index, name, &cch, NULL,
538 DWORD cch = sizeof(name)/sizeof(name[0]); local
542 rcode = RegEnumKeyEx(key, index, name, &cch, NULL, NULL, NULL, NULL);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
richedit.d 448 LONG cch;
commctrl.d 2755 UINT cch;
4299 UINT cch;
4322 UINT cch;
4350 UINT cch;
4367 UINT cch;
winuser.d 2817 UINT cch;
2834 UINT cch;
  /src/external/gpl3/gcc/dist/gcc/
tree-predcom.cc 3016 chain_p ch1, ch2, cch; local
3035 cch = combine_chains (ch1, ch2);
3036 if (cch)
3038 worklist.safe_push (cch);
3039 m_chains.safe_push (cch);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-predcom.cc 2985 chain_p ch1, ch2, cch; local
3004 cch = combine_chains (ch1, ch2);
3005 if (cch)
3007 worklist.safe_push (cch);
3008 m_chains.safe_push (cch);
  /src/external/bsd/ntp/dist/sntp/libevent/
configure 17751 size_t cch;
17758 cch = fread(buf, sizeof(buf), 1, fpC);
17759 read_success_once |= (0 != cch);
17760 } while (0 != cch);
  /src/external/bsd/libevent/dist/
configure 16494 size_t cch;
16501 cch = fread(buf, sizeof(buf), 1, fpC);
16502 read_success_once |= (0 != cch);
16503 } while (0 != cch);
  /src/external/bsd/ntp/dist/sntp/
configure 5451 size_t cch;
5458 cch = fread(buf, sizeof(buf), 1, fpC);
5459 read_success_once |= (0 != cch);
5460 } while (0 != cch);
  /src/external/bsd/ntp/dist/
configure 5696 size_t cch;
5703 cch = fread(buf, sizeof(buf), 1, fpC);
5704 read_success_once |= (0 != cch);
5705 } while (0 != cch);

Completed in 99 milliseconds