LibLogicalAccess
2.5.0
An Open Source RFID Library
|
#include <logicalaccess/plugins/crypto/iso24727crypto.hpp>
#include <cassert>
#include <cstring>
#include <logicalaccess/plugins/crypto/cmac.hpp>
#include <logicalaccess/plugins/crypto/des_cipher.hpp>
#include <logicalaccess/plugins/crypto/aes_cipher.hpp>
#include <logicalaccess/plugins/crypto/des_initialization_vector.hpp>
#include <logicalaccess/plugins/crypto/des_symmetric_key.hpp>
#include <logicalaccess/plugins/crypto/lla_random.hpp>
#include <logicalaccess/plugins/llacommon/logs.hpp>
#include <logicalaccess/myexception.hpp>
Functions | |
static bool | apdu_has_le (const ByteVector &apdu) |
static bool | apdu_has_data (const ByteVector &apdu) |
static bool | rapdu_has_data (const ByteVector &rapdu) |
|
static |
Check whether the APDU has any data.
|
static |
Check whether the APDU contains an LE byte.
|
static |