LibLogicalAccess  2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
Functions
iso24727crypto.cpp File Reference
#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)
 

Function Documentation

◆ apdu_has_data()

static bool apdu_has_data ( const ByteVector apdu)
static

Check whether the APDU has any data.

◆ apdu_has_le()

static bool apdu_has_le ( const ByteVector apdu)
static

Check whether the APDU contains an LE byte.

◆ rapdu_has_data()

static bool rapdu_has_data ( const ByteVector rapdu)
static