Home
last modified time | relevance | path

Searched refs:_tagn (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dasn1_ber_bytecode.h85 #define _tagn(CLASS, CP, TAG) ((ASN1_##CLASS << 6) | (ASN1_##CP << 5) | TAG) macro
/openbmc/linux/lib/
H A Dasn1_encoder.c299 *(data++) = _tagn(CONT, CONS, tag); in asn1_encode_tag()