Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dldap_key_seq.c172 ret = asn1_encode_unsigned_integer (buf, tmp_ul, &length); checkerr; in asn1_encode_sequence_of_keys()
181 ret = asn1_encode_unsigned_integer (buf, tmp_ul, &length); in asn1_encode_sequence_of_keys()
188 ret = asn1_encode_unsigned_integer (buf, 1, &length); checkerr; in asn1_encode_sequence_of_keys()
194 ret = asn1_encode_unsigned_integer (buf, 1, &length); checkerr; in asn1_encode_sequence_of_keys()
H A Dasn1_encode.c127 asn1_error_code asn1_encode_unsigned_integer(asn1buf *buf, asn1_uintmax val, in asn1_encode_unsigned_integer() function
419 return asn1_encode_unsigned_integer(buf, a->loaduint(val), retlen); in krb5int_asn1_encode_a_thing()
H A Dasn1_encode.h68 asn1_error_code asn1_encode_unsigned_integer