OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fxfastrep
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/kdc/
fast.c
191
PA_FX_FAST_REPLY
fxfastrep
;
local
197
memset(&
fxfastrep
, 0, sizeof(
fxfastrep
));
216
fxfastrep
.element = choice_PA_FX_FAST_REPLY_armored_data;
224
&
fxfastrep
.u.armored_data.enc_fast_rep);
230
&
fxfastrep
, &size, ret);
231
free_PA_FX_FAST_REPLY(&
fxfastrep
);
262
PA_FX_FAST_REPLY
fxfastrep
;
local
265
memset(&
fxfastrep
, 0, sizeof(
fxfastrep
));
[
all
...]
/src/crypto/external/bsd/heimdal/dist/lib/krb5/
init_creds_pw.c
1731
PA_FX_FAST_REPLY
fxfastrep
;
local
1747
memset(&
fxfastrep
, 0, sizeof(
fxfastrep
));
1750
ret = decode_PA_FX_FAST_REPLY(pa->padata_value.data, pa->padata_value.length, &
fxfastrep
, NULL);
1754
if (
fxfastrep
.element == choice_PA_FX_FAST_REPLY_armored_data) {
1759
&
fxfastrep
.u.armored_data.enc_fast_rep,
1832
free_PA_FX_FAST_REPLY(&
fxfastrep
);
Completed in 24 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026