Searched refs:ASN1_CONS_BIT (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/linux/
H A Dasn1.h25 #define ASN1_CONS_BIT 0x20 macro
/linux-master/lib/
H A Dasn1_decoder.c101 if (unlikely((tag & ASN1_CONS_BIT) == ASN1_PRIM << 5))
246 tmp &= ~(optag & ASN1_CONS_BIT);
264 if (unlikely(!(tag & ASN1_CONS_BIT)))
/linux-master/crypto/asymmetric_keys/
H A Dpkcs7_verify.c106 tag = ASN1_CONS_BIT | ASN1_SET;
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))

Completed in 133 milliseconds