dp12txss
Vitis Drivers API Documentation
keymgmt.h File Reference

Overview

This file contains the interface for the key management module.

Functions

KEYMGMT_tError KEYMGMT_Init (void)
 This function initializes the key management module. More...
 
void KEYMGMT_Poll (uint32_t theUptime)
 This function polls the key management module. More...
 
int KEYMGMT_Debug (int argc, const char *argv[])
 This function implements the "keymgmt" debug command. More...
 

Function Documentation

int KEYMGMT_Debug ( int  argc,
const char *  argv[] 
)

This function implements the "keymgmt" debug command.

Parameters
argcthe number of command line arguments
argvthe list of the command line arguments
Returns
Always returns zero (0)
Note
None.

References KEYMGMTDEV_Debug().

KEYMGMT_tError KEYMGMT_Init ( void  )

This function initializes the key management module.

Returns
HDCP_ERROR_NONE if successful.
Note
None.

References KEYMGMTDEV_Init(), and KEYMGMTLDR_Init().

void KEYMGMT_Poll ( uint32_t  theUptime)

This function polls the key management module.

Parameters
theUptimethe system up time in seconds
Returns
void
Note
None.

References KEYMGMTLDR_Poll().