Searched refs:choices (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-13-stable/usr.sbin/spkrtest/
H A Dspkrtest.sh38 rm -f ${choices}
44 choices=${TMP:-/tmp}/_spkrtest_choices.$$
67 2> ${choices} || cleanExit 0
70 tunes="`cat ${choices} | tr -d '\"'`"
/freebsd-13-stable/contrib/bearssl/src/ssl/
H A Dssl_ccert_single_ec.c52 br_ssl_client_certificate *choices)
68 choices->auth_type = BR_AUTH_ECDH;
69 choices->hash_id = -1;
70 choices->chain = zc->chain;
71 choices->chain_len = zc->chain_len;
81 memset(choices, 0, sizeof *choices);
84 choices->auth_type = BR_AUTH_ECDSA;
85 choices->hash_id = x;
86 choices
50 cc_choose(const br_ssl_client_certificate_class **pctx, const br_ssl_client_context *cc, uint32_t auth_types, br_ssl_client_certificate *choices) argument
[all...]
H A Dssl_ccert_single_rsa.c52 br_ssl_client_certificate *choices)
61 memset(choices, 0, sizeof *choices);
63 choices->auth_type = BR_AUTH_RSA;
64 choices->hash_id = x;
65 choices->chain = zc->chain;
66 choices->chain_len = zc->chain_len;
50 cc_choose(const br_ssl_client_certificate_class **pctx, const br_ssl_client_context *cc, uint32_t auth_types, br_ssl_client_certificate *choices) argument
H A Dssl_scert_single_ec.c30 br_ssl_server_choices *choices)
43 choices->chain = pc->chain;
44 choices->chain_len = pc->chain_len;
54 choices->cipher_suite = st[u][0];
62 choices->cipher_suite = st[u][0];
70 choices->cipher_suite = st[u][0];
71 choices->algo_id = hash_id + 0xFF00;
28 se_choose(const br_ssl_server_policy_class **pctx, const br_ssl_server_context *cc, br_ssl_server_choices *choices) argument
H A Dssl_scert_single_rsa.c30 br_ssl_server_choices *choices)
48 choices->chain = pc->chain;
49 choices->chain_len = pc->chain_len;
57 choices->cipher_suite = st[u][0];
63 choices->cipher_suite = st[u][0];
64 choices->algo_id = hash_id + 0xFF00;
28 sr_choose(const br_ssl_server_policy_class **pctx, const br_ssl_server_context *cc, br_ssl_server_choices *choices) argument
H A Dssl_hs_server.c1220 br_ssl_server_choices choices; local
1223 CTX->policy_vtable, CTX, &choices);
1224 ENG->session.cipher_suite = choices.cipher_suite;
1225 CTX->sign_hash_id = choices.algo_id;
1226 ENG->chain = choices.chain;
1227 ENG->chain_len = choices.chain_len;
/freebsd-13-stable/contrib/dialog/samples/
H A Ddialog.py163 choices = reduce(lambda res, pair: res + '%d "%s" ' % pair, pairs, '') variable in class:Dialog
165 (text, height, width, menuheight, choices))
186 choices = reduce(lambda res, triple: res + '%d "%s" %s ' % triple, variable in class:Dialog
189 (text, height, width, menuheight, choices))
217 choices = reduce(lambda res, triple: res + '%d "%s" %s ' % triple, variable in class:Dialog
220 (text, height, width, menuheight, choices))
/freebsd-13-stable/contrib/bearssl/tools/
H A Dclient.c254 br_ssl_client_certificate *choices)
292 if ((choices->hash_id = choose_hash(auth_types)) >= 0) {
295 choices->hash_id,
296 hash_function_name(choices->hash_id));
298 choices->auth_type = BR_AUTH_RSA;
299 choices->chain = zc->chain;
300 choices->chain_len = zc->chain_len;
315 choices->auth_type = BR_AUTH_ECDH;
316 choices->hash_id = -1;
317 choices
252 cc_choose(const br_ssl_client_certificate_class **pctx, const br_ssl_client_context *cc, uint32_t auth_types, br_ssl_client_certificate *choices) argument
[all...]
H A Dserver.c329 br_ssl_server_choices *choices)
387 choices->cipher_suite = st[u][0];
393 choices->cipher_suite = st[u][0];
398 choices->algo_id = 0x0001;
400 choices->algo_id = 0xFF00;
407 choices->algo_id =
410 choices->algo_id = 0xFF00 + id;
418 choices->cipher_suite = st[u][0];
423 choices->algo_id = 0x0203;
425 choices
327 sp_choose(const br_ssl_server_policy_class **pctx, const br_ssl_server_context *cc, br_ssl_server_choices *choices) argument
[all...]
/freebsd-13-stable/tools/tools/net80211/wesside/wesside/
H A Daircrack-ptw-lib.c321 int choices[KEYHSBYTES]; local
328 choices[i] = i;
330 choices[i] = 1;
339 if (doRound(table, 0, fixat, fixvalue, choices, key, keylen, state, 0, strongbytes) == 1) {
340 // printf("hit with %d choices\n", prod);
343 choices[sh2[i].keybyte]++;
345 // printf("choices[%d] is now %d\n", sh2[i].keybyte, choices[sh2[i].keybyte]);
349 prod *= choices[j];
/freebsd-13-stable/contrib/cortex-strings/scripts/
H A Dbench.py133 parser.add_argument("-v", "--variants", nargs="+", help="library variant to run (run all if not specified)", default = VARIANTS, choices = VARIANTS)
134 parser.add_argument("-f", "--functions", nargs="+", help="function to run (run all if not specified)", default = FUNCTIONS, choices = FUNCTIONS)
/freebsd-13-stable/lib/libc/xdr/
H A Dxdr.c642 xdr_union(XDR *xdrs, enum_t *dscmp, char *unp, const struct xdr_discrim *choices, xdrproc_t dfault) argument
647 * const struct xdr_discrim *choices; // [value, xdr proc] for each arm
662 * search choices for a value that matches the discriminator.
665 for (; choices->proc != NULL_xdrproc_t; choices++) {
666 if (choices->value == dscm)
667 return ((*(choices->proc))(xdrs, unp));
/freebsd-13-stable/sys/xdr/
H A Dxdr.c572 const struct xdr_discrim *choices, /* [value, xdr proc] for each arm */
586 * search choices for a value that matches the discriminator.
589 for (; choices->proc != NULL_xdrproc_t; choices++) {
590 if (choices->value == dscm)
591 return ((*(choices->proc))(xdrs, unp));
569 xdr_union(XDR *xdrs, enum_t *dscmp, char *unp, const struct xdr_discrim *choices, xdrproc_t dfault) argument
/freebsd-13-stable/contrib/wpa/wpa_supplicant/examples/
H A Ddpp-qrcode.py117 parser.add_argument('command', choices=['logcat',
H A Dwps-nfc.py458 parser.add_argument('command', choices=['write-config',
H A Dp2p-nfc.py569 parser.add_argument('command', choices=['write-p2p-sel'],
/freebsd-13-stable/stand/lua/
H A Dmenu.lua78 local choices = entry.items
79 if type(choices) == "function" then
80 choices = choices()
82 if #choices > 0 then
83 caridx = (caridx % #choices) + 1
85 entry.func(caridx, choices[caridx], choices)
H A Ddrawer.lua418 local choices = entry.items
419 if type(choices) == "function" then
420 choices = choices()
422 if #choices < caridx then
425 return entry.name(caridx, choices[caridx], choices)
/freebsd-13-stable/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-13-stable/tools/build/
H A Dmake.py158 parser.add_argument("--cross-compiler-type", choices=("clang", "gcc"),
163 parser.add_argument("--host-compiler-type", choices=("cc", "clang", "gcc"),
/freebsd-13-stable/contrib/wpa/hostapd/
H A Dwps-ap-nfc.py284 parser.add_argument('command', choices=['write-config',
/freebsd-13-stable/contrib/bearssl/inc/
H A Dbearssl_ssl.h2351 * either `do_sign()` or `do_keyx()`, depending on the algorithm choices.
2417 * This callback function shall fill the provided `choices`
2456 * \param choices destination structure for the policy choices.
2460 br_ssl_client_certificate *choices);
3016 * \brief Type for the server policy choices, taken after analysis of
3106 * This callback function shall fill the provided `choices`
3107 * structure with the policy choices for this connection. This
3124 * arbitrary ways to keep track of its own choices.
3126 * This function shall return 1 if appropriate policy choices
[all...]
/freebsd-13-stable/contrib/apr/
H A Dapr.mak14 !MESSAGE Possible choices for configuration are:
H A Dlibapr.mak14 !MESSAGE Possible choices for configuration are:
/freebsd-13-stable/contrib/ntp/lib/isc/win32/
H A Dlibisc.mak14 !MESSAGE Possible choices for configuration are:

Completed in 335 milliseconds

12