Home
last modified time | relevance | path

Searched refs:SC_KEYBLOCK (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/crypto/heimdal/lib/gssapi/krb5/
Dgsskrb5_locl.h133 #define SC_KEYBLOCK 0x04 macro
Dexport_sec_context.c80 flags |= SC_KEYBLOCK; in _gsskrb5_export_sec_context()
Dimport_sec_context.c121 if (flags & SC_KEYBLOCK) { in _gsskrb5_import_sec_context()
/freebsd-12-stable/sys/kgssapi/krb5/
Dkrb5_mech.c426 #define SC_KEYBLOCK 4 in krb5_import() macro
449 if (flags & SC_KEYBLOCK) in krb5_import()