ChibiOS/HAL
7.0.3
|
Structure representing an CRY driver. More...
#include <hal_crypto_lld.h>
Data Fields | |
crystate_t | state |
Driver state. More... | |
const CRYConfig * | config |
Current configuration data. More... | |
Structure representing an CRY driver.
Definition at line 101 of file hal_crypto_lld.h.
crystate_t CRYDriver::state |
Driver state.
Definition at line 105 of file hal_crypto_lld.h.
Referenced by cry_lld_start(), cry_lld_stop(), cryDecryptAES(), cryDecryptAES_CBC(), cryDecryptAES_CFB(), cryDecryptAES_CTR(), cryDecryptAES_ECB(), cryDecryptAES_GCM(), cryDecryptDES(), cryDecryptDES_CBC(), cryDecryptDES_ECB(), cryEncryptAES(), cryEncryptAES_CBC(), cryEncryptAES_CFB(), cryEncryptAES_CTR(), cryEncryptAES_ECB(), cryEncryptAES_GCM(), cryEncryptDES(), cryEncryptDES_CBC(), cryEncryptDES_ECB(), cryHMACSHA256Final(), cryHMACSHA256Init(), cryHMACSHA256Update(), cryHMACSHA512Final(), cryHMACSHA512Init(), cryHMACSHA512Update(), cryObjectInit(), crySHA1Final(), crySHA1Init(), crySHA1Update(), crySHA256Final(), crySHA256Init(), crySHA256Update(), crySHA512Final(), crySHA512Init(), crySHA512Update(), cryStart(), and cryStop().
const CRYConfig* CRYDriver::config |
Current configuration data.
Definition at line 109 of file hal_crypto_lld.h.
Referenced by cryObjectInit(), cryStart(), and cryStop().