Data Fields
Crypto_Config_t Struct Reference

Crypto Global configuration. More...

#include <drivers/crypto/Crypto.h>

Data Fields

void * object
 
void const * hwAttrs
 

Detailed Description

Crypto Global configuration.

The Crypto_Config structure contains a set of pointers used to characterize the Crypto driver implementation.

This structure needs to be defined before calling Crypto_init() and it must not be changed thereafter.

See also
Crypto_init()

Field Documentation

void const* Crypto_Config_t::hwAttrs

Pointer to a driver specific hardware attributes structure

void* Crypto_Config_t::object

Pointer to a driver specific data object


The documentation for this struct was generated from the following file:

Copyright 2018, Texas Instruments Incorporated