Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/ !
Dasn1.h29 #define ASN1_CONS_BIT 0x20 macro
/linux-4.19.296/lib/ !
Dasn1_decoder.c105 if (unlikely((tag & ASN1_CONS_BIT) == ASN1_PRIM << 5)) in asn1_find_indefinite_length()
250 tmp &= ~(optag & ASN1_CONS_BIT); in asn1_ber_decoder()
268 if (unlikely(!(tag & ASN1_CONS_BIT))) in asn1_ber_decoder()
/linux-4.19.296/crypto/asymmetric_keys/ !
Dpkcs7_verify.c106 tag = ASN1_CONS_BIT | ASN1_SET; in pkcs7_digest()
Dverify_pefile.c177 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()