Searched refs:ASN1_SEQ (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dasn1.h45 ASN1_SEQ = 16, /* Sequence and Sequence of */ enumerator in enum:asn1_tag
/linux-master/crypto/asymmetric_keys/
H A Dverify_pefile.c173 if (pkcs7[0] != (ASN1_CONS_BIT | ASN1_SEQ))
H A Dpkcs7_parser.c415 if (tag != ((ASN1_UNIV << 6) | ASN1_CONS_BIT | ASN1_SEQ)) {
H A Dx509_cert_parser.c646 if (v[0] != (ASN1_CONS_BIT | ASN1_SEQ))
/linux-master/scripts/
H A Dasn1_compiler.c135 [DIRECTIVE_SEQUENCE] = ASN1_SEQ,

Completed in 119 milliseconds