OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_input_size
(Results
1 - 13
of
13
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/
gss_wrap_size_limit.c
39
OM_uint32 *
max_input_size
)
44
*
max_input_size
= 0;
53
conf_req_flag, qop_req, req_output_size,
max_input_size
));
/src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
wrap.c
118
OM_uint32 *
max_input_size
,
131
*
max_input_size
= (req_output_size - total_len);
132
(*
max_input_size
) &= (~(OM_uint32)(blocksize - 1));
134
*
max_input_size
= 0;
146
OM_uint32 *
max_input_size
159
req_output_size,
max_input_size
);
174
ret = sub_wrap_size(req_output_size,
max_input_size
, 8, 22);
183
req_output_size,
max_input_size
, key);
187
ret = sub_wrap_size(req_output_size,
max_input_size
, 8, 34);
arcfour.c
839
OM_uint32 *
max_input_size
)
853
*
max_input_size
= 0;
855
*
max_input_size
= input_length - len;
868
*
max_input_size
= (input_length - total_len);
869
(*
max_input_size
) &= (~(OM_uint32)(blocksize - 1));
871
*
max_input_size
= 0;
885
OM_uint32 *
max_input_size
,
898
req_output_size,
max_input_size
);
cfx.c
111
OM_uint32 *
max_input_size
)
115
*
max_input_size
= 0;
140
*
max_input_size
= wrapped_size;
157
*
max_input_size
= req_output_size - cksumsize;
gsskrb5-private.h
300
OM_uint32 */*
max_input_size
*/,
311
OM_uint32 */*
max_input_size
*/);
785
OM_uint32 *
max_input_size
);
/src/crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/
crypto.c
449
OM_uint32 *
max_input_size
459
*
max_input_size
= 0;
461
*
max_input_size
= req_output_size - 16;
ntlm-private.h
282
OM_uint32 *
max_input_size
);
/src/crypto/external/bsd/heimdal/include/
ntlm-private.h
280
OM_uint32 *
max_input_size
);
spnego-private.h
321
OM_uint32 *
max_input_size
);
gsskrb5-private.h
297
OM_uint32 */*
max_input_size
*/,
308
OM_uint32 */*
max_input_size
*/);
782
OM_uint32 *
max_input_size
);
/src/crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/
spnego-private.h
323
OM_uint32 *
max_input_size
);
context_stubs.c
458
OM_uint32 *
max_input_size
480
max_input_size
);
/src/external/bsd/openldap/dist/libraries/libldap/
gssapi.c
109
OM_uint32
max_input_size
;
local
136
SEND_MAX_WIRE_SIZE, &
max_input_size
);
150
max_input_size
= FALLBACK_SEND_MAX_SIZE;
154
*max_send =
max_input_size
;
Completed in 26 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026