Searched refs:krb5_sam_response (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/ |
H A D | asn1_k_encode.c | 632 FIELDOF_NORM(krb5_sam_response, int32, sam_type, 0), 633 FIELDOF_NORM(krb5_sam_response, krb5_flags, sam_flags, 1), 634 FIELDOF_OPT(krb5_sam_response, ostring_data, sam_track_id, 2, 2), 635 FIELDOF_OPT(krb5_sam_response, encrypted_data, sam_enc_key, 3, 3), 636 FIELDOF_NORM(krb5_sam_response, encrypted_data, sam_enc_nonce_or_ts, 4), 637 FIELDOF_OPT(krb5_sam_response, int32, sam_nonce, 5, 5), 638 FIELDOF_OPT(krb5_sam_response, kerberos_time, sam_patimestamp, 6, 6), 642 const krb5_sam_response *val = p; in optional_sam_response() 655 DEFSEQTYPE(sam_response, krb5_sam_response, sam_response_fields,
|
H A D | asn1_k_decode.h | 157 (asn1buf *buf, krb5_sam_response *val);
|
H A D | krb5_decode.c | 904 krb5_error_code decode_krb5_sam_response(const krb5_data *code, krb5_sam_response **rep) in decode_krb5_sam_response() 907 alloc_field(*rep,krb5_sam_response); in decode_krb5_sam_response()
|
H A D | asn1_k_decode.c | 1126 asn1_error_code asn1_decode_sam_response(asn1buf *buf, krb5_sam_response *val) in asn1_decode_sam_response()
|
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/include/ |
H A D | k5-int.h | 514 } krb5_sam_response; typedef 1452 (krb5_context, krb5_sam_response * ); 1468 (krb5_context, krb5_sam_response * ); 1947 (const krb5_sam_response * , krb5_data **); 1985 (const krb5_data *, krb5_sam_response **);
|
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/ |
H A D | kfree.c | 756 krb5_free_sam_response(krb5_context ctx, krb5_sam_response *sr) in krb5_free_sam_response() 774 krb5_free_sam_response_contents(krb5_context ctx, krb5_sam_response *sr) in krb5_free_sam_response_contents()
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | preauth.c | 469 krb5_sam_response sam_response; in obtain_sam_padata()
|
H A D | preauth2.c | 782 krb5_sam_response sam_response; in pa_sam()
|
/titanic_41/usr/src/cmd/krb5/krb5kdc/ |
H A D | kdc_preauth.c | 1722 krb5_sam_response *sr = 0; in return_sam_data() 2255 krb5_sam_response *sr = 0; in verify_sam_response()
|