OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KRB5_GC_NO_STORE
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/kuser/
kgetcred.c
167
krb5_get_creds_opt_add_options(context, opt,
KRB5_GC_NO_STORE
);
172
krb5_get_creds_opt_add_options(context, opt,
KRB5_GC_NO_STORE
);
181
krb5_get_creds_opt_add_options(context, opt,
KRB5_GC_NO_STORE
);
/src/crypto/external/bsd/heimdal/dist/lib/krb5/
get_cred.c
1330
options |=
KRB5_GC_NO_STORE
;
1336
if ((options &
KRB5_GC_NO_STORE
) == 0)
1347
if(ret == 0 && (options &
KRB5_GC_NO_STORE
) == 0)
1586
options |=
KRB5_GC_NO_STORE
;
1603
if ((options &
KRB5_GC_NO_STORE
) == 0)
1614
if (ret == 0 && (options &
KRB5_GC_NO_STORE
) == 0)
krb5.h
445
#define
KRB5_GC_NO_STORE
(1U << 3)
/src/crypto/external/bsd/heimdal/dist/kdc/
kdc-tester.c
381
krb5_get_creds_opt_add_options(kdc_context, opt,
KRB5_GC_NO_STORE
);
Completed in 18 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026