Searched refs:input_length (Results 1 – 7 of 7) sorted by relevance
721 size_t input_length, in max_wrap_length_arcfour() argument735 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()
48 size_t input_length, in _gsskrb5cfx_wrap_length_cfx() argument72 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()
2719 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 …]
542 unsigned input_length; /* nonzero if input_result is allocated */ member
909 input_result and input_length, eliminating the need for a caller to
1271 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 …]
10449 u8 input_length[0x20]; member