Searched refs:lentype (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_encode.c473 assert(field->lentype != 0);
474 assert(field->lentype->type == atype_int || field->lentype->type == atype_uint);
477 if (field->lentype->type == atype_int) {
478 asn1_intmax xlen = field->lentype->loadint(lenptr);
487 asn1_uintmax xlen = field->lentype->loaduint(lenptr);
530 assert(field->lentype != 0);
531 assert(field->lentype->type == atype_int || field->lentype->type == atype_uint);
534 if (field->lentype
[all...]
H A Dasn1_encode.h634 const struct atype_info *lentype; member in struct:field_info

Completed in 23 milliseconds