Searched refs:loaduint (Results 1 – 2 of 2) sorted by relevance
418 assert(a->loaduint != NULL); in krb5int_asn1_encode_a_thing()419 return asn1_encode_unsigned_integer(buf, a->loaduint(val), retlen); in krb5int_asn1_encode_a_thing()481 asn1_uintmax xlen = field->lentype->loaduint(lenptr); in encode_a_field()536 asn1_uintmax xlen = field->lentype->loaduint(lenptr); in encode_a_field()
276 asn1_uintmax (*loaduint)(const void *); member