Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dasn1.h45 ASN1_SEQ = 16, /* Sequence and Sequence of */ enumerator
/openbmc/linux/crypto/asymmetric_keys/
H A Dverify_pefile.c173 if (pkcs7[0] != (ASN1_CONS_BIT | ASN1_SEQ)) in pefile_strip_sig_wrapper()
H A Dpkcs7_parser.c409 if (tag != ((ASN1_UNIV << 6) | ASN1_CONS_BIT | ASN1_SEQ)) { in pkcs7_extract_cert()
H A Dx509_cert_parser.c628 if (v[0] != (ASN1_CONS_BIT | ASN1_SEQ)) in x509_process_extension()
/openbmc/linux/scripts/
H A Dasn1_compiler.c135 [DIRECTIVE_SEQUENCE] = ASN1_SEQ,