Home
last modified time | relevance | path

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

1234

/freebsd-14-stable/contrib/bearssl/src/ssl/
HDssl_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()
HDssl_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()
HDssl_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()
HDssl_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()
HDssl_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-14-stable/usr.sbin/spkrtest/
HDspkrtest.sh37 rm -f ${choices}
43 choices=${TMP:-/tmp}/_spkrtest_choices.$$
66 2> ${choices} || cleanExit 0
69 tunes="`cat ${choices}`"
/freebsd-14-stable/contrib/bearssl/tools/
HDclient.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 …]
HDserver.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-14-stable/crypto/libecc/
HDmeson.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-14-stable/contrib/dialog/samples/
HDdialog.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))
HDchecklist9.txt7 present a list of choices which can be turned on or \n\
/freebsd-14-stable/stand/lua/
HDmenu.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)
HDdrawer.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-14-stable/tools/tools/net80211/wesside/wesside/
HDaircrack-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-14-stable/sys/xdr/
HDxdr.c569 const struct xdr_discrim *choices, /* [value, xdr proc] for each arm */ in xdr_union() argument
586 for (; choices->proc != NULL_xdrproc_t; choices++) { in xdr_union()
587 if (choices->value == dscm) in xdr_union()
588 return ((*(choices->proc))(xdrs, unp)); in xdr_union()
/freebsd-14-stable/lib/libc/xdr/
HDxdr.c637 xdr_union(XDR *xdrs, enum_t *dscmp, char *unp, const struct xdr_discrim *choices, xdrproc_t dfault) in xdr_union() argument
660 for (; choices->proc != NULL_xdrproc_t; choices++) { in xdr_union()
661 if (choices->value == dscm) in xdr_union()
662 return ((*(choices->proc))(xdrs, unp)); in xdr_union()
/freebsd-14-stable/contrib/ntp/html/hints/
HDfreebsd6 You have two choices:
/freebsd-14-stable/contrib/tcsh/nls/russian/
HDset348 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-14-stable/tools/build/
HDmake.py213 parser.add_argument("--cross-compiler-type", choices=("clang", "gcc"),
218 parser.add_argument("--host-compiler-type", choices=("cc", "clang", "gcc"),
/freebsd-14-stable/contrib/tcsh/nls/ukrainian/
HDset348 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-14-stable/contrib/tcsh/nls/C/
HDset348 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-14-stable/contrib/xz/doxygen/
HDDoxyfile6 # Use the "update-doxygen" script for more choices:
/freebsd-14-stable/contrib/libcbor/doc/source/
HDinternal.rst4 …ent is to describe technical choices made during design & implementation and to explicate the reas…
/freebsd-14-stable/contrib/wpa/wpa_supplicant/examples/
HDdpp-qrcode.py117 parser.add_argument('command', choices=['logcat',
/freebsd-14-stable/crypto/openssl/doc/man3/
HDSSL_CTX_set_ssl_version.pod38 The available B<method> choices are described in

1234