AM64x MCU+ SDK  08.01.00
Crypto SHA Hw Test

Introduction

This example demonstrates the how to generate SHA hash.

Supported Combinations

Parameter Value
CPU + OS r5fss0-0 nortos
Toolchain ti-arm-clang
Board am64x-evm
Example folder examples/security/crypto/crypto_sha_sw/crypto_sha_sw.c

Steps to Run the Example

See Also

SA2UL

Sample Output

Shown below is a sample output when the application is run.

CCS Console:

[CRYPTO] SHA HW example started ...
[CRYPTO] Data length : 9 bytes
[CRYPTO] Total ticks : 30514
[CRYPTO] Total throughput In MBps : 0.235957
[CRYPTO] SHA-512 HW example completed!!
[CRYPTO] Data length : 9 bytes
[CRYPTO] Total ticks : 23976
[CRYPTO] Total throughput In MBps : 0.300300
[CRYPTO] SHA-256 HW example completed!!
All tests have passed!!