Home
last modified time | relevance | path

Searched refs:getReturnCode (Results 1 – 25 of 304) sorted by relevance

12345678910>>...13

/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/test/qt/card/base/
H A Dtest_PinModifyOutput.cpp26 QCOMPARE(output.getReturnCode(), CardReturnCode::UNKNOWN); in fromCcidResponse()
30 QCOMPARE(output.getReturnCode(), CardReturnCode::INPUT_TIME_OUT); in fromCcidResponse()
34 QCOMPARE(output.getReturnCode(), CardReturnCode::CANCELLATION_BY_USER); in fromCcidResponse()
38 QCOMPARE(output.getReturnCode(), CardReturnCode::NEW_PIN_MISMATCH); in fromCcidResponse()
42 QCOMPARE(output.getReturnCode(), CardReturnCode::NEW_PIN_INVALID_LENGTH); in fromCcidResponse()
46 QCOMPARE(output.getReturnCode(), CardReturnCode::COMMAND_FAILED); in fromCcidResponse()
50 QCOMPARE(output.getReturnCode(), CardReturnCode::UNKNOWN); in fromCcidResponse()
54 QCOMPARE(output.getReturnCode(), CardReturnCode::OK); in fromCcidResponse()
58 QCOMPARE(output.getReturnCode(), CardReturnCode::UNKNOWN); in fromCcidResponse()
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/src/card/base/command/
H A DDidAuthenticateEAC2Command.cpp130 if (mseResult.getReturnCode() != StatusCode::SUCCESS) in putCertificateChain()
132 qCWarning(card) << "TA MSE:Set DST failed:" << mseResult.getReturnCode(); in putCertificateChain()
148 if (psoResult.getReturnCode() != StatusCode::SUCCESS) in putCertificateChain()
150 qCWarning(card) << "TA PSO:Verify Certificate failed:" << psoResult.getReturnCode(); in putCertificateChain()
180 if (mseResult.getReturnCode() != StatusCode::SUCCESS) in performTerminalAuthentication()
182 qCWarning(card) << "TA MSE:Set AT failed:" << mseResult.getReturnCode(); in performTerminalAuthentication()
196 if (eaResult.getReturnCode() != StatusCode::SUCCESS) in performTerminalAuthentication()
198 qCWarning(card) << "TA External Authenticate failed:" << eaResult.getReturnCode(); in performTerminalAuthentication()
220 if (mseResult.getReturnCode() != StatusCode::SUCCESS) in performChipAuthentication()
222 qCWarning(card) << "CA MSE:Set AT failed:" << mseResult.getReturnCode(); in performChipAuthentication()
[all …]
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/test/qt/card/base/command/
H A Dtest_DidAuthenticateEAC1Command.cpp44 QCOMPARE(command.getReturnCode(), CardReturnCode::OK); in test_InternalExecuteOKEmptyChallenge()
45 QCOMPARE(response.getReturnCode(), StatusCode::SUCCESS); in test_InternalExecuteOKEmptyChallenge()
60 QCOMPARE(command.getReturnCode(), CardReturnCode::OK); in test_InternalExecuteOK()
61 QCOMPARE(response.getReturnCode(), StatusCode::SUCCESS); in test_InternalExecuteOK()
75 QCOMPARE(command1.getReturnCode(), CardReturnCode::PIN_BLOCKED); in test_InternalExecuteFailed()
76 QCOMPARE(response1.getReturnCode(), StatusCode::PIN_BLOCKED); in test_InternalExecuteFailed()
85 QCOMPARE(command2.getReturnCode(), CardReturnCode::PROTOCOL_ERROR); in test_InternalExecuteFailed()
86 QCOMPARE(response2.getReturnCode(), StatusCode::INVALID); in test_InternalExecuteFailed()
H A Dtest_UnblockPinCommand.cpp31 QCOMPARE(command.getReturnCode(), CardReturnCode::CARD_NOT_FOUND); in test_InternalExecuteNoCard()
42 QCOMPARE(command.getReturnCode(), CardReturnCode::CARD_NOT_FOUND); in test_InternalExecuteNoReader()
56 QCOMPARE(command.getReturnCode(), CardReturnCode::PIN_NOT_BLOCKED); in test_InternalExecutePinNotBlocked()
71 QCOMPARE(command.getReturnCode(), CardReturnCode::PROTOCOL_ERROR); in test_InternalExecuteProtocolError()
87 QCOMPARE(command.getReturnCode(), CardReturnCode::OK); in test_InternalExecuteOK()
103 QCOMPARE(command.getReturnCode(), CardReturnCode::PUK_INOPERATIVE); in test_InternalExecutePukInoperative()
H A Dtest_TransmitCommand.cpp88 QCOMPARE(command.getReturnCode(), CardReturnCode::OK); in test_InternalExecuteOkSingleCommandWithoutAcceptableStatusCode()
103 QCOMPARE(command.getReturnCode(), CardReturnCode::OK); in test_InternalExecuteOkSingleCommandWithAcceptableStatusCode()
118 QCOMPARE(command1.getReturnCode(), CardReturnCode::PROTOCOL_ERROR); in test_InternalExecuteUnsuccesfulSingleCommand()
125 QCOMPARE(command2.getReturnCode(), CardReturnCode::PIN_BLOCKED); in test_InternalExecuteUnsuccesfulSingleCommand()
142 QCOMPARE(command.getReturnCode(), CardReturnCode::UNEXPECTED_TRANSMIT_STATUS); in test_InternalExecuteUnexpectedStatusSingleCommand()
159 QCOMPARE(command.getReturnCode(), CardReturnCode::OK); in test_InternalExecuteOkMultipleCommand()
176 QCOMPARE(command1.getReturnCode(), CardReturnCode::PROTOCOL_ERROR); in test_InternalExecuteUnsuccessfulMultipleCommand()
184 QCOMPARE(command2.getReturnCode(), CardReturnCode::PROTOCOL_ERROR); in test_InternalExecuteUnsuccessfulMultipleCommand()
206 QCOMPARE(command1.getReturnCode(), CardReturnCode::UNEXPECTED_TRANSMIT_STATUS); in test_InternalExecuteUnexpectedStatusMultipleCommand()
217 QCOMPARE(command2.getReturnCode(), CardReturnCode::UNEXPECTED_TRANSMIT_STATUS); in test_InternalExecuteUnexpectedStatusMultipleCommand()
H A Dtest_EstablishPaceChannelCommand.cpp65 QCOMPARE(command.getReturnCode(), CardReturnCode::OK); in test_InternalExecute()
68 QCOMPARE(command.getReturnCode(), CardReturnCode::OK); in test_InternalExecute()
71 QCOMPARE(command.getReturnCode(), CardReturnCode::UNKNOWN); in test_InternalExecute()
74 QCOMPARE(command.getReturnCode(), CardReturnCode::PROTOCOL_ERROR); in test_InternalExecute()
H A Dtest_SetEidPinCommand.cpp49 QCOMPARE(command.getReturnCode(), CardReturnCode::OK); in test_InternalExecuteAndResponseApdu()
53 QCOMPARE(command.getReturnCode(), CardReturnCode::PROTOCOL_ERROR); in test_InternalExecuteAndResponseApdu()
57 QCOMPARE(command.getReturnCode(), CardReturnCode::PIN_BLOCKED); in test_InternalExecuteAndResponseApdu()
H A Dtest_DestroyPaceChannelCommand.cpp29 QCOMPARE(command1.getReturnCode(), CardReturnCode::OK); in test_InternalExecute()
35 QCOMPARE(command2.getReturnCode(), CardReturnCode::UNKNOWN); in test_InternalExecute()
H A Dtest_UpdRetryCounterCommand.cpp29 QCOMPARE(command.getReturnCode(), CardReturnCode::CARD_NOT_FOUND); in test_InternalExecuteNoCard()
42 QCOMPARE(command.getReturnCode(), CardReturnCode::OK); in test_InternalExecuteWithCard()
H A Dtest_BaseCardCommand.cpp59 QCOMPARE(command.getReturnCode(), CardReturnCode::UNKNOWN); in commandDone()
68 QCOMPARE(command.getReturnCode(), CardReturnCode::OK); in commandDone()
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/src/card/base/pace/
H A DKeyAgreement.cpp152 if (response.getReturnCode() == StatusCode::EMPTY) in performMutualAuthenticate()
157 if (response.getReturnCode() == StatusCode::VERIFICATION_FAILED || in performMutualAuthenticate()
158 response.getReturnCode() == StatusCode::PIN_BLOCKED || in performMutualAuthenticate()
159 response.getReturnCode() == StatusCode::PIN_SUSPENDED || in performMutualAuthenticate()
160 response.getReturnCode() == StatusCode::PIN_RETRY_COUNT_2) in performMutualAuthenticate()
165 if (response.getReturnCode() != StatusCode::SUCCESS) in performMutualAuthenticate()
192 …return createTransmitResult(returnCode, response.getReturnCode(), response.getEncryptedNonce(), "E… in transmitGAEncryptedNonce()
203 …return createTransmitResult(returnCode, response.getReturnCode(), response.getEphemeralPublicKey()… in transmitGAEphemeralPublicKey()
215 …return createTransmitResult(returnCode, response.getReturnCode(), response.getMappingData(), "Erro… in transmitGAMappingData()
225 if (returnCode != CardReturnCode::OK || responseApdu.getReturnCode() != StatusCode::SUCCESS) in transmitGAMutualAuthentication()
[all …]
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/src/card/base/
H A DCardInfo.cpp159 if (select.mResponseApdu.getReturnCode() != StatusCode::SUCCESS) in selectApplication()
161 …qCWarning(card) << "Cannot select application identifier:" << select.mResponseApdu.getReturnCode(); in selectApplication()
175 switch (result.mResponseApdu.getReturnCode()) in detectCard()
186 qCWarning(card) << "Cannot select MF:" << result.mResponseApdu.getReturnCode(); in detectCard()
193 switch (result.mResponseApdu.getReturnCode()) in detectCard()
203 qCWarning(card) << "Cannot select EF.DIR:" << result.mResponseApdu.getReturnCode(); in detectCard()
210 if (result.mResponseApdu.getReturnCode() != StatusCode::SUCCESS) in detectCard()
212 qCWarning(card) << "Cannot read EF.DIR:" << result.mResponseApdu.getReturnCode(); in detectCard()
H A DResponseApdu.cpp52 StatusCode ResponseApdu::getReturnCode() const in getReturnCode() function in ResponseApdu
72 StatusCode statusCode = getReturnCode(); in getRetryCounter()
124 switch (getReturnCode()) in getCardReturnCode()
H A DGeneralAuthenticateResponse.cpp20 …General authentication data seems invalid because of StatusCode:" << pResponseApdu.getReturnCode(); in GAResponseApdu()
27 return StatusCode::SUCCESS == getReturnCode(); in isValid()
31 StatusCode GAResponseApdu::getReturnCode() const in getReturnCode() function in GAResponseApdu
33 return mResponseApdu.getReturnCode(); in getReturnCode()
/dports/finance/skrooge/skrooge-2.26.1/tests/skgbankmodelertest/
H A Dskgtestvariousbugs.cpp109 …testvariousbugs/interests_and_shares.skg", QStringLiteral("notneededpassword")).getReturnCode(), 0) in main()
110 …etTestPath(QStringLiteral("IN")) % "/skgtestvariousbugs/invalid.skg").getReturnCode(), ERR_CORRUPT… in main()
111 …(QStringLiteral("IN")) % "/skgtestvariousbugs/invalid_protected.skg").getReturnCode(), ERR_ENCRYPT… in main()
112 …TestPath(QStringLiteral("IN")) % "/skgtestvariousbugs/protected.skg").getReturnCode(), ERR_ENCRYPT… in main()
113 …ingLiteral("IN")) % "/skgtestvariousbugs/protected.skg", QStringLiteral("pwd")).getReturnCode(), 0) in main()
115 …tPath(QStringLiteral("OUT")) % "/skgtestvariousbugs/forrecovery.skg").getReturnCode(), ERR_CORRUPT… in main()
118 …ral("document1.load(forrecovery_recovered.skg)"), document1.load(recoveredFile).getReturnCode(), 0) in main()
/dports/deskutils/egroupware/egroupware/vendor/bigbluebutton/bigbluebutton-api-php/src/Responses/
H A DBaseResponse.php56 public function getReturnCode() function in BigBlueButton\\Responses\\BaseResponse
79 return $this->getReturnCode() === self::SUCCESS;
84 return $this->getReturnCode() === self::FAILED;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/
H A DReorgQueries.java134 if (dialog.getReturnCode() == -1) { //MessageDialog closed without choice => cancel | no in createQueryRunnable()
138 result[0]= resultId[dialog.getReturnCode()]; in createQueryRunnable()
190 result[0]= dialog.getReturnCode(); in createQueryRunnable()
256 switch (dialog.getReturnCode()) {
302 result[0]= dialog.getReturnCode();
362 switch (dialog.getReturnCode()) {
368 result[0]= dialog.getReturnCode();
/dports/devel/libvirt-java/libvirt-java-0.5.2/src/main/java/org/libvirt/
H A DCPUCompareResult.java14 lookup.put(s.getReturnCode(), s); in s.getReturnCode()
28 public int getReturnCode() { in getReturnCode() method in CPUCompareResult
/dports/x11-fm/worker/worker-4.10.0/src/
H A Dexeclass.h41 int getReturnCode();
42 int getReturnCode( int *return_error );
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/lib/
H A DCompileFail.java36 int expected_rc = getReturnCode(args[0]); in main()
60 static int getReturnCode(String name) { in getReturnCode() method in CompileFail
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/lib/
H A DCompileFail.java36 int expected_rc = getReturnCode(args[0]); in main()
60 static int getReturnCode(String name) { in getReturnCode() method in CompileFail
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/lib/
H A DCompileFail.java36 int expected_rc = getReturnCode(args[0]); in main()
60 static int getReturnCode(String name) { in getReturnCode() method in CompileFail
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/lib/
H A DCompileFail.java36 int expected_rc = getReturnCode(args[0]); in main()
60 static int getReturnCode(String name) { in getReturnCode() method in CompileFail
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/lib/
H A DCompileFail.java36 int expected_rc = getReturnCode(args[0]); in main()
60 static int getReturnCode(String name) { in getReturnCode() method in CompileFail
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/lib/
H A DCompileFail.java36 int expected_rc = getReturnCode(args[0]); in main()
60 static int getReturnCode(String name) { in getReturnCode() method in CompileFail

12345678910>>...13