Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dasn1.h25 #define ASN1_CONS_BIT 0x20 macro
/linux-6.1.9/lib/
Dasn1_decoder.c101 if (unlikely((tag & ASN1_CONS_BIT) == ASN1_PRIM << 5)) in asn1_find_indefinite_length()
246 tmp &= ~(optag & ASN1_CONS_BIT); in asn1_ber_decoder()
264 if (unlikely(!(tag & ASN1_CONS_BIT))) in asn1_ber_decoder()
/linux-6.1.9/crypto/asymmetric_keys/
Dpkcs7_verify.c106 tag = ASN1_CONS_BIT | ASN1_SET; in pkcs7_digest()
Dverify_pefile.c169 if (pkcs7[0] != (ASN1_CONS_BIT | ASN1_SEQ)) in pefile_strip_sig_wrapper()
Dpkcs7_parser.c409 if (tag != ((ASN1_UNIV << 6) | ASN1_CONS_BIT | ASN1_SEQ)) { in pkcs7_extract_cert()