Home
last modified time | relevance | path

Searched refs:krb5_sam_response_2 (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_encode.c659 FIELDOF_NORM(krb5_sam_response_2, int32, sam_type, 0),
660 FIELDOF_NORM(krb5_sam_response_2, krb5_flags, sam_flags, 1),
661 FIELDOF_OPT(krb5_sam_response_2, ostring_data, sam_track_id, 2, 2),
662 FIELDOF_NORM(krb5_sam_response_2, encrypted_data, sam_enc_nonce_or_sad, 3),
663 FIELDOF_NORM(krb5_sam_response_2, int32, sam_nonce, 4),
667 const krb5_sam_response_2 *val = p; in optional_sam_response_2()
674 DEFSEQTYPE(sam_response_2, krb5_sam_response_2, sam_response_2_fields,
H A Dasn1_k_decode.h159 (asn1buf *buf, krb5_sam_response_2 *val);
H A Dkrb5_decode.c915 krb5_error_code decode_krb5_sam_response_2(const krb5_data *code, krb5_sam_response_2 **rep) in decode_krb5_sam_response_2()
918 alloc_field(*rep,krb5_sam_response_2); in decode_krb5_sam_response_2()
H A Dasn1_k_decode.c1143 asn1_error_code asn1_decode_sam_response_2(asn1buf *buf, krb5_sam_response_2 *val) in asn1_decode_sam_response_2()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h542 } krb5_sam_response_2; typedef
1454 (krb5_context, krb5_sam_response_2 * );
1470 (krb5_context, krb5_sam_response_2 *);
1959 (const krb5_sam_response_2 * , krb5_data **);
2000 (const krb5_data *, krb5_sam_response_2 **);
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dkfree.c765 krb5_free_sam_response_2(krb5_context ctx, krb5_sam_response_2 *sr2) in krb5_free_sam_response_2()
787 krb5_free_sam_response_2_contents(krb5_context ctx, krb5_sam_response_2 *sr2) in krb5_free_sam_response_2_contents()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dpreauth2.c1057 krb5_sam_response_2 sr2; in pa_sam_2()