/freebsd/contrib/bearssl/src/ssl/ |
H A D | ssl_ccert_single_ec.c | 52 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 D | ssl_ccert_single_rsa.c | 52 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 D | ssl_scert_single_ec.c | 30 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 D | ssl_scert_single_rsa.c | 30 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 D | ssl_hs_server.c | 1220 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 D | spkrtest.sh | 37 rm -f ${choices} 43 choices=${TMP:-/tmp}/_spkrtest_choices.$$ 66 2> ${choices} || cleanExit 0 69 tunes="`cat ${choices}`"
|
/freebsd/contrib/bearssl/tools/ |
H A D | client.c | 254 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 D | server.c | 329 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 D | meson.options | 7 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 D | dialog.py | 163 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 D | checklist9.txt | 7 present a list of choices which can be turned on or \n\
|
/freebsd/stand/lua/ |
H A D | menu.lua | 83 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 D | drawer.lua | 433 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 D | aircrack-ptw-lib.c | 319 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 D | xdr.c | 565 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 D | xdr.c | 633 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 D | userspace.py | 172 type="choice", choices=fields, default=list(), 176 type="choice", choices=fields, #-s sets the default
|
/freebsd/contrib/ntp/html/hints/ |
H A D | freebsd | 6 You have two choices:
|
/freebsd/contrib/tcsh/nls/russian/ |
H A D | set3 | 48 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 D | set3 | 48 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 D | set3 | 48 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 D | make.py | 213 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 D | internal.rst | 4 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 D | dpp-qrcode.py | 117 parser.add_argument('command', choices=['logcat',
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set_ssl_version.pod | 38 The available B<method> choices are described in
|