Home
last modified time | relevance | path

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

/freebsd-13.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-13.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-13.1/contrib/dialog/
H A Dutil.c2451 if (dialog_vars.input_length) { in dlg_clr_result()
2452 dialog_vars.input_length = 0; in dlg_clr_result()
2474 if (dialog_vars.input_length != 0 in dlg_set_result()
2480 dialog_vars.input_length = need; in dlg_set_result()
2503 || (dialog_vars.input_length != 0) in dlg_add_result()
2506 if (dialog_vars.input_length == 0 in dlg_add_result()
2511 dialog_vars.input_length = want * 2; in dlg_add_result()
2517 } else if (want >= dialog_vars.input_length) { in dlg_add_result()
2518 dialog_vars.input_length = want * 2; in dlg_add_result()
2520 dialog_vars.input_length, in dlg_add_result()
[all …]
H A Ddialog.h518 unsigned input_length; /* nonzero if input_result is allocated */ member
H A DCHANGES696 input_result and input_length, eliminating the need for a caller to
/freebsd-13.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-13.1/sys/dev/mlx5/
H A Dmlx5_ifc.h9892 u8 input_length[0x20]; member