Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dasn1.h25 #define ASN1_CONS_BIT 0x20 macro
/openbmc/linux/lib/
H A 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()
/openbmc/linux/crypto/asymmetric_keys/
H A Dpkcs7_verify.c106 tag = ASN1_CONS_BIT | ASN1_SET; in pkcs7_digest()
H A Dverify_pefile.c173 if (pkcs7[0] != (ASN1_CONS_BIT | ASN1_SEQ)) in pefile_strip_sig_wrapper()
H A Dpkcs7_parser.c409 if (tag != ((ASN1_UNIV << 6) | ASN1_CONS_BIT | ASN1_SEQ)) { in pkcs7_extract_cert()
H A Dx509_cert_parser.c628 if (v[0] != (ASN1_CONS_BIT | ASN1_SEQ)) in x509_process_extension()