Home
last modified time | relevance | path

Searched refs:choices (Results 1 – 25 of 87) sorted by relevance

1234

/freebsd/contrib/bearssl/src/ssl/
H A Dssl_ccert_single_ec.c52 br_ssl_client_certificate *choices) in cc_choose() argument
68 choices->auth_type = BR_AUTH_ECDH; in cc_choose()
69 choices->hash_id = -1; in cc_choose()
70 choices->chain = zc->chain; in cc_choose()
71 choices->chain_len = zc->chain_len; in cc_choose()
81 memset(choices, 0, sizeof *choices); in cc_choose()
84 choices->auth_type = BR_AUTH_ECDSA; in cc_choose()
85 choices->hash_id = x; in cc_choose()
86 choices->chain = zc->chain; in cc_choose()
87 choices->chain_len = zc->chain_len; in cc_choose()
H A Dssl_ccert_single_rsa.c52 br_ssl_client_certificate *choices) in cc_choose() argument
61 memset(choices, 0, sizeof *choices); in cc_choose()
63 choices->auth_type = BR_AUTH_RSA; in cc_choose()
64 choices->hash_id = x; in cc_choose()
65 choices->chain = zc->chain; in cc_choose()
66 choices->chain_len = zc->chain_len; in cc_choose()
H A Dssl_scert_single_ec.c30 br_ssl_server_choices *choices) in se_choose() argument
43 choices->chain = pc->chain; in se_choose()
44 choices->chain_len = pc->chain_len; in se_choose()
54 choices->cipher_suite = st[u][0]; in se_choose()
62 choices->cipher_suite = st[u][0]; in se_choose()
70 choices->cipher_suite = st[u][0]; in se_choose()
71 choices->algo_id = hash_id + 0xFF00; in se_choose()
H A Dssl_scert_single_rsa.c30 br_ssl_server_choices *choices) in sr_choose() argument
48 choices->chain = pc->chain; in sr_choose()
49 choices->chain_len = pc->chain_len; in sr_choose()
57 choices->cipher_suite = st[u][0]; in sr_choose()
63 choices->cipher_suite = st[u][0]; in sr_choose()
64 choices->algo_id = hash_id + 0xFF00; in sr_choose()
H A Dssl_hs_server.c1220 br_ssl_server_choices choices; in br_ssl_hs_server_run() local
1223 CTX->policy_vtable, CTX, &choices); in br_ssl_hs_server_run()
1224 ENG->session.cipher_suite = choices.cipher_suite; in br_ssl_hs_server_run()
1225 CTX->sign_hash_id = choices.algo_id; in br_ssl_hs_server_run()
1226 ENG->chain = choices.chain; in br_ssl_hs_server_run()
1227 ENG->chain_len = choices.chain_len; in br_ssl_hs_server_run()
/freebsd/usr.sbin/spkrtest/
H A Dspkrtest.sh37 rm -f ${choices}
43 choices=${TMP:-/tmp}/_spkrtest_choices.$$
66 2> ${choices} || cleanExit 0
69 tunes="`cat ${choices}`"
/freebsd/contrib/bearssl/tools/
H A Dclient.c254 br_ssl_client_certificate *choices) in cc_choose() argument
292 if ((choices->hash_id = choose_hash(auth_types)) >= 0) { in cc_choose()
295 choices->hash_id, in cc_choose()
296 hash_function_name(choices->hash_id)); in cc_choose()
298 choices->auth_type = BR_AUTH_RSA; in cc_choose()
299 choices->chain = zc->chain; in cc_choose()
300 choices->chain_len = zc->chain_len; in cc_choose()
315 choices->auth_type = BR_AUTH_ECDH; in cc_choose()
316 choices->hash_id = -1; in cc_choose()
317 choices->chain = zc->chain; in cc_choose()
[all …]
H A Dserver.c329 br_ssl_server_choices *choices) in sp_choose() argument
387 choices->cipher_suite = st[u][0]; in sp_choose()
393 choices->cipher_suite = st[u][0]; in sp_choose()
398 choices->algo_id = 0x0001; in sp_choose()
400 choices->algo_id = 0xFF00; in sp_choose()
407 choices->algo_id = in sp_choose()
410 choices->algo_id = 0xFF00 + id; in sp_choose()
418 choices->cipher_suite = st[u][0]; in sp_choose()
423 choices->algo_id = 0x0203; in sp_choose()
425 choices->algo_id = in sp_choose()
[all …]
/freebsd/crypto/libecc/
H A Dmeson.options7 option('with_wordsize', type: 'combo', choices : ['0', '16', '32', '64'], value : '0', description…
17 option('with_double_add', type: 'combo', choices: ['unset', 'false', 'true'], value: 'unset', descr…
18 option('with_monty_ladder', type: 'combo', choices: ['unset', 'false', 'true'], value: 'unset', des…
29 option('with_curves', type: 'array', choices: [
82 option('with_hashes', type: 'array', choices: [
108 option('with_algs', type: 'array', choices: [
/freebsd/contrib/dialog/samples/
H A Ddialog.py163 choices = reduce(lambda res, pair: res + '%d "%s" ' % pair, pairs, '')
165 (text, height, width, menuheight, choices))
186 choices = reduce(lambda res, triple: res + '%d "%s" %s ' % triple,
189 (text, height, width, menuheight, choices))
217 choices = reduce(lambda res, triple: res + '%d "%s" %s ' % triple,
220 (text, height, width, menuheight, choices))
H A Dchecklist9.txt7 present a list of choices which can be turned on or \n\
/freebsd/stand/lua/
H A Dmenu.lua83 local choices = entry.items
84 if type(choices) == "function" then
85 choices = choices()
87 if #choices > 0 then
88 caridx = (caridx % #choices) + 1
90 entry.func(caridx, choices[caridx], choices)
H A Ddrawer.lua433 local choices = entry.items
434 if type(choices) == "function" then
435 choices = choices()
437 if #choices < caridx then
440 return entry.name(caridx, choices[caridx], choices)
/freebsd/tools/tools/net80211/wesside/wesside/
H A Daircrack-ptw-lib.c319 int choices[KEYHSBYTES]; in doComputation() local
326 choices[i] = i; in doComputation()
328 choices[i] = 1; in doComputation()
337 if (doRound(table, 0, fixat, fixvalue, choices, key, keylen, state, 0, strongbytes) == 1) { in doComputation()
341 choices[sh2[i].keybyte]++; in doComputation()
347 prod *= choices[j]; in doComputation()
/freebsd/sys/xdr/
H A Dxdr.c565 const struct xdr_discrim *choices, /* [value, xdr proc] for each arm */ in xdr_union() argument
582 for (; choices->proc != NULL_xdrproc_t; choices++) { in xdr_union()
583 if (choices->value == dscm) in xdr_union()
584 return ((*(choices->proc))(xdrs, unp)); in xdr_union()
/freebsd/lib/libc/xdr/
H A Dxdr.c633 xdr_union(XDR *xdrs, enum_t *dscmp, char *unp, const struct xdr_discrim *choices, xdrproc_t dfault) in xdr_union() argument
656 for (; choices->proc != NULL_xdrproc_t; choices++) { in xdr_union()
657 if (choices->value == dscm) in xdr_union()
658 return ((*(choices->proc))(xdrs, unp)); in xdr_union()
/freebsd/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Duserspace.py172 type="choice", choices=fields, default=list(),
176 type="choice", choices=fields, #-s sets the default
/freebsd/contrib/ntp/html/hints/
H A Dfreebsd6 You have two choices:
/freebsd/contrib/tcsh/nls/russian/
H A Dset348 46 List choices for completion
49 47 List choices for completion overriding programmable completion
51 49 List choices for completion or indicate end of file if empty line
/freebsd/contrib/tcsh/nls/C/
H A Dset348 46 List choices for completion
49 47 List choices for completion overriding programmable completion
51 49 List choices for completion or indicate end of file if empty line
/freebsd/contrib/tcsh/nls/ukrainian/
H A Dset348 46 List choices for completion
49 47 List choices for completion overriding programmable completion
51 49 List choices for completion or indicate end of file if empty line
/freebsd/tools/build/
H A Dmake.py213 parser.add_argument("--cross-compiler-type", choices=("clang", "gcc"),
218 parser.add_argument("--host-compiler-type", choices=("cc", "clang", "gcc"),
/freebsd/contrib/libcbor/doc/source/
H A Dinternal.rst4 Internal workings of *libcbor* are mostly derived from the specification. The purpose of this document is to describe technical choices made during design & implementation and to explicate the reasoning behind those choices.
/freebsd/contrib/wpa/wpa_supplicant/examples/
H A Ddpp-qrcode.py117 parser.add_argument('command', choices=['logcat',
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_ssl_version.pod38 The available B<method> choices are described in

1234