Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dasn1.h17 ASN1_UNIV = 0, /* Universal */ enumerator
/linux-4.4.14/scripts/
Dasn1_compiler.c158 [ASN1_UNIV] = "UNIV",
165 [ASN1_UNIV] = "PRIM",
868 element->class = ASN1_UNIV; in parse_type()
880 element->class = ASN1_UNIV; in parse_type()
948 element->class = ASN1_UNIV; in parse_type()
1224 else if (e->class == ASN1_UNIV) in dump_element()
1492 if (e->class == ASN1_UNIV && e->method == ASN1_PRIM && e->tag == 0) in render_element()
1510 if (tag->class == ASN1_UNIV && in render_element()
/linux-4.4.14/crypto/asymmetric_keys/
Dpkcs7_parser.c371 if (tag != ((ASN1_UNIV << 6) | ASN1_CONS_BIT | ASN1_SEQ)) { in pkcs7_extract_cert()