Namespace desfire
Detailed Description
Structures related to Desfire cards.
Namespaces
Classes
Enums
Functions
Function desfire::compute_crc16(std::uint8_t, std::uint16_t)
Function desfire::compute_crc16(mlab::range<std::uint8_t const *>, std::uint16_t)
Function desfire::compute_crc16(mlab::bin_data const&, std::uint16_t)
Function desfire::compute_crc32(mlab::bin_data const&, std::uint32_t)
Function desfire::compute_crc32(std::uint8_t, std::uint32_t)
Function desfire::compute_crc32(mlab::range<std::uint8_t const *>, std::uint32_t)
Template Function desfire::find_crc_tail(ByteIterator, ByteIterator, Fn&&, N, std::size_t, bool)
Function desfire::kdf_an10922(crypto_3k3des_base&, mlab::bin_data&)
Function desfire::kdf_an10922(crypto_aes_base&, mlab::bin_data&)
Function desfire::kdf_an10922(crypto_des_base&, mlab::bin_data&, std::uint8_t)
Function desfire::kdf_an10922(crypto_2k3des_base&, mlab::bin_data&, std::uint8_t)
Function desfire::kdf_an10922(key<cipher_type::des3_2k> const&, cipher_provider&, mlab::bin_data&)
Function desfire::kdf_an10922(key<cipher_type::des3_3k> const&, cipher_provider&, mlab::bin_data&)
Function desfire::kdf_an10922(key<cipher_type::aes128> const&, cipher_provider&, mlab::bin_data&)
Function desfire::kdf_an10922(crypto_des_base&, mlab::bin_data&)
Function desfire::kdf_an10922(crypto_2k3des_base&, mlab::bin_data&)
Function desfire::kdf_an10922(crypto_3k3des_base&, mlab::bin_data&, std::uint8_t)
Function desfire::kdf_an10922(crypto&, mlab::bin_data&, std::uint8_t)
Function desfire::kdf_an10922(any_key const&, cipher_provider&, mlab::bin_data&)
Function desfire::kdf_an10922(key<cipher_type::des> const&, cipher_provider&, mlab::bin_data&)