Home
last modified time | relevance | path

Searched refs:INS_ABORT_OPERATION_CMD (Results 1 – 4 of 4) sorted by relevance

/hardware/nxp/keymint/KM200/
DJavacardSecureElement.h74 INS_ABORT_OPERATION_CMD = KEYMINT_CMD_APDU_START + 19, enumerator
DJavacardKeyMintOperation.cpp126 auto [item, err] = card_->sendRequest(Instruction::INS_ABORT_OPERATION_CMD, request); in abort()
/hardware/nxp/keymint/KM300/
DJavacardSecureElement.h74 INS_ABORT_OPERATION_CMD = KEYMINT_CMD_APDU_START + 19, enumerator
DJavacardKeyMintOperation.cpp133 auto [item, err] = card_->sendRequest(Instruction::INS_ABORT_OPERATION_CMD, request); in abort()