Home
last modified time | relevance | path

Searched refs:krb5_sam_response (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_encode.c632 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 Dasn1_k_decode.h157 (asn1buf *buf, krb5_sam_response *val);
H A Dkrb5_decode.c904 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 Dasn1_k_decode.c1126 asn1_error_code asn1_decode_sam_response(asn1buf *buf, krb5_sam_response *val) in asn1_decode_sam_response()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h514 } 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 **);
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dkfree.c756 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()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dpreauth.c469 krb5_sam_response sam_response; in obtain_sam_padata()
H A Dpreauth2.c782 krb5_sam_response sam_response; in pa_sam()
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dkdc_preauth.c1722 krb5_sam_response *sr = 0; in return_sam_data()
2255 krb5_sam_response *sr = 0; in verify_sam_response()