Home
last modified time | relevance | path

Searched refs:ExpectTagAndGetValue (Results 1 – 25 of 84) sorted by relevance

1234

/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/mozpkix/include/pkix/
H A Dpkixder.h80 inline Result ExpectTagAndGetValue(Reader& input, uint8_t tag, in ExpectTagAndGetValue() function
93 inline Result ExpectTagAndGetValue(Reader& input, uint8_t tag, in ExpectTagAndGetValue() function
96 Result rv = ExpectTagAndGetValue(input, tag, valueInput); in ExpectTagAndGetValue()
105 Result rv = ExpectTagAndGetValue(input, tag, value); in ExpectTagAndEmptyValue()
114 return ExpectTagAndGetValue(input, tag, ignoredValue); in ExpectTagAndSkipValue()
151 Result rv = ExpectTagAndGetValue(input, tag, nested); in Nested()
166 Result rv = ExpectTagAndGetValue(input, outerTag, nestedInput); in Nested()
208 Result rv = ExpectTagAndGetValue(input, outerTag, inner); in NestedOf()
236 Result rv = der::ExpectTagAndGetValue(outer, expectedTag, inner); in ExpectTagAndGetValueAtEnd()
275 Result rv = ExpectTagAndGetValue(input, BOOLEAN, valueReader); in Boolean()
[all …]
/dports/security/ca_root_nss/nss-3.71/nss/lib/mozpkix/include/pkix/
H A Dpkixder.h80 inline Result ExpectTagAndGetValue(Reader& input, uint8_t tag, in ExpectTagAndGetValue() function
93 inline Result ExpectTagAndGetValue(Reader& input, uint8_t tag, in ExpectTagAndGetValue() function
96 Result rv = ExpectTagAndGetValue(input, tag, valueInput); in ExpectTagAndGetValue()
105 Result rv = ExpectTagAndGetValue(input, tag, value); in ExpectTagAndEmptyValue()
114 return ExpectTagAndGetValue(input, tag, ignoredValue); in ExpectTagAndSkipValue()
151 Result rv = ExpectTagAndGetValue(input, tag, nested); in Nested()
166 Result rv = ExpectTagAndGetValue(input, outerTag, nestedInput); in Nested()
208 Result rv = ExpectTagAndGetValue(input, outerTag, inner); in NestedOf()
236 Result rv = der::ExpectTagAndGetValue(outer, expectedTag, inner); in ExpectTagAndGetValueAtEnd()
275 Result rv = ExpectTagAndGetValue(input, BOOLEAN, valueReader); in Boolean()
[all …]
/dports/www/firefox/firefox-99.0/security/nss/lib/mozpkix/include/pkix/
H A Dpkixder.h80 inline Result ExpectTagAndGetValue(Reader& input, uint8_t tag, in ExpectTagAndGetValue() function
93 inline Result ExpectTagAndGetValue(Reader& input, uint8_t tag, in ExpectTagAndGetValue() function
96 Result rv = ExpectTagAndGetValue(input, tag, valueInput); in ExpectTagAndGetValue()
105 Result rv = ExpectTagAndGetValue(input, tag, value); in ExpectTagAndEmptyValue()
114 return ExpectTagAndGetValue(input, tag, ignoredValue); in ExpectTagAndSkipValue()
151 Result rv = ExpectTagAndGetValue(input, tag, nested); in Nested()
166 Result rv = ExpectTagAndGetValue(input, outerTag, nestedInput); in Nested()
208 Result rv = ExpectTagAndGetValue(input, outerTag, inner); in NestedOf()
236 Result rv = der::ExpectTagAndGetValue(outer, expectedTag, inner); in ExpectTagAndGetValueAtEnd()
275 Result rv = ExpectTagAndGetValue(input, BOOLEAN, valueReader); in Boolean()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/security/pkix/lib/
H A Dpkixder.h80 inline Result ExpectTagAndGetValue(Reader& input, uint8_t tag, in ExpectTagAndGetValue() function
93 inline Result ExpectTagAndGetValue(Reader& input, uint8_t tag, in ExpectTagAndGetValue() function
96 Result rv = ExpectTagAndGetValue(input, tag, valueInput); in ExpectTagAndGetValue()
105 Result rv = ExpectTagAndGetValue(input, tag, value); in ExpectTagAndEmptyValue()
114 return ExpectTagAndGetValue(input, tag, ignoredValue); in ExpectTagAndSkipValue()
140 Result rv = ExpectTagAndGetValue(input, tag, nested); in Nested()
155 Result rv = ExpectTagAndGetValue(input, outerTag, nestedInput); in Nested()
197 Result rv = ExpectTagAndGetValue(input, outerTag, inner); in NestedOf()
225 Result rv = der::ExpectTagAndGetValue(outer, expectedTag, inner); in ExpectTagAndGetValueAtEnd()
264 Result rv = ExpectTagAndGetValue(input, BOOLEAN, valueReader); in Boolean()
[all …]
H A Dpkixcheck.cpp129 ExpectTagAndGetValue(issuer, der::SEQUENCE, encodedRDNs); in CheckIssuer()
205 Result rv = der::ExpectTagAndGetValue(input, der::SEQUENCE, algorithm); in CheckSubjectPublicKeyInfoContents()
221 rv = der::ExpectTagAndGetValue(algorithm, der::OIDTag, algorithmOID); in CheckSubjectPublicKeyInfoContents()
243 rv = der::ExpectTagAndGetValue(algorithm, der::OIDTag, namedCurveOIDValue); in CheckSubjectPublicKeyInfoContents()
402 if (der::ExpectTagAndGetValue(input, der::BIT_STRING, value) != Success) { in CheckKeyUsage()
556 Result rv = der::ExpectTagAndGetValue(extension, der::SEQUENCE, in CheckCertificatePolicies()
571 rv = der::ExpectTagAndGetValue(certificatePolicies, der::SEQUENCE, in CheckCertificatePolicies()
578 rv = der::ExpectTagAndGetValue(policyInformation, der::OIDTag, in CheckCertificatePolicies()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/pkix/lib/
H A Dpkixder.h84 ExpectTagAndGetValue(Reader& input, uint8_t tag, /*out*/ Input& value)
101 Result rv = ExpectTagAndGetValue(input, tag, valueInput);
112 Result rv = ExpectTagAndGetValue(input, tag, value);
123 return ExpectTagAndGetValue(input, tag, ignoredValue);
154 Result rv = ExpectTagAndGetValue(input, tag, nested);
170 Result rv = ExpectTagAndGetValue(input, outerTag, nestedInput);
214 Result rv = ExpectTagAndGetValue(input, outerTag, inner);
244 Result rv = der::ExpectTagAndGetValue(outer, expectedTag, inner);
289 Result rv = ExpectTagAndGetValue(input, BOOLEAN, valueReader);
428 Result rv = ExpectTagAndGetValue(input, OIDTag, value);
[all …]
H A Dpkixcheck.cpp135 ExpectTagAndGetValue(issuer, der::SEQUENCE, encodedRDNs);
216 Result rv = der::ExpectTagAndGetValue(input, der::SEQUENCE, algorithm);
232 rv = der::ExpectTagAndGetValue(algorithm, der::OIDTag, algorithmOID);
256 rv = der::ExpectTagAndGetValue(algorithm, der::OIDTag,
422 if (der::ExpectTagAndGetValue(input, der::BIT_STRING, value) != Success) {
577 Result rv = der::ExpectTagAndGetValue(extension, der::SEQUENCE,
592 rv = der::ExpectTagAndGetValue(certificatePolicies, der::SEQUENCE,
599 rv = der::ExpectTagAndGetValue(policyInformation, der::OIDTag,
/dports/security/nss/nss-3.76.1/nss/lib/mozpkix/include/pkix/
H A Dpkixder.h80 inline Result ExpectTagAndGetValue(Reader& input, uint8_t tag, in ExpectTagAndGetValue() function
93 inline Result ExpectTagAndGetValue(Reader& input, uint8_t tag, in ExpectTagAndGetValue() function
96 Result rv = ExpectTagAndGetValue(input, tag, valueInput); in ExpectTagAndGetValue()
105 Result rv = ExpectTagAndGetValue(input, tag, value); in ExpectTagAndEmptyValue()
114 return ExpectTagAndGetValue(input, tag, ignoredValue); in ExpectTagAndSkipValue()
151 Result rv = ExpectTagAndGetValue(input, tag, nested); in Nested()
166 Result rv = ExpectTagAndGetValue(input, outerTag, nestedInput); in Nested()
208 Result rv = ExpectTagAndGetValue(input, outerTag, inner); in NestedOf()
236 Result rv = der::ExpectTagAndGetValue(outer, expectedTag, inner); in ExpectTagAndGetValueAtEnd()
275 Result rv = ExpectTagAndGetValue(input, BOOLEAN, valueReader); in Boolean()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/lib/mozpkix/include/pkix/
H A Dpkixder.h80 inline Result ExpectTagAndGetValue(Reader& input, uint8_t tag, in ExpectTagAndGetValue() function
93 inline Result ExpectTagAndGetValue(Reader& input, uint8_t tag, in ExpectTagAndGetValue() function
96 Result rv = ExpectTagAndGetValue(input, tag, valueInput); in ExpectTagAndGetValue()
105 Result rv = ExpectTagAndGetValue(input, tag, value); in ExpectTagAndEmptyValue()
114 return ExpectTagAndGetValue(input, tag, ignoredValue); in ExpectTagAndSkipValue()
151 Result rv = ExpectTagAndGetValue(input, tag, nested); in Nested()
166 Result rv = ExpectTagAndGetValue(input, outerTag, nestedInput); in Nested()
208 Result rv = ExpectTagAndGetValue(input, outerTag, inner); in NestedOf()
236 Result rv = der::ExpectTagAndGetValue(outer, expectedTag, inner); in ExpectTagAndGetValueAtEnd()
275 Result rv = ExpectTagAndGetValue(input, BOOLEAN, valueReader); in Boolean()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/lib/mozpkix/include/pkix/
H A Dpkixder.h80 inline Result ExpectTagAndGetValue(Reader& input, uint8_t tag, in ExpectTagAndGetValue() function
93 inline Result ExpectTagAndGetValue(Reader& input, uint8_t tag, in ExpectTagAndGetValue() function
96 Result rv = ExpectTagAndGetValue(input, tag, valueInput); in ExpectTagAndGetValue()
105 Result rv = ExpectTagAndGetValue(input, tag, value); in ExpectTagAndEmptyValue()
114 return ExpectTagAndGetValue(input, tag, ignoredValue); in ExpectTagAndSkipValue()
151 Result rv = ExpectTagAndGetValue(input, tag, nested); in Nested()
166 Result rv = ExpectTagAndGetValue(input, outerTag, nestedInput); in Nested()
208 Result rv = ExpectTagAndGetValue(input, outerTag, inner); in NestedOf()
236 Result rv = der::ExpectTagAndGetValue(outer, expectedTag, inner); in ExpectTagAndGetValueAtEnd()
275 Result rv = ExpectTagAndGetValue(input, BOOLEAN, valueReader); in Boolean()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/mozpkix/lib/
H A Dpkixcheck.cpp139 ExpectTagAndGetValue(issuer, der::SEQUENCE, encodedRDNs); in CheckIssuer()
220 Result rv = der::ExpectTagAndGetValue(input, der::SEQUENCE, algorithm); in CheckSubjectPublicKeyInfoContents()
236 rv = der::ExpectTagAndGetValue(algorithm, der::OIDTag, algorithmOID); in CheckSubjectPublicKeyInfoContents()
260 rv = der::ExpectTagAndGetValue(algorithm, der::OIDTag, in CheckSubjectPublicKeyInfoContents()
427 if (der::ExpectTagAndGetValue(input, der::BIT_STRING, value) != Success) { in CheckKeyUsage()
589 Result rv = der::ExpectTagAndGetValue(extension, der::SEQUENCE, in CheckCertificatePolicies()
604 rv = der::ExpectTagAndGetValue(certificatePolicies, der::SEQUENCE, in CheckCertificatePolicies()
611 rv = der::ExpectTagAndGetValue(policyInformation, der::OIDTag, in CheckCertificatePolicies()
H A Dpkixder.cpp100 Result rv = ExpectTagAndGetValue(input, der::OIDTag, algorithmOIDValue); in AlgorithmIdentifierValue()
266 rv = ExpectTagAndGetValue(input, SEQUENCE, tbs); in SignedData()
276 rv = ExpectTagAndGetValue(input, der::SEQUENCE, signedData.algorithm); in SignedData()
292 Result rv = ExpectTagAndGetValue(input, BIT_STRING, valueWithUnusedBits); in BitStringWithNoUnusedBits()
361 Result rv = ExpectTagAndGetValue(tagged, expectedTag, input); in TimeChoice()
493 Result rv = ExpectTagAndGetValue(input, tag, value); in IntegralBytes()
/dports/security/ca_root_nss/nss-3.71/nss/lib/mozpkix/lib/
H A Dpkixcheck.cpp139 ExpectTagAndGetValue(issuer, der::SEQUENCE, encodedRDNs); in CheckIssuer()
220 Result rv = der::ExpectTagAndGetValue(input, der::SEQUENCE, algorithm); in CheckSubjectPublicKeyInfoContents()
236 rv = der::ExpectTagAndGetValue(algorithm, der::OIDTag, algorithmOID); in CheckSubjectPublicKeyInfoContents()
260 rv = der::ExpectTagAndGetValue(algorithm, der::OIDTag, in CheckSubjectPublicKeyInfoContents()
427 if (der::ExpectTagAndGetValue(input, der::BIT_STRING, value) != Success) { in CheckKeyUsage()
589 Result rv = der::ExpectTagAndGetValue(extension, der::SEQUENCE, in CheckCertificatePolicies()
604 rv = der::ExpectTagAndGetValue(certificatePolicies, der::SEQUENCE, in CheckCertificatePolicies()
611 rv = der::ExpectTagAndGetValue(policyInformation, der::OIDTag, in CheckCertificatePolicies()
/dports/www/firefox/firefox-99.0/security/nss/lib/mozpkix/lib/
H A Dpkixcheck.cpp139 ExpectTagAndGetValue(issuer, der::SEQUENCE, encodedRDNs); in CheckIssuer()
220 Result rv = der::ExpectTagAndGetValue(input, der::SEQUENCE, algorithm); in CheckSubjectPublicKeyInfoContents()
236 rv = der::ExpectTagAndGetValue(algorithm, der::OIDTag, algorithmOID); in CheckSubjectPublicKeyInfoContents()
260 rv = der::ExpectTagAndGetValue(algorithm, der::OIDTag, in CheckSubjectPublicKeyInfoContents()
427 if (der::ExpectTagAndGetValue(input, der::BIT_STRING, value) != Success) { in CheckKeyUsage()
589 Result rv = der::ExpectTagAndGetValue(extension, der::SEQUENCE, in CheckCertificatePolicies()
604 rv = der::ExpectTagAndGetValue(certificatePolicies, der::SEQUENCE, in CheckCertificatePolicies()
611 rv = der::ExpectTagAndGetValue(policyInformation, der::OIDTag, in CheckCertificatePolicies()
/dports/security/nss/nss-3.76.1/nss/lib/mozpkix/lib/
H A Dpkixcheck.cpp139 ExpectTagAndGetValue(issuer, der::SEQUENCE, encodedRDNs); in CheckIssuer()
220 Result rv = der::ExpectTagAndGetValue(input, der::SEQUENCE, algorithm); in CheckSubjectPublicKeyInfoContents()
236 rv = der::ExpectTagAndGetValue(algorithm, der::OIDTag, algorithmOID); in CheckSubjectPublicKeyInfoContents()
260 rv = der::ExpectTagAndGetValue(algorithm, der::OIDTag, in CheckSubjectPublicKeyInfoContents()
427 if (der::ExpectTagAndGetValue(input, der::BIT_STRING, value) != Success) { in CheckKeyUsage()
589 Result rv = der::ExpectTagAndGetValue(extension, der::SEQUENCE, in CheckCertificatePolicies()
604 rv = der::ExpectTagAndGetValue(certificatePolicies, der::SEQUENCE, in CheckCertificatePolicies()
611 rv = der::ExpectTagAndGetValue(policyInformation, der::OIDTag, in CheckCertificatePolicies()
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/lib/mozpkix/lib/
H A Dpkixcheck.cpp139 ExpectTagAndGetValue(issuer, der::SEQUENCE, encodedRDNs); in CheckIssuer()
220 Result rv = der::ExpectTagAndGetValue(input, der::SEQUENCE, algorithm); in CheckSubjectPublicKeyInfoContents()
236 rv = der::ExpectTagAndGetValue(algorithm, der::OIDTag, algorithmOID); in CheckSubjectPublicKeyInfoContents()
260 rv = der::ExpectTagAndGetValue(algorithm, der::OIDTag, in CheckSubjectPublicKeyInfoContents()
427 if (der::ExpectTagAndGetValue(input, der::BIT_STRING, value) != Success) { in CheckKeyUsage()
589 Result rv = der::ExpectTagAndGetValue(extension, der::SEQUENCE, in CheckCertificatePolicies()
604 rv = der::ExpectTagAndGetValue(certificatePolicies, der::SEQUENCE, in CheckCertificatePolicies()
611 rv = der::ExpectTagAndGetValue(policyInformation, der::OIDTag, in CheckCertificatePolicies()
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/lib/mozpkix/lib/
H A Dpkixcheck.cpp139 ExpectTagAndGetValue(issuer, der::SEQUENCE, encodedRDNs); in CheckIssuer()
220 Result rv = der::ExpectTagAndGetValue(input, der::SEQUENCE, algorithm); in CheckSubjectPublicKeyInfoContents()
236 rv = der::ExpectTagAndGetValue(algorithm, der::OIDTag, algorithmOID); in CheckSubjectPublicKeyInfoContents()
260 rv = der::ExpectTagAndGetValue(algorithm, der::OIDTag, in CheckSubjectPublicKeyInfoContents()
427 if (der::ExpectTagAndGetValue(input, der::BIT_STRING, value) != Success) { in CheckKeyUsage()
589 Result rv = der::ExpectTagAndGetValue(extension, der::SEQUENCE, in CheckCertificatePolicies()
604 rv = der::ExpectTagAndGetValue(certificatePolicies, der::SEQUENCE, in CheckCertificatePolicies()
611 rv = der::ExpectTagAndGetValue(policyInformation, der::OIDTag, in CheckCertificatePolicies()
/dports/www/firefox-esr/firefox-91.8.0/security/nss/gtests/mozpkix_gtest/
H A Dpkixder_input_tests.cpp629 ASSERT_EQ(Success, ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
639 ASSERT_EQ(Success, ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
651 ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
660 ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
669 ExpectTagAndGetValue(input, INTEGER, value)); in TEST_F()
677 ASSERT_EQ(Success, ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
687 ASSERT_EQ(Success, ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
700 ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
709 ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
718 ExpectTagAndGetValue(input, INTEGER, value)); in TEST_F()
/dports/security/ca_root_nss/nss-3.71/nss/gtests/mozpkix_gtest/
H A Dpkixder_input_tests.cpp629 ASSERT_EQ(Success, ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
639 ASSERT_EQ(Success, ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
651 ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
660 ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
669 ExpectTagAndGetValue(input, INTEGER, value)); in TEST_F()
677 ASSERT_EQ(Success, ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
687 ASSERT_EQ(Success, ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
700 ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
709 ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
718 ExpectTagAndGetValue(input, INTEGER, value)); in TEST_F()
/dports/www/firefox/firefox-99.0/security/nss/gtests/mozpkix_gtest/
H A Dpkixder_input_tests.cpp629 ASSERT_EQ(Success, ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
639 ASSERT_EQ(Success, ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
651 ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
660 ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
669 ExpectTagAndGetValue(input, INTEGER, value)); in TEST_F()
677 ASSERT_EQ(Success, ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
687 ASSERT_EQ(Success, ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
700 ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
709 ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
718 ExpectTagAndGetValue(input, INTEGER, value)); in TEST_F()
/dports/lang/spidermonkey60/firefox-60.9.0/security/pkix/test/gtest/
H A Dpkixder_input_tests.cpp586 ASSERT_EQ(Success, ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
595 ASSERT_EQ(Success, ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
606 ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
614 ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
621 ASSERT_EQ(Result::ERROR_BAD_DER, ExpectTagAndGetValue(input, INTEGER, value)); in TEST_F()
628 ASSERT_EQ(Success, ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
637 ASSERT_EQ(Success, ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
649 ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
657 ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
664 ASSERT_EQ(Result::ERROR_BAD_DER, ExpectTagAndGetValue(input, INTEGER, value)); in TEST_F()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/pkix/test/gtest/
H A Dpkixder_input_tests.cpp626 ASSERT_EQ(Success, ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
636 ASSERT_EQ(Success, ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
648 ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
657 ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
666 ExpectTagAndGetValue(input, INTEGER, value)); in TEST_F()
674 ASSERT_EQ(Success, ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
684 ASSERT_EQ(Success, ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
697 ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
706 ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
715 ExpectTagAndGetValue(input, INTEGER, value)); in TEST_F()
/dports/security/nss/nss-3.76.1/nss/gtests/mozpkix_gtest/
H A Dpkixder_input_tests.cpp629 ASSERT_EQ(Success, ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
639 ASSERT_EQ(Success, ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
651 ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
660 ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
669 ExpectTagAndGetValue(input, INTEGER, value)); in TEST_F()
677 ASSERT_EQ(Success, ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
687 ASSERT_EQ(Success, ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
700 ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
709 ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
718 ExpectTagAndGetValue(input, INTEGER, value)); in TEST_F()
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/gtests/mozpkix_gtest/
H A Dpkixder_input_tests.cpp629 ASSERT_EQ(Success, ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
639 ASSERT_EQ(Success, ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
651 ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
660 ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
669 ExpectTagAndGetValue(input, INTEGER, value)); in TEST_F()
677 ASSERT_EQ(Success, ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
687 ASSERT_EQ(Success, ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
700 ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
709 ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
718 ExpectTagAndGetValue(input, INTEGER, value)); in TEST_F()
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/gtests/mozpkix_gtest/
H A Dpkixder_input_tests.cpp629 ASSERT_EQ(Success, ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
639 ASSERT_EQ(Success, ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
651 ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
660 ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
669 ExpectTagAndGetValue(input, INTEGER, value)); in TEST_F()
677 ASSERT_EQ(Success, ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
687 ASSERT_EQ(Success, ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
700 ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
709 ExpectTagAndGetValue(input, SEQUENCE, value)); in TEST_F()
718 ExpectTagAndGetValue(input, INTEGER, value)); in TEST_F()

1234