Home
last modified time | relevance | path

Searched refs:input_length (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/crypto/heimdal/lib/gssapi/krb5/
H A Darcfour.c721 size_t input_length, in max_wrap_length_arcfour() argument
735 if (input_length < len) in max_wrap_length_arcfour()
738 *max_input_size = input_length - len; in max_wrap_length_arcfour()
745 len = 8 + input_length + blocksize + extrasize; in max_wrap_length_arcfour()
749 total_len -= input_length; /* token length */ in max_wrap_length_arcfour()
750 if (total_len < input_length) { in max_wrap_length_arcfour()
751 *max_input_size = (input_length - total_len); in max_wrap_length_arcfour()
H A Dcfx.c48 size_t input_length, in _gsskrb5cfx_wrap_length_cfx() argument
72 input_length += sizeof(gss_cfx_wrap_token_desc); in _gsskrb5cfx_wrap_length_cfx()
84 *padlength = padsize - (input_length % padsize); in _gsskrb5cfx_wrap_length_cfx()
87 input_length += *padlength; in _gsskrb5cfx_wrap_length_cfx()
91 crypto, input_length); in _gsskrb5cfx_wrap_length_cfx()
94 *output_length += input_length + *cksumsize; in _gsskrb5cfx_wrap_length_cfx()
97 assert(*output_length > input_length); in _gsskrb5cfx_wrap_length_cfx()
/freebsd-12.1/sys/contrib/octeon-sdk/
H A Dcvmx-dfa.h384 uint64_t input_length : 16; /**< In bytes, # pointers in gather case */ member
715 … void *input, int input_length, int use_gather, int is_little_endian, in cvmx_dfa_submit() argument
736 command.s.input_length = input_length; in cvmx_dfa_submit()
/freebsd-12.1/contrib/dialog/
H A Dutil.c2380 if (dialog_vars.input_length) { in dlg_clr_result()
2381 dialog_vars.input_length = 0; in dlg_clr_result()
2403 if (dialog_vars.input_length != 0 in dlg_set_result()
2409 dialog_vars.input_length = need; in dlg_set_result()
2432 || (dialog_vars.input_length != 0) in dlg_add_result()
2435 if (dialog_vars.input_length == 0 in dlg_add_result()
2440 dialog_vars.input_length = want * 2; in dlg_add_result()
2446 } else if (want >= dialog_vars.input_length) { in dlg_add_result()
2447 dialog_vars.input_length = want * 2; in dlg_add_result()
2449 dialog_vars.input_length, in dlg_add_result()
[all …]
H A Ddialog.h498 unsigned input_length; /* nonzero if input_result is allocated */ member
H A DCHANGES377 input_result and input_length, eliminating the need for a caller to
/freebsd-12.1/crypto/heimdal/lib/wind/
H A Drfc3492.txt1271 punycode_uint input_length,
1311 punycode_uint input_length,
1438 punycode_uint input_length,
1463 for (j = 0; j < input_length; ++j) {
1483 while (h < input_length) {
1500 for (j = 0; j < input_length; ++j) {
1543 punycode_uint input_length,
1730 input_length = 0;
1755 input[input_length++] = codept;
1800 input_length = strlen(input) - 1;
[all …]
/freebsd-12.1/contrib/gperf/src/
H A Dinput.cc256 int input_length = get_delim (&input, &input_size, EOF, _stream); in read_input() local
257 if (input_length < 0) in read_input()
271 char *input_end = input + input_length; in read_input()
/freebsd-12.1/sys/dev/mlx5/
H A Dmlx5_ifc.h9678 u8 input_length[0x20]; member