CryptoAuthLib
Atmel CryptoAuthentication Library
|
Atmel Crypto Auth hardware interface object. More...
Data Structures | |
struct | atca_iface |
atca_iface is the C object backing ATCAIface. See the atca_iface.h file for details on the ATCAIface methods More... | |
Functions | |
ATCA_STATUS | _atinit (ATCAIface caiface, ATCAHAL_t *hal) |
ATCAIface | newATCAIface (ATCAIfaceCfg *cfg) |
constructor for ATCAIface objects More... | |
ATCA_STATUS | atinit (ATCAIface caiface) |
ATCA_STATUS | atsend (ATCAIface caiface, uint8_t *txdata, int txlength) |
ATCA_STATUS | atreceive (ATCAIface caiface, uint8_t *rxdata, uint16_t *rxlength) |
ATCA_STATUS | atwake (ATCAIface caiface) |
ATCA_STATUS | atidle (ATCAIface caiface) |
ATCA_STATUS | atsleep (ATCAIface caiface) |
ATCAIfaceCfg * | atgetifacecfg (ATCAIface caiface) |
void * | atgetifacehaldat (ATCAIface caiface) |
void | deleteATCAIface (ATCAIface *caiface) |
Atmel Crypto Auth hardware interface object.
Copyright (c) 2015 Atmel Corporation. All rights reserved.