Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dasn1.h29 #define ASN1_CONS_BIT 0x20 macro
/linux-4.4.14/lib/
Dasn1_decoder.c106 if (unlikely((tag & ASN1_CONS_BIT) == ASN1_PRIM << 5)) in asn1_find_indefinite_length()
247 tmp &= ~(optag & ASN1_CONS_BIT); in asn1_ber_decoder()
265 if (unlikely(!(tag & ASN1_CONS_BIT))) in asn1_ber_decoder()
/linux-4.4.14/crypto/asymmetric_keys/
Dpkcs7_verify.c107 tag = ASN1_CONS_BIT | ASN1_SET; in pkcs7_digest()
Dverify_pefile.c173 if (pkcs7[0] != (ASN1_CONS_BIT | ASN1_SEQ)) in pefile_strip_sig_wrapper()
Dpkcs7_parser.c371 if (tag != ((ASN1_UNIV << 6) | ASN1_CONS_BIT | ASN1_SEQ)) { in pkcs7_extract_cert()