Lines Matching defs:get_field

179 #define get_field(var,tagexpect,decoder)                                \
258 get_field(kvno,0,asn1_decode_kvno);
261 get_field(rep->client,1,asn1_decode_realm);
262 get_field(rep->client,2,asn1_decode_principal_name);
264 get_field(rep->cusec,4,asn1_decode_int32);
265 get_field(rep->ctime,5,asn1_decode_kerberos_time);
297 get_field(kvno,0,asn1_decode_kvno);
301 get_field(rep->server,1,asn1_decode_realm);
302 get_field(rep->server,2,asn1_decode_principal_name);
303 get_field(rep->enc_part,3,asn1_decode_encrypted_data);
321 get_field(rep->enctype,0,asn1_decode_enctype);
345 get_field(rep->flags,0,asn1_decode_ticket_flags);
346 get_field(rep->session,1,asn1_decode_encryption_key_ptr);
348 get_field(rep->client,2,asn1_decode_realm);
349 get_field(rep->client,3,asn1_decode_principal_name);
350 get_field(rep->transited,4,asn1_decode_transited_encoding);
351 get_field(rep->times.authtime,5,asn1_decode_kerberos_time);
353 { get_field(rep->times.starttime,6,asn1_decode_kerberos_time); }
356 get_field(rep->times.endtime,7,asn1_decode_kerberos_time);
450 get_field(kvno,0,asn1_decode_kvno);
453 get_field(msg_type,1,asn1_decode_msgtype);
458 get_field(rep->ap_options,2,asn1_decode_ap_options);
459 get_field(rep->ticket,3,asn1_decode_ticket_ptr);
460 get_field(rep->authenticator,4,asn1_decode_encrypted_data);
480 get_field(kvno,0,asn1_decode_kvno);
483 get_field(msg_type,1,asn1_decode_msgtype);
488 get_field(rep->enc_part,2,asn1_decode_encrypted_data);
508 get_field(rep->ctime,0,asn1_decode_kerberos_time);
509 get_field(rep->cusec,1,asn1_decode_int32);
625 get_field(kvno,0,asn1_decode_kvno);
628 get_field(msg_type,1,asn1_decode_msgtype);
645 get_field(*rep,2,asn1_decode_krb_safe_body);
646 get_field(rep->checksum,3,asn1_decode_checksum_ptr);
674 get_field(kvno,0,asn1_decode_kvno);
677 get_field(msg_type,1,asn1_decode_msgtype);
682 get_field(rep->enc_part,3,asn1_decode_encrypted_data);
707 get_field(rep->s_address,4,asn1_decode_host_address_ptr);
739 get_field(kvno,0,asn1_decode_kvno);
742 get_field(msg_type,1,asn1_decode_msgtype);
747 get_field(rep->tickets,2,asn1_decode_sequence_of_ticket);
748 get_field(rep->enc_part,3,asn1_decode_encrypted_data);
769 get_field(rep->ticket_info,0,asn1_decode_sequence_of_krb_cred_info);
800 get_field(kvno,0,asn1_decode_kvno);
803 get_field(msg_type,1,asn1_decode_msgtype);
810 get_field(rep->stime,4,asn1_decode_kerberos_time);
811 get_field(rep->susec,5,asn1_decode_int32);
812 get_field(rep->error,6,asn1_decode_ui_4);
817 get_field(rep->server,9,asn1_decode_realm);
818 get_field(rep->server,10,asn1_decode_principal_name);
856 get_field(rep->sequence_count,0,asn1_decode_int);
857 get_field(rep->element,1,asn1_decode_sequence_of_passwdsequence);
882 get_field(rep->method,0,asn1_decode_int32);
940 get_field(rep->patimestamp,0,asn1_decode_kerberos_time);
942 get_field(rep->pausec,1,asn1_decode_int32);
1141 get_field(rep->req_checksum, 1, asn1_decode_checksum);
1142 get_field(rep->enc_part, 2, asn1_decode_encrypted_data);
1156 get_field(rep->fast_options, 0, asn1_decode_krb5_flags);
1158 get_field(*(rep->req_body), 2, asn1_decode_kdc_req_body);
1181 get_field(rep->padata, 0, asn1_decode_sequence_of_pa_data);
1184 get_field(rep->nonce, 3, asn1_decode_int32);
1203 get_field(*rep, 0, asn1_decode_encrypted_data);