Home
last modified time | relevance | path

Searched refs:cont (Results 1 – 25 of 122) sorted by relevance

12345

/freebsd/crypto/openssl/providers/common/der/
H A Dder_ecx_key.c14 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()
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
43 return ossl_DER_w_begin_sequence(pkt, cont) in ossl_DER_w_algorithmIdentifier_ED448()
[all …]
H A Dder_ec_key.c14 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 Dder_sm2_key.c15 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()
H A Dder_sm2_sig.c23 int ossl_DER_w_algorithmIdentifier_SM2_with_MD(WPACKET *pkt, int cont, in ossl_DER_w_algorithmIdentifier_SM2_with_MD() argument
35 return ossl_DER_w_begin_sequence(pkt, cont) in ossl_DER_w_algorithmIdentifier_SM2_with_MD()
38 && ossl_DER_w_end_sequence(pkt, cont); in ossl_DER_w_algorithmIdentifier_SM2_with_MD()
/freebsd/crypto/openssl/crypto/asn1/
H A Dx_long.c24 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,
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()
141 switch (cont[0]) { in long_c2i()
143 cont++; in long_c2i()
148 cont++; in long_c2i()
161 if (len && (cont[0] & 0x80)) in long_c2i()
165 } else if (((sign ^ cont[0]) & 0x80) == 0) { /* same sign bit? */ in long_c2i()
[all …]
H A Dx_bignum.c28 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 Dx_int64.c49 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 Dtzsetup.c387 cp->alternate = cont; in add_cont_to_country()
453 struct continent *cont; in read_zones() local
497 cp->override = cont; in read_zones()
515 cont); in read_zones()
559 const char *cont; in dump_zonetab() local
575 struct continent *cont; in make_menus() local
589 cont = zp->continent; in make_menus()
637 cont = zp->continent; in make_menus()
652 dmi = &cont->menu[cont->nitems]; in make_menus()
661 cont = cp->alternate; in make_menus()
[all …]
/freebsd/tools/test/stress2/misc/
H A Dtmpfs25.sh38 cont=/tmp/$prog.cont
57 touch $cont
62 [ ! -f $cont ] && break
66 rm -f $cont
84 rm -f $cont $sync
H A Dnullfs30.sh39 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 Ddevfs.sh38 cont=/tmp/devfs.continue
41 touch $cont
55 while [ -r $cont ]; do
70 rm -f $cont
H A Dfdescfs.sh39 cont=/tmp/fdescfs.continue
43 touch $cont
59 while [ -r $cont ]; do
72 rm -f $cont
H A Dumountf10.sh38 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 Dcrossmp9.sh37 cont=/tmp/crossmp.continue
41 touch $cont
70 while [ -r $cont ]; do
87 rm -f $cont
H A Dcrossmp2.sh35 cont=/tmp/crossmp2.continue
42 touch $cont
63 while [ -r $cont ]; do
85 rm -f $cont
H A Dcrossmp.sh36 cont=/tmp/crossmp.continue
41 touch $cont
71 while [ -r $cont ]; do
87 rm -f $cont
H A Dptrace5.sh71 static int cont;
94 while (cont == 1) {
113 while (cont == 1) {
152 cont = 1;
160 cont = 0;
/freebsd/usr.sbin/bsdconfig/timezone/share/
H A Dmenus.subr134 nitems = ++continent_nitems[cont]
135 continent_tlc[cont,nitems] = tlc
136 continent_title[cont,nitems] = title
148 if (cont == contx) break
152 nitems = ++continent_nitems[cont]
153 continent_tlc[cont,nitems] = tlc
171 cont = array[item]
172 if (!cont) continue
181 nitems = continent_nitems[cont]
188 cont, n, continent_tlc[cont,n]
[all …]
/freebsd/contrib/netbsd-tests/usr.bin/gdb/
H A Dt_regress.sh43 cont
44 cont
45 cont
46 cont
47 cont
/freebsd/tools/regression/geom/ConfCmp/
H A DConfCmp.c56 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/sys/contrib/zstd/programs/
H A Dbenchfn.c211 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/crypto/cms/
H A Dcms_smime.c106 BIO *cont; in CMS_data() local
114 if (cont == NULL) in CMS_data()
117 BIO_free_all(cont); in CMS_data()
144 BIO *cont; in CMS_digest_verify() local
156 if (cont == NULL) in CMS_digest_verify()
202 BIO *cont; in CMS_EncryptedData_decrypt() local
216 if (cont == NULL) in CMS_EncryptedData_decrypt()
862 BIO *cont; in CMS_decrypt() local
881 if (cont == NULL) in CMS_decrypt()
923 BIO *cont; in CMS_uncompress() local
[all …]
/freebsd/crypto/openssl/providers/common/include/prov/
H A Dder_ecx.h47 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 Dder_ecx.h.in22 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 Dio.c25 } 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()

12345