5#include <logicalaccess/plugins/cards/mifareplus/lla_cards_mifareplus_api.hpp>
25 bool AESAuthenticate(std::shared_ptr<AES128Key> key, uint16_t keyslot)
const;
28 bool aes_auth_step2(
ByteVector rnd_b, std::shared_ptr<AES128Key> key)
const;
30 std::shared_ptr<AES128Key> key)
const;
32 std::shared_ptr<ReaderCardAdapter>
rca_;
Definition: MifarePlusAESAuth.hpp:17
std::shared_ptr< ReaderCardAdapter > rca_
Definition: MifarePlusAESAuth.hpp:32
std::vector< uint8_t > ByteVector
Definition: lla_fwd.hpp:80