xilasu
Vitis Drivers API Documentation
xasu_trng.c File Reference

Overview

This file contains the implementation of the client interface functions for TRNG driver.

MODIFICATION HISTORY:
Ver   Who  Date     Changes


1.0 vns 08/27/24 Initial release yog 09/26/24 Added doxygen groupings and fixed doxygen comments. 1.1 ma 02/03/25 Pass UniqueId as part of header in XAsu_TrngGetRandomNum API. ma 02/07/25 Added DRBG support in client

 

Functions

s32 XAsu_TrngGetRandomNum (XAsu_ClientParams *ClientParamPtr, const u8 *BufPtr, u32 Length)
 This function sends a command to ASUFW to generate the random number using TRNG. More...
 
s32 XAsu_TrngKat (XAsu_ClientParams *ClientParamPtr)
 This function sends a command to ASUFW to run the TRNG Known Answer Tests (KAT's). More...