Home
last modified time | relevance | path

Searched defs:_krb5_authenticator (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dkrb5.h1093 typedef struct _krb5_authenticator { struct
1094 krb5_magic magic;
1095 krb5_principal client; /* client name/realm */
1096 krb5_checksum *checksum; /* checksum, includes type, optional */
1097 krb5_int32 cusec; /* client usec portion */
1098 krb5_timestamp ctime; /* client sec portion */
1099 krb5_keyblock *subkey; /* true session key, optional */
1100 krb5_ui_4 seq_number; /* sequence #, optional */
1101 krb5_authdata **authorization_data; /* New add by Ari, auth data */