Searched refs:asn1_make_tag (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_make.h46 * asn1_make_tag
63 asn1_error_code asn1_make_tag(asn1buf *buf, asn1_class asn1class,
115 /* "helper" procedure for asn1_make_tag */
125 /* "helper" procedure for asn1_make_tag */
H A Dasn1_make.c34 return asn1_make_tag(buf,asn1class,CONSTRUCTED,tagnum,in_len,retlen);
38 asn1_make_tag(asn1buf *buf, asn1_class asn1class, function
H A Dasn1_encode.c47 retval = asn1_make_tag(buf, UNIVERSAL, PRIMITIVE, ASN1_BOOLEAN, length, &partlen);
98 retval = asn1_make_tag(buf,UNIVERSAL,PRIMITIVE,ASN1_INTEGER,length, &partlen);
118 retval = asn1_make_tag(buf,UNIVERSAL,PRIMITIVE,ASN1_ENUMERATED,length, &partlen);
152 retval = asn1_make_tag(buf,UNIVERSAL,PRIMITIVE,ASN1_INTEGER,length, &partlen);
171 retval = asn1_make_tag(buf, UNIVERSAL, PRIMITIVE, tag,
296 retval = asn1_make_tag(buf, UNIVERSAL, PRIMITIVE, ASN1_BITSTRING,
H A Dasn1_k_encode.c1557 retval = asn1_make_tag(buf, CONTEXT_SPECIFIC,PRIMITIVE, \
1573 retval = asn1_make_tag(buf, CONTEXT_SPECIFIC, PRIMITIVE, \
1591 retval = asn1_make_tag(buf, UNIVERSAL, PRIMITIVE, \

Completed in 29 milliseconds