Home
last modified time | relevance | path

Searched refs:MAKE_TAG (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/heimdal/kdc/
H A Dkdc-replay.c189 if (MAKE_TAG(cl, ty, 0) != clty) in main()
191 (int)MAKE_TAG(cl, ty, 0), (int)clty); in main()
H A Dprocess.c308 krb5_store_uint32(sp, MAKE_TAG(cl, ty, 0)); in krb5_kdc_save_request()
/freebsd/crypto/heimdal/lib/asn1/
H A Dder.h48 #define MAKE_TAG(CLASS, TYPE, TAG) (((CLASS) << 6) | ((TYPE) << 5) | (TAG)) macro
H A Dder_put.c450 *p = MAKE_TAG(class, type, tag);
467 *p-- = MAKE_TAG(class, type, 0x1f);
/freebsd/crypto/heimdal/lib/hdb/
H A Dext.c143 if (MAKE_TAG(replace_class,replace_type,replace_type) == in hdb_replace_extension()
144 MAKE_TAG(list_class,list_type,list_type)) { in hdb_replace_extension()