Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dasn1.h22 ASN1_PRIM = 0, /* Primitive */ enumerator
/openbmc/linux/lib/
H A Dasn1_decoder.c101 if (unlikely((tag & ASN1_CONS_BIT) == ASN1_PRIM << 5)) in asn1_find_indefinite_length()
/openbmc/linux/scripts/
H A Dasn1_compiler.c865 element->method = ASN1_PRIM; in parse_type()
945 element->method = ASN1_PRIM; in parse_type()
1488 if (e->class == ASN1_UNIV && e->method == ASN1_PRIM && e->tag == 0) in render_element()