dp12rxss
Vitis Drivers API Documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
keymgmt.h File Reference

Overview

This file contains the interface for the key management module.

#include <stdint.h>
#include "xil_types.h"
#include "xstatus.h"

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().