Home
last modified time | relevance | path

Searched refs:sam_response (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dpreauth.c469 krb5_sam_response sam_response; in obtain_sam_padata() local
490 sam_response.sam_patimestamp = enc_sam_response_enc.sam_timestamp; in obtain_sam_padata()
541 &sam_response.sam_enc_nonce_or_ts))) in obtain_sam_padata()
548 sam_response.sam_enc_key.ciphertext.length = 0; in obtain_sam_padata()
551 sam_response.sam_nonce = sam_challenge->sam_nonce; in obtain_sam_padata()
552 sam_response.sam_flags = sam_challenge->sam_flags; in obtain_sam_padata()
553 sam_response.sam_track_id = sam_challenge->sam_track_id; in obtain_sam_padata()
554 sam_response.sam_type = sam_challenge->sam_type; in obtain_sam_padata()
555 sam_response.magic = KV5M_SAM_RESPONSE; in obtain_sam_padata()
557 if ((retval = encode_krb5_sam_response(&sam_response, &scratch)) != 0) in obtain_sam_padata()
H A Dpreauth2.c782 krb5_sam_response sam_response; in pa_sam() local
866 sam_response.sam_patimestamp = enc_sam_response_enc.sam_timestamp; in pa_sam()
961 sam_response.sam_nonce = sam_challenge->sam_nonce; in pa_sam()
962 sam_response.sam_flags = sam_challenge->sam_flags; in pa_sam()
963 sam_response.sam_track_id = sam_challenge->sam_track_id; in pa_sam()
964 sam_response.sam_type = sam_challenge->sam_type; in pa_sam()
965 sam_response.magic = KV5M_SAM_RESPONSE; in pa_sam()
985 enc_data = &sam_response.sam_enc_nonce_or_ts; in pa_sam()
1010 sam_response.sam_enc_key.ciphertext.length = 0; in pa_sam()
1015 if ((ret = encode_krb5_sam_response(&sam_response, &scratch))) { in pa_sam()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_encode.c655 DEFSEQTYPE(sam_response, krb5_sam_response, sam_response_fields,
1329 MAKE_FULL_ENCODER(encode_krb5_sam_response, sam_response);