Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/dialog/
H A Dutil.c2719 if (dialog_vars.input_length) { in dlg_clr_result()
2720 dialog_vars.input_length = 0; in dlg_clr_result()
2742 if (dialog_vars.input_length != 0 in dlg_set_result()
2748 dialog_vars.input_length = need; in dlg_set_result()
2771 || (dialog_vars.input_length != 0) in dlg_add_result()
2774 if (dialog_vars.input_length == 0 in dlg_add_result()
2779 dialog_vars.input_length = want * 2; in dlg_add_result()
2785 } else if (want >= dialog_vars.input_length) { in dlg_add_result()
2786 dialog_vars.input_length = want * 2; in dlg_add_result()
2788 dialog_vars.input_length, in dlg_add_result()
[all …]
H A Ddialog.h542 unsigned input_length; /* nonzero if input_result is allocated */ member
H A DCHANGES909 input_result and input_length, eliminating the need for a caller to
/freebsd-14.2/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-14.2/sys/dev/mlx5/
H A Dmlx5_ifc.h10449 u8 input_length[0x20]; member