|
file | aes.c |
| The 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.
|
|
file | aes_crypto.c |
| The 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.
|
|
file | Crypto.c |
| The file implements the Crypto Driver for the XWR16xx. The file implements the driver to conform to the MCPI standards.
|
|
file | hmac.c |
| The 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.
|
|
file | hmac_crypto.c |
| The 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.
|
|