CryptoAuthLib v3.7.6
Microchip CryptoAuthentication Library
 
Loading...
Searching...
No Matches
calib Directory Reference

Files

file  calib_aes.c
 CryptoAuthLib Basic API methods for AES command.
 
file  calib_aes_gcm.c
 CryptoAuthLib Basic API methods for AES GCM mode.
 
file  calib_aes_gcm.h
 Unity tests for the cryptoauthlib AES GCM functions.
 
file  calib_basic.c
 CryptoAuthLib Basic API methods. These methods provide a simpler way to access the core crypto methods.
 
file  calib_checkmac.c
 CryptoAuthLib Basic API methods for CheckMAC command.
 
file  calib_command.c
 Microchip CryptoAuthentication device command builder - this is the main object that builds the command byte strings for the given device. It does not execute the command. The basic flow is to call a command method to build the command you want given the parameters and then send that byte string through the device interface.
 
file  calib_command.h
 Microchip Crypto Auth device command object - this is a command builder only, it does not send the command. The result of a command method is a fully formed packet, ready to send to the ATCAIFace object to dispatch.
 
file  calib_config_check.h
 Consistency checks for configuration options.
 
file  calib_counter.c
 CryptoAuthLib Basic API methods for Counter command.
 
file  calib_delete.c
 CryptoAuthLib Basic API methods for Delete command.
 
file  calib_derivekey.c
 CryptoAuthLib Basic API methods for DeriveKey command.
 
file  calib_device.h
 Microchip Crypto Auth Device Data.
 
file  calib_ecdh.c
 CryptoAuthLib Basic API methods for ECDH command.
 
file  calib_execution.c
 Implements an execution handler that executes a given command on a device and returns the results.
 
file  calib_execution.h
 Defines an execution handler that executes a given command on a device and returns the results.
 
file  calib_gendig.c
 CryptoAuthLib Basic API methods for GenDig command.
 
file  calib_genkey.c
 CryptoAuthLib Basic API methods for GenKey command.
 
file  calib_helpers.c
 CryptoAuthLib Basic API - Helper Functions to.
 
file  calib_hmac.c
 CryptoAuthLib Basic API methods for HMAC command.
 
file  calib_info.c
 CryptoAuthLib Basic API methods for Info command.
 
file  calib_kdf.c
 CryptoAuthLib Basic API methods for KDF command.
 
file  calib_lock.c
 CryptoAuthLib Basic API methods for Lock command.
 
file  calib_mac.c
 CryptoAuthLib Basic API methods for MAC command.
 
file  calib_nonce.c
 CryptoAuthLib Basic API methods for Nonce command.
 
file  calib_packet.c
 CryptoAuthLib API for packet allocation.
 
file  calib_packet.h
 Defines packet allocation functions.
 
file  calib_privwrite.c
 CryptoAuthLib Basic API methods for PrivWrite command.
 
file  calib_random.c
 CryptoAuthLib Basic API methods for Random command.
 
file  calib_read.c
 CryptoAuthLib Basic API methods for Read command.
 
file  calib_secureboot.c
 CryptoAuthLib Basic API methods for SecureBoot command.
 
file  calib_selftest.c
 CryptoAuthLib Basic API methods for SelfTest command.
 
file  calib_sha.c
 CryptoAuthLib Basic API methods for SHA command.
 
file  calib_sign.c
 CryptoAuthLib Basic API methods for Sign command.
 
file  calib_updateextra.c
 CryptoAuthLib Basic API methods for UpdateExtra command.
 
file  calib_verify.c
 CryptoAuthLib Basic API methods for Verify command.
 
file  calib_write.c
 CryptoAuthLib Basic API methods for Write command.