Searched refs:CBS_ASN1_SET (Results 1 – 4 of 4) sorted by relevance
/third_party/boringssl/src/crypto/pkcs7/ |
D | pkcs7.c | 67 !CBS_get_asn1(&signed_data, NULL /* digests */, CBS_ASN1_SET) || in pkcs7_parse_header() 149 !CBB_add_asn1(&seq, &digest_algos_set, CBS_ASN1_SET) || in pkcs7_bundle() 154 !CBB_add_asn1(&seq, &signer_infos, CBS_ASN1_SET)) { in pkcs7_bundle()
|
/third_party/boringssl/src/crypto/pkcs8/ |
D | pkcs8_x509.c | 334 !CBS_get_asn1(&attr, &values, CBS_ASN1_SET) || in parse_bag_attributes() 393 } else if (!CBS_get_asn1(safe_bag, &bag_attrs, CBS_ASN1_SET) || in PKCS12_handle_safe_bag() 977 if (!CBB_add_asn1(bag, &attrs, CBS_ASN1_SET)) { in add_bag_attributes() 985 !CBB_add_asn1(&attr, &values, CBS_ASN1_SET) || in add_bag_attributes() 1006 !CBB_add_asn1(&attr, &values, CBS_ASN1_SET) || in add_bag_attributes()
|
/third_party/boringssl/src/include/openssl/ |
D | bytestring.h | 197 #define CBS_ASN1_SET (0x11u | CBS_ASN1_CONSTRUCTED) macro
|
/third_party/boringssl/src/crypto/bytestring/ |
D | bytestring_test.cc | 1025 ASSERT_TRUE(CBB_add_asn1(cbb.get(), &child, CBS_ASN1_SET)); in TEST() 1051 ASSERT_TRUE(CBB_add_asn1(cbb.get(), &child, CBS_ASN1_SET)); in TEST()
|