Home
last modified time | relevance | path

Searched refs:current_appl_type (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/krb5/src/tests/asn.1/
H A Dkrb5_encode_test.c34 extern int current_appl_type;
65 current_appl_type = -1; /* Reset type */ in encoder_print_results()
166 current_appl_type = 1005; in main()
366 current_appl_type = 1007; /* Force interpretation as kdc-req-body */ in main()
378 current_appl_type = 1007; /* Force interpretation as kdc-req-body */ in main()
388 current_appl_type = 1007; /* Force interpretation as kdc-req-body */ in main()
498 current_appl_type = 1004; /* Force type to be authdata */ in main()
569 current_appl_type = 1001; in main()
572 current_appl_type = 1001; in main()
576 current_appl_type = 1001; in main()
H A Dtrval.c109 int current_appl_type = -1; variable
387 save_appl = current_appl_type; in do_cons()
390 current_appl_type = save_appl; in do_cons()
417 current_appl_type = ent->new_appl; in lookup_typestring()
695 current_appl_type = tag; in print_tag_type()
709 if (print_krb5_types && current_appl_type) { in print_tag_type()
711 current_appl_type, tag); in print_tag_type()