/freebsd/crypto/openssl/providers/common/der/ |
H A D | der_ecx_key.c | 14 int ossl_DER_w_algorithmIdentifier_X25519(WPACKET *pkt, int cont, ECX_KEY *ec) in ossl_DER_w_algorithmIdentifier_X25519() argument 16 return ossl_DER_w_begin_sequence(pkt, cont) in ossl_DER_w_algorithmIdentifier_X25519() 20 && ossl_DER_w_end_sequence(pkt, cont); in ossl_DER_w_algorithmIdentifier_X25519() 23 int ossl_DER_w_algorithmIdentifier_X448(WPACKET *pkt, int cont, ECX_KEY *ec) in ossl_DER_w_algorithmIdentifier_X448() argument 25 return ossl_DER_w_begin_sequence(pkt, cont) in ossl_DER_w_algorithmIdentifier_X448() 29 && ossl_DER_w_end_sequence(pkt, cont); in ossl_DER_w_algorithmIdentifier_X448() 32 int ossl_DER_w_algorithmIdentifier_ED25519(WPACKET *pkt, int cont, ECX_KEY *ec) in ossl_DER_w_algorithmIdentifier_ED25519() argument 34 return ossl_DER_w_begin_sequence(pkt, cont) in ossl_DER_w_algorithmIdentifier_ED25519() 38 && ossl_DER_w_end_sequence(pkt, cont); in ossl_DER_w_algorithmIdentifier_ED25519() 41 int ossl_DER_w_algorithmIdentifier_ED448(WPACKET *pkt, int cont, ECX_KEY *ec) in ossl_DER_w_algorithmIdentifier_ED448() argument [all …]
|
H A D | der_ec_key.c | 14 int ossl_DER_w_algorithmIdentifier_EC(WPACKET *pkt, int cont, EC_KEY *ec) in ossl_DER_w_algorithmIdentifier_EC() argument 16 return ossl_DER_w_begin_sequence(pkt, cont) in ossl_DER_w_algorithmIdentifier_EC() 20 && ossl_DER_w_end_sequence(pkt, cont); in ossl_DER_w_algorithmIdentifier_EC()
|
H A D | der_sm2_key.c | 15 int ossl_DER_w_algorithmIdentifier_SM2(WPACKET *pkt, int cont, EC_KEY *ec) in ossl_DER_w_algorithmIdentifier_SM2() argument 17 return ossl_DER_w_begin_sequence(pkt, cont) in ossl_DER_w_algorithmIdentifier_SM2() 22 && ossl_DER_w_end_sequence(pkt, cont); in ossl_DER_w_algorithmIdentifier_SM2()
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | x_long.c | 24 static int long_i2c(const ASN1_VALUE **pval, unsigned char *cont, int *putype, 26 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, 85 static int long_i2c(const ASN1_VALUE **pval, unsigned char *cont, int *putype, in long_i2c() argument 117 if (cont != NULL) { in long_i2c() 119 *cont++ = (unsigned char)sign; in long_i2c() 121 cont[i] = (unsigned char)(utmp ^ sign); in long_i2c() 128 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, in long_c2i() argument 141 switch (cont[0]) { in long_c2i() 143 cont++; in long_c2i() 148 cont++; in long_c2i() [all …]
|
H A D | x_bignum.c | 28 static int bn_i2c(const ASN1_VALUE **pval, unsigned char *cont, int *putype, 30 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, 32 static int bn_secure_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, 94 static int bn_i2c(const ASN1_VALUE **pval, unsigned char *cont, int *putype, in bn_i2c() argument 107 if (cont) { in bn_i2c() 109 *cont++ = 0; in bn_i2c() 110 BN_bn2bin(bn, cont); in bn_i2c() 115 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, in bn_c2i() argument 123 if (!BN_bin2bn(cont, len, bn)) { in bn_c2i() 130 static int bn_secure_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, in bn_secure_c2i() argument [all …]
|
H A D | x_int64.c | 49 static int uint64_i2c(const ASN1_VALUE **pval, unsigned char *cont, int *putype, in uint64_i2c() argument 70 return ossl_i2c_uint64_int(cont, utmp, neg); in uint64_i2c() 73 static int uint64_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, in uint64_c2i() argument 94 if (!ossl_c2i_uint64_int(&utmp, &neg, &cont, len)) in uint64_c2i() 144 static int uint32_i2c(const ASN1_VALUE **pval, unsigned char *cont, int *putype, in uint32_i2c() argument 165 return ossl_i2c_uint64_int(cont, (uint64_t)utmp, neg); in uint32_i2c() 175 static int uint32_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, in uint32_c2i() argument 197 if (!ossl_c2i_uint64_int(&utmp, &neg, &cont, len)) in uint32_c2i()
|
/freebsd/usr.sbin/tzsetup/ |
H A D | tzsetup.c | 264 find_continent_name(struct continent *cont) in find_continent_name() argument 269 if (cont == continent_names[i].continent) in find_continent_name() 379 add_cont_to_country(struct country *cp, struct continent *cont) in add_cont_to_country() argument 384 if (zp->continent == cont) in add_cont_to_country() 387 cp->alternate = cont; in add_cont_to_country() 392 const char *file, struct continent *cont) in add_zone_to_country() argument 413 zp->continent = cp->override != NULL ? cp->override : cont; in add_zone_to_country() 453 struct continent *cont; in read_zones() local 492 cont = find_continent(lineno, line); in read_zones() 497 cp->override = cont; in read_zones() [all …]
|
/freebsd/usr.sbin/bsdconfig/timezone/share/ |
H A D | menus.subr | 133 cont = ENVIRON["country_" tlc "_cont"] 134 nitems = ++continent_nitems[cont] 135 continent_tlc[cont,nitems] = tlc 136 continent_title[cont,nitems] = title 144 cont = ENVIRON["country_" tlc "_cont_" n] 148 if (cont == contx) break 152 nitems = ++continent_nitems[cont] 153 continent_tlc[cont,nitems] = tlc 154 continent_title[cont,nitems] = title 171 cont = array[item] [all …]
|
/freebsd/tools/test/stress2/misc/ |
H A D | tmpfs25.sh | 38 cont=/tmp/$prog.cont 57 touch $cont 62 [ ! -f $cont ] && break 66 rm -f $cont 84 rm -f $cont $sync
|
H A D | nullfs30.sh | 39 cont=/tmp/nullfs30.continue 74 touch $cont 75 while [ -f $cont ]; do 79 while [ -f $cont ]; do 83 while [ -f $cont ]; do 92 rm -f $cont
|
H A D | devfs.sh | 38 cont=/tmp/devfs.continue 41 touch $cont 55 while [ -r $cont ]; do 70 rm -f $cont
|
H A D | fdescfs.sh | 39 cont=/tmp/fdescfs.continue 43 touch $cont 59 while [ -r $cont ]; do 72 rm -f $cont
|
H A D | umountf10.sh | 38 cont=/tmp/umountf10.continue 55 touch $mntpoint/marker $cont 56 trap "rm -f $cont" EXIT INT 68 while [ -e $cont ]; do procstat -f $pid > /dev/null 2>&1; done & 72 while [ -e $cont ]; do find $mntpoint -ls > /dev/null 2>&1; done &
|
H A D | crossmp9.sh | 37 cont=/tmp/crossmp.continue 41 touch $cont 70 while [ -r $cont ]; do 87 rm -f $cont
|
H A D | crossmp2.sh | 35 cont=/tmp/crossmp2.continue 42 touch $cont 63 while [ -r $cont ]; do 85 rm -f $cont
|
H A D | crossmp.sh | 36 cont=/tmp/crossmp.continue 41 touch $cont 71 while [ -r $cont ]; do 87 rm -f $cont
|
/freebsd/tools/regression/geom/ConfCmp/ |
H A D | ConfCmp.c | 56 struct sbuf *cont; member 83 np->cont = sbuf_new_auto(); in new_node() 84 sbuf_clear(np->cont); in new_node() 138 sbuf_finish(mt->cur->cont); in EndElement() 142 sbuf_cat(mt->cur->key, sbuf_data(np->cont)); in EndElement() 165 sbuf_bcat(mt->cur->cont, b, e - b + 1); in CharData() 185 sbuf_finish(mt->top->cont); in dofile() 200 sbuf_finish(mt->top->cont); in dofile() 210 printf("\"%s\" -- \"%s\" -- \"%s\"", np->name, sbuf_data(np->cont), sbuf_data(np->key)); in print_node() 300 i = refcmp(sbuf_data(n1->cont), sbuf_data(n2->cont)); in compare_node() [all …]
|
/freebsd/contrib/netbsd-tests/usr.bin/gdb/ |
H A D | t_regress.sh | 43 cont 44 cont 45 cont 46 cont 47 cont
|
/freebsd/crypto/openssl/crypto/cms/ |
H A D | cms_smime.c | 106 BIO *cont; in CMS_data() local 113 cont = CMS_dataInit(cms, NULL); in CMS_data() 114 if (cont == NULL) in CMS_data() 116 r = cms_copy_content(out, cont, flags); in CMS_data() 117 BIO_free_all(cont); in CMS_data() 144 BIO *cont; in CMS_digest_verify() local 155 cont = CMS_dataInit(cms, dcont); in CMS_digest_verify() 156 if (cont == NULL) in CMS_digest_verify() 159 r = cms_copy_content(out, cont, flags); in CMS_digest_verify() 161 r = ossl_cms_DigestedData_do_final(cms, cont, 1); in CMS_digest_verify() [all …]
|
/freebsd/sys/contrib/zstd/programs/ |
H A D | benchfn.c | 211 BMK_runOutcome_t BMK_benchTimedFn(BMK_timedFnState_t* cont, in BMK_benchTimedFn() argument 214 PTime const runBudget_ns = cont->runBudget_ns; in BMK_benchTimedFn() 217 BMK_runTime_t bestRunTime = cont->fastestRun; in BMK_benchTimedFn() 220 BMK_runOutcome_t const runResult = BMK_benchFunction(p, cont->nbLoops); in BMK_benchTimedFn() 227 double const loopDuration_ns = newRunTime.nanoSecPerRun * cont->nbLoops; in BMK_benchTimedFn() 229 cont->timeSpent_ns += (unsigned long long)loopDuration_ns; in BMK_benchTimedFn() 234 cont->nbLoops = (unsigned)(runBudget_ns / fastestRun_ns) + 1; in BMK_benchTimedFn() 238 assert(cont->nbLoops < ((unsigned)-1) / multiplier); /* avoid overflow */ in BMK_benchTimedFn() 239 cont->nbLoops *= multiplier; in BMK_benchTimedFn()
|
/freebsd/crypto/openssl/providers/common/include/prov/ |
H A D | der_ecx.h | 47 int ossl_DER_w_algorithmIdentifier_ED25519(WPACKET *pkt, int cont, ECX_KEY *ec); 48 int ossl_DER_w_algorithmIdentifier_ED448(WPACKET *pkt, int cont, ECX_KEY *ec); 49 int ossl_DER_w_algorithmIdentifier_X25519(WPACKET *pkt, int cont, ECX_KEY *ec); 50 int ossl_DER_w_algorithmIdentifier_X448(WPACKET *pkt, int cont, ECX_KEY *ec);
|
H A D | der_ecx.h.in | 22 int ossl_DER_w_algorithmIdentifier_ED25519(WPACKET *pkt, int cont, ECX_KEY *ec); 23 int ossl_DER_w_algorithmIdentifier_ED448(WPACKET *pkt, int cont, ECX_KEY *ec); 24 int ossl_DER_w_algorithmIdentifier_X25519(WPACKET *pkt, int cont, ECX_KEY *ec); 25 int ossl_DER_w_algorithmIdentifier_X448(WPACKET *pkt, int cont, ECX_KEY *ec);
|
/freebsd/contrib/libfido2/src/ |
H A D | io.c | 25 } cont; in PACKED_TYPE() 105 if (d->tx_len - CTAP_CONT_HEADER_LEN > sizeof(fp->body.cont.data)) in tx_frame() 111 fp->body.cont.seq = seq; in tx_frame() 113 memcpy(&fp->body.cont.data, buf, count); in tx_frame() 241 cont_data_len > sizeof(f.body.cont.data)) in rx() 274 f.body.cont.seq = (uint8_t)seq; in rx() 277 if (f.cid != d->cid || f.body.cont.seq != seq) { in rx() 279 __func__, f.cid, d->cid, f.body.cont.seq, seq); in rx() 284 memcpy(buf + r, f.body.cont.data, cont_data_len); in rx() 287 memcpy(buf + r, f.body.cont.data, payload_len - r); in rx()
|
/freebsd/sys/fs/cd9660/ |
H A D | cd9660_rrip.c | 110 int len, wlen, cont; in cd9660_rrip_slink() local 118 cont = ana->cont; in cd9660_rrip_slink() 127 if (!cont) { in cd9660_rrip_slink() 133 cont = 0; in cd9660_rrip_slink() 172 cont = 1; in cd9660_rrip_slink() 187 ana->cont = 1; in cd9660_rrip_slink() 200 ana->cont = cont; in cd9660_rrip_slink() 217 int cont; in cd9660_rrip_altname() local 222 cont = 0; in cd9660_rrip_altname() 243 cont = 1; in cd9660_rrip_altname() [all …]
|
/freebsd/sys/dev/hid/ |
H A D | hmt.c | 479 uint32_t cont, btn; in hmt_intr() local 570 for (cont = 0; cont < cont_count; cont++) { in hmt_intr() 574 if (sc->locs[cont][usage].size > 0) in hmt_intr() 576 buf, len, &sc->locs[cont][usage]); in hmt_intr() 582 DPRINTFN(6, "cont%01x: data = ", cont); in hmt_intr() 663 size_t cont = 0; in hmt_hid_parse() local 734 cont++; in hmt_hid_parse() 778 if (cont >= MAX_MT_SLOTS) { in hmt_hid_parse() 779 DPRINTF("Finger %zu ignored\n", cont); in hmt_hid_parse() 791 if (sc->locs[cont][i].size) in hmt_hid_parse() [all …]
|