Home
last modified time | relevance | path

Searched refs:signerNameDER (Results 1 – 24 of 24) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/security/pkix/test/gtest/
H A Dpkixocsp_VerifyEncodedOCSPResponse.cpp204 context.signerNameDER = CNToDERName(signerName); in CreateEncodedOCSPSuccessfulResponse()
205 EXPECT_FALSE(ENCODING_FAILED(context.signerNameDER)); in CreateEncodedOCSPSuccessfulResponse()
451 ByteString signerNameDER; in CreateEncodedIndirectOCSPSuccessfulResponse() local
453 signerNameDER = CNToDERName(signerName); in CreateEncodedIndirectOCSPSuccessfulResponse()
454 EXPECT_FALSE(ENCODING_FAILED(signerNameDER)); in CreateEncodedIndirectOCSPSuccessfulResponse()
/dports/security/ca_root_nss/nss-3.71/nss/gtests/mozpkix_gtest/
H A Dpkixocsp_VerifyEncodedOCSPResponse.cpp224 context.signerNameDER = CNToDERName(signerName); in CreateEncodedOCSPSuccessfulResponse()
225 EXPECT_FALSE(ENCODING_FAILED(context.signerNameDER)); in CreateEncodedOCSPSuccessfulResponse()
521 ByteString signerNameDER; in CreateEncodedIndirectOCSPSuccessfulResponse() local
523 signerNameDER = CNToDERName(signerName); in CreateEncodedIndirectOCSPSuccessfulResponse()
524 EXPECT_FALSE(ENCODING_FAILED(signerNameDER)); in CreateEncodedIndirectOCSPSuccessfulResponse()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/pkix/test/gtest/
H A Dpkixocsp_VerifyEncodedOCSPResponse.cpp222 context.signerNameDER = CNToDERName(signerName); in CreateEncodedOCSPSuccessfulResponse()
223 EXPECT_FALSE(ENCODING_FAILED(context.signerNameDER)); in CreateEncodedOCSPSuccessfulResponse()
510 ByteString signerNameDER; in CreateEncodedIndirectOCSPSuccessfulResponse() local
512 signerNameDER = CNToDERName(signerName); in CreateEncodedIndirectOCSPSuccessfulResponse()
513 EXPECT_FALSE(ENCODING_FAILED(signerNameDER)); in CreateEncodedIndirectOCSPSuccessfulResponse()
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/gtests/mozpkix_gtest/
H A Dpkixocsp_VerifyEncodedOCSPResponse.cpp222 context.signerNameDER = CNToDERName(signerName); in CreateEncodedOCSPSuccessfulResponse()
223 EXPECT_FALSE(ENCODING_FAILED(context.signerNameDER)); in CreateEncodedOCSPSuccessfulResponse()
510 ByteString signerNameDER; in CreateEncodedIndirectOCSPSuccessfulResponse() local
512 signerNameDER = CNToDERName(signerName); in CreateEncodedIndirectOCSPSuccessfulResponse()
513 EXPECT_FALSE(ENCODING_FAILED(signerNameDER)); in CreateEncodedIndirectOCSPSuccessfulResponse()
/dports/www/firefox-esr/firefox-91.8.0/security/nss/gtests/mozpkix_gtest/
H A Dpkixocsp_VerifyEncodedOCSPResponse.cpp228 context.signerNameDER = CNToDERName(signerName); in CreateEncodedOCSPSuccessfulResponse()
229 EXPECT_FALSE(ENCODING_FAILED(context.signerNameDER)); in CreateEncodedOCSPSuccessfulResponse()
591 ByteString signerNameDER; in CreateEncodedIndirectOCSPSuccessfulResponse() local
593 signerNameDER = CNToDERName(signerName); in CreateEncodedIndirectOCSPSuccessfulResponse()
594 EXPECT_FALSE(ENCODING_FAILED(signerNameDER)); in CreateEncodedIndirectOCSPSuccessfulResponse()
/dports/www/firefox/firefox-99.0/security/nss/gtests/mozpkix_gtest/
H A Dpkixocsp_VerifyEncodedOCSPResponse.cpp228 context.signerNameDER = CNToDERName(signerName); in CreateEncodedOCSPSuccessfulResponse()
229 EXPECT_FALSE(ENCODING_FAILED(context.signerNameDER)); in CreateEncodedOCSPSuccessfulResponse()
591 ByteString signerNameDER; in CreateEncodedIndirectOCSPSuccessfulResponse() local
593 signerNameDER = CNToDERName(signerName); in CreateEncodedIndirectOCSPSuccessfulResponse()
594 EXPECT_FALSE(ENCODING_FAILED(signerNameDER)); in CreateEncodedIndirectOCSPSuccessfulResponse()
/dports/security/nss/nss-3.76.1/nss/gtests/mozpkix_gtest/
H A Dpkixocsp_VerifyEncodedOCSPResponse.cpp228 context.signerNameDER = CNToDERName(signerName); in CreateEncodedOCSPSuccessfulResponse()
229 EXPECT_FALSE(ENCODING_FAILED(context.signerNameDER)); in CreateEncodedOCSPSuccessfulResponse()
591 ByteString signerNameDER; in CreateEncodedIndirectOCSPSuccessfulResponse() local
593 signerNameDER = CNToDERName(signerName); in CreateEncodedIndirectOCSPSuccessfulResponse()
594 EXPECT_FALSE(ENCODING_FAILED(signerNameDER)); in CreateEncodedIndirectOCSPSuccessfulResponse()
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/gtests/mozpkix_gtest/
H A Dpkixocsp_VerifyEncodedOCSPResponse.cpp228 context.signerNameDER = CNToDERName(signerName); in CreateEncodedOCSPSuccessfulResponse()
229 EXPECT_FALSE(ENCODING_FAILED(context.signerNameDER)); in CreateEncodedOCSPSuccessfulResponse()
591 ByteString signerNameDER; in CreateEncodedIndirectOCSPSuccessfulResponse() local
593 signerNameDER = CNToDERName(signerName); in CreateEncodedIndirectOCSPSuccessfulResponse()
594 EXPECT_FALSE(ENCODING_FAILED(signerNameDER)); in CreateEncodedIndirectOCSPSuccessfulResponse()
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/mozpkix/include/pkix-test/
H A Dpkixtestutil.h377 ByteString signerNameDER; // If set, responderID will use the byName
/dports/lang/spidermonkey60/firefox-60.9.0/security/pkix/test/lib/
H A Dpkixtestutil.h370 ByteString signerNameDER; // If set, responderID will use the byName variable
H A Dpkixtestutil.cpp866 if (!context.signerNameDER.empty()) { in ResponderID()
867 contents = context.signerNameDER; in ResponderID()
/dports/www/firefox/firefox-99.0/security/nss/lib/mozpkix/include/pkix-test/
H A Dpkixtestutil.h377 ByteString signerNameDER; // If set, responderID will use the byName variable
/dports/www/firefox-legacy/firefox-52.8.0esr/security/pkix/test/lib/
H A Dpkixtestutil.h411 ByteString signerNameDER; // If set, responderID will use the byName variable
H A Dpkixtestutil.cpp968 if (!context.signerNameDER.empty()) { in ResponderID()
969 contents = context.signerNameDER; in ResponderID()
/dports/security/ca_root_nss/nss-3.71/nss/lib/mozpkix/include/pkix-test/
H A Dpkixtestutil.h369 ByteString signerNameDER; // If set, responderID will use the byName variable
/dports/security/nss/nss-3.76.1/nss/lib/mozpkix/include/pkix-test/
H A Dpkixtestutil.h377 ByteString signerNameDER; // If set, responderID will use the byName variable
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/lib/mozpkix/include/pkix-test/
H A Dpkixtestutil.h377 ByteString signerNameDER; // If set, responderID will use the byName variable
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/lib/mozpkix/include/pkix-test/
H A Dpkixtestutil.h369 ByteString signerNameDER; // If set, responderID will use the byName variable
/dports/security/ca_root_nss/nss-3.71/nss/lib/mozpkix/test-lib/
H A Dpkixtestutil.cpp970 if (!context.signerNameDER.empty()) { in ResponderID()
971 contents = context.signerNameDER; in ResponderID()
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/lib/mozpkix/test-lib/
H A Dpkixtestutil.cpp970 if (!context.signerNameDER.empty()) { in ResponderID()
971 contents = context.signerNameDER; in ResponderID()
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/mozpkix/test-lib/
H A Dpkixtestutil.cpp973 if (!context.signerNameDER.empty()) { in ResponderID()
974 contents = context.signerNameDER; in ResponderID()
/dports/www/firefox/firefox-99.0/security/nss/lib/mozpkix/test-lib/
H A Dpkixtestutil.cpp973 if (!context.signerNameDER.empty()) { in ResponderID()
974 contents = context.signerNameDER; in ResponderID()
/dports/security/nss/nss-3.76.1/nss/lib/mozpkix/test-lib/
H A Dpkixtestutil.cpp973 if (!context.signerNameDER.empty()) { in ResponderID()
974 contents = context.signerNameDER; in ResponderID()
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/lib/mozpkix/test-lib/
H A Dpkixtestutil.cpp973 if (!context.signerNameDER.empty()) { in ResponderID()
974 contents = context.signerNameDER; in ResponderID()