Searched defs:sam_type (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dpreauth2.c709 char *sam_challenge_banner(krb5_int32 sam_type) argument
713 switch (sam_type) {
810 (sam_challenge->sam_type == PA_SAM_TYPE_CRYPTOCARD)) {
829 sam_challenge_banner(sam_challenge->sam_type),
964 sam_response.sam_type = sam_challenge->sam_type;
1121 sam_challenge_banner(sc2b->sam_type),
1294 sr2.sam_type = sc2b->sam_type;
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dkdc_preauth.c1845 int sam_type; member in struct:__anon699
1895 sc.sam_type = 0;
1917 sc.sam_type = sam_ptr->sam_type;
1928 /* if sc.sam_type is set, it worked */
1929 if (sc.sam_type) {
1977 switch (sc.sam_type) {
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h452 /* sam_type values -- informational only */
480 krb5_int32 sam_type; /* information */ member in struct:_krb5_sam_challenge
507 krb5_int32 sam_type; /* informational */ member in struct:_krb5_sam_response
523 krb5_int32 sam_type; /* information */ member in struct:_krb5_sam_challenge_2_body
537 krb5_int32 sam_type; /* informational */ member in struct:_krb5_sam_response_2

Completed in 59 milliseconds