Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_encode.c127 asn1_error_code asn1_encode_unsigned_integer(asn1buf *buf, asn1_uintmax val, in asn1_encode_unsigned_integer()
470 assert(sizeof(unsigned int) <= sizeof(asn1_uintmax)); in encode_a_field()
475 if ((unsigned int) xlen != (asn1_uintmax) xlen) in encode_a_field()
481 asn1_uintmax xlen = field->lentype->loaduint(lenptr); in encode_a_field()
527 assert(sizeof(unsigned int) <= sizeof(asn1_uintmax)); in encode_a_field()
532 if ((size_t) xlen != (asn1_uintmax) xlen) in encode_a_field()
536 asn1_uintmax xlen = field->lentype->loaduint(lenptr); in encode_a_field()
H A Dasn1_encode.h69 (asn1buf *buf, asn1_uintmax val,
276 asn1_uintmax (*loaduint)(const void *);
380 static asn1_uintmax loaduint_##DESCNAME(const void *p) \
382 assert(sizeof(CTYPENAME) <= sizeof(asn1_uintmax)); \
H A Dkrbasn1.h39 typedef UINT64_TYPE asn1_uintmax; typedef