Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cifs/
Dasn1.c53 #define ASN1_SEQ 16 /* Sequence */ macro
554 || (tag != ASN1_SEQ)) { in decode_negTokenInit()
577 || (tag != ASN1_SEQ)) { in decode_negTokenInit()
/Linux-v4.19/include/linux/
Dasn1.h49 ASN1_SEQ = 16, /* Sequence and Sequence of */ enumerator
/Linux-v4.19/crypto/asymmetric_keys/
Dverify_pefile.c173 if (pkcs7[0] != (ASN1_CONS_BIT | ASN1_SEQ)) in pefile_strip_sig_wrapper()
Dpkcs7_parser.c386 if (tag != ((ASN1_UNIV << 6) | ASN1_CONS_BIT | ASN1_SEQ)) { in pkcs7_extract_cert()
/Linux-v4.19/scripts/
Dasn1_compiler.c139 [DIRECTIVE_SEQUENCE] = ASN1_SEQ,