Home
last modified time | relevance | path

Searched refs:CBS_ASN1_BOOLEAN (Results 1 – 25 of 58) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/der/
H A Dtag.h28 const Tag kBool = CBS_ASN1_BOOLEAN;
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/der/
H A Dtag.h28 const Tag kBool = CBS_ASN1_BOOLEAN;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/updater/tools/
H A Dcertificate_tag.cc346 !CBB_add_asn1(&extension, &critical_flag, CBS_ASN1_BOOLEAN) || in SetTag()
469 (CBS_peek_asn1_tag(&extension, CBS_ASN1_BOOLEAN) && in ParseTag()
470 !CBS_get_asn1(&extension, nullptr, CBS_ASN1_BOOLEAN)) || in ParseTag()
/dports/lang/mono/mono-5.10.1.57/external/boringssl/crypto/bytestring/
H A Dbytestring_test.cc237 static const uint8_t kTrue[] = {0x0a, 3, CBS_ASN1_BOOLEAN, 1, 0xff}; in TestGetOptionalASN1Bool()
238 static const uint8_t kFalse[] = {0x0a, 3, CBS_ASN1_BOOLEAN, 1, 0x00}; in TestGetOptionalASN1Bool()
239 static const uint8_t kInvalid[] = {0x0a, 3, CBS_ASN1_BOOLEAN, 1, 0x01}; in TestGetOptionalASN1Bool()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/crypto/
H A Dcertificate_view.cc154 CBS_ASN1_BOOLEAN) || in ParseExtensions()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/crypto/bytestring/
H A Dcbs.c500 if (!CBS_get_asn1(cbs, &bytes, CBS_ASN1_BOOLEAN) || in CBS_get_asn1_bool()
581 if (!CBS_get_asn1(&child, &child2, CBS_ASN1_BOOLEAN) || in CBS_get_optional_asn1_bool()
H A Dbytestring_test.cc134 EXPECT_FALSE(CBS_peek_asn1_tag(&data, CBS_ASN1_BOOLEAN)); in TEST()
293 static const uint8_t kTrue[] = {0x0a, 3, CBS_ASN1_BOOLEAN, 1, 0xff}; in TEST()
294 static const uint8_t kFalse[] = {0x0a, 3, CBS_ASN1_BOOLEAN, 1, 0x00}; in TEST()
295 static const uint8_t kInvalid[] = {0x0a, 3, CBS_ASN1_BOOLEAN, 1, 0x01}; in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/boringssl/src/crypto/bytestring/
H A Dcbs.c500 if (!CBS_get_asn1(cbs, &bytes, CBS_ASN1_BOOLEAN) || in CBS_get_asn1_bool()
581 if (!CBS_get_asn1(&child, &child2, CBS_ASN1_BOOLEAN) || in CBS_get_optional_asn1_bool()
H A Dbytestring_test.cc134 EXPECT_FALSE(CBS_peek_asn1_tag(&data, CBS_ASN1_BOOLEAN)); in TEST()
293 static const uint8_t kTrue[] = {0x0a, 3, CBS_ASN1_BOOLEAN, 1, 0xff}; in TEST()
294 static const uint8_t kFalse[] = {0x0a, 3, CBS_ASN1_BOOLEAN, 1, 0x00}; in TEST()
295 static const uint8_t kInvalid[] = {0x0a, 3, CBS_ASN1_BOOLEAN, 1, 0x01}; in TEST()
/dports/security/boringssl/boringssl-6a71840/crypto/bytestring/
H A Dcbs.c500 if (!CBS_get_asn1(cbs, &bytes, CBS_ASN1_BOOLEAN) || in CBS_get_asn1_bool()
581 if (!CBS_get_asn1(&child, &child2, CBS_ASN1_BOOLEAN) || in CBS_get_optional_asn1_bool()
H A Dbytestring_test.cc134 EXPECT_FALSE(CBS_peek_asn1_tag(&data, CBS_ASN1_BOOLEAN)); in TEST()
293 static const uint8_t kTrue[] = {0x0a, 3, CBS_ASN1_BOOLEAN, 1, 0xff}; in TEST()
294 static const uint8_t kFalse[] = {0x0a, 3, CBS_ASN1_BOOLEAN, 1, 0x00}; in TEST()
295 static const uint8_t kInvalid[] = {0x0a, 3, CBS_ASN1_BOOLEAN, 1, 0x01}; in TEST()
/dports/security/libressl-static/libressl-3.3.5/ssl/
H A Dbytestring.h201 #define CBS_ASN1_BOOLEAN (CBS_ASN1_UNIVERSAL | CBS_ASN1_PRIMITIVE | 0x1) macro
/dports/security/libressl/libressl-3.4.3/ssl/
H A Dbytestring.h200 #define CBS_ASN1_BOOLEAN (CBS_ASN1_UNIVERSAL | CBS_ASN1_PRIMITIVE | 0x1) macro
/dports/emulators/citra/citra-ac98458e0/externals/libressl/ssl/
H A Dbytestring.h201 #define CBS_ASN1_BOOLEAN (CBS_ASN1_UNIVERSAL | CBS_ASN1_PRIMITIVE | 0x1) macro
/dports/emulators/citra-qt5/citra-ac98458e0/externals/libressl/ssl/
H A Dbytestring.h201 #define CBS_ASN1_BOOLEAN (CBS_ASN1_UNIVERSAL | CBS_ASN1_PRIMITIVE | 0x1) macro
/dports/www/obhttpd/libressl-3.4.1/ssl/
H A Dbytestring.h200 #define CBS_ASN1_BOOLEAN (CBS_ASN1_UNIVERSAL | CBS_ASN1_PRIMITIVE | 0x1) macro
/dports/security/libressl-static/libressl-3.3.5/tests/
H A Dbytestringtest.c243 static const uint8_t kTrue[] = {0x0a, 3, CBS_ASN1_BOOLEAN, 1, 0xff}; in test_get_optional_asn1_bool()
244 static const uint8_t kFalse[] = {0x0a, 3, CBS_ASN1_BOOLEAN, 1, 0x00}; in test_get_optional_asn1_bool()
245 static const uint8_t kInvalid[] = {0x0a, 3, CBS_ASN1_BOOLEAN, 1, 0x01}; in test_get_optional_asn1_bool()
/dports/security/libressl/libressl-3.4.3/tests/
H A Dbytestringtest.c243 static const uint8_t kTrue[] = {0x0a, 3, CBS_ASN1_BOOLEAN, 1, 0xff}; in test_get_optional_asn1_bool()
244 static const uint8_t kFalse[] = {0x0a, 3, CBS_ASN1_BOOLEAN, 1, 0x00}; in test_get_optional_asn1_bool()
245 static const uint8_t kInvalid[] = {0x0a, 3, CBS_ASN1_BOOLEAN, 1, 0x01}; in test_get_optional_asn1_bool()
/dports/www/obhttpd/libressl-3.4.1/tests/
H A Dbytestringtest.c243 static const uint8_t kTrue[] = {0x0a, 3, CBS_ASN1_BOOLEAN, 1, 0xff}; in test_get_optional_asn1_bool()
244 static const uint8_t kFalse[] = {0x0a, 3, CBS_ASN1_BOOLEAN, 1, 0x00}; in test_get_optional_asn1_bool()
245 static const uint8_t kInvalid[] = {0x0a, 3, CBS_ASN1_BOOLEAN, 1, 0x01}; in test_get_optional_asn1_bool()
/dports/net/quiche/quiche-0.9.0/cargo-crates/boring-sys-1.1.1/deps/boringssl/src/crypto/bytestring/
H A Dcbs.c491 if (!CBS_get_asn1(cbs, &bytes, CBS_ASN1_BOOLEAN) || in CBS_get_asn1_bool()
572 if (!CBS_get_asn1(&child, &child2, CBS_ASN1_BOOLEAN) || in CBS_get_optional_asn1_bool()
H A Dbytestring_test.cc134 EXPECT_FALSE(CBS_peek_asn1_tag(&data, CBS_ASN1_BOOLEAN)); in TEST()
293 static const uint8_t kTrue[] = {0x0a, 3, CBS_ASN1_BOOLEAN, 1, 0xff}; in TEST()
294 static const uint8_t kFalse[] = {0x0a, 3, CBS_ASN1_BOOLEAN, 1, 0x00}; in TEST()
295 static const uint8_t kInvalid[] = {0x0a, 3, CBS_ASN1_BOOLEAN, 1, 0x01}; in TEST()
/dports/net/quiche/quiche-0.9.0/deps/boringssl/src/crypto/bytestring/
H A Dcbs.c491 if (!CBS_get_asn1(cbs, &bytes, CBS_ASN1_BOOLEAN) || in CBS_get_asn1_bool()
572 if (!CBS_get_asn1(&child, &child2, CBS_ASN1_BOOLEAN) || in CBS_get_optional_asn1_bool()
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/boringssl-with-bazel/src/crypto/bytestring/
H A Dcbs.c499 if (!CBS_get_asn1(cbs, &bytes, CBS_ASN1_BOOLEAN) || in CBS_get_asn1_bool()
580 if (!CBS_get_asn1(&child, &child2, CBS_ASN1_BOOLEAN) || in CBS_get_optional_asn1_bool()
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/boringssl-with-bazel/src/crypto/bytestring/
H A Dcbs.c499 if (!CBS_get_asn1(cbs, &bytes, CBS_ASN1_BOOLEAN) || in CBS_get_asn1_bool()
580 if (!CBS_get_asn1(&child, &child2, CBS_ASN1_BOOLEAN) || in CBS_get_optional_asn1_bool()
/dports/lang/mono/mono-5.10.1.57/external/boringssl/include/openssl/
H A Dbytestring.h128 #define CBS_ASN1_BOOLEAN 0x1 macro

123