Searched refs:atype_int (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/ |
H A D | asn1_encode.c | 414 case atype_int: in krb5int_asn1_encode_a_thing() 468 assert(field->lentype->type == atype_int || field->lentype->type == atype_uint); in encode_a_field() 471 if (field->lentype->type == atype_int) { in encode_a_field() 525 assert(field->lentype->type == atype_int || field->lentype->type == atype_uint); in encode_a_field() 528 if (field->lentype->type == atype_int) { in encode_a_field()
|
H A D | asn1_encode.h | 243 atype_int, enumerator 375 atype_int, sizeof(CTYPENAME), 0, 0, 0, 0, 0, 0, 0, 0, \
|