File List
Here is a list of all documented files with brief descriptions:
[detail level 1234]
  drivers
  crypto
  include
 aes.hThis is the AES module header file for the register level AES driver. It defines various encryption modes supported by the AES module
 crypto_internal.hThis is the internal Header for the Crypto Driver. This header file should NOT be directly included by applications
 hmac.hThis is the HMAC module header file for the register level HMAC driver
 reg_aes.hThis file gives register definitions of MSS_AES module
 reg_dthe.hThis file gives register definitions of MSS_DTHE module
 reg_pka.hThis file gives register definitions of MSS_PKA module
 reg_sha.hThis file gives register definitions of MSS_SHA module
 reg_trng.hThis file gives register definitions of MSS_TRNG module
  src
 aes.cThe file implements the register level AES functions. No validations are performed on input parameters. The caller of the APIs need to ensure the input parameters are valid
 aes_crypto.cThe file implements the AES crypto functions that process the given data and generate the output based on the crypto module configuration. No validations are performed on input parameters. The caller of the APIs need to ensure the input parameters are valid
 Crypto.cThe file implements the Crypto Driver for the XWR16xx. The file implements the driver to conform to the MCPI standards
 hmac.cThe file implements the register level functions for HMAC/HASH module using SHA/MD5 algorithms. No validations are performed on input parameters. The caller of the APIs need to ensure the input parameters are valid
 hmac_crypto.cThe file implements the HMAC/HASH module functions that process the given data and generate the output based on the module configuration. No validations are performed on input parameters. The caller of the APIs need to ensure the input parameters are valid
 Crypto.hThis is the header file for the Crypto driver which exposes the data structures and exported API which can be used by the applications to use the Crypto driver

Copyright 2018, Texas Instruments Incorporated