NVIDIA DRIVE OS Linux API Reference

5.1.0.2 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
te_crypto_operation_info_t Struct Reference

Detailed Description

Holds a crypto operation info object.

Definition at line 53 of file ote_crypto.h.

Data Fields

uint32_t algorithm
 
uint32_t operation_class
 
uint32_t mode
 
uint32_t digest_length
 
uint32_t key_size
 
uint32_t required_key_usage
 
uint32_t handle_state
 

Field Documentation

uint32_t te_crypto_operation_info_t::algorithm

Definition at line 54 of file ote_crypto.h.

uint32_t te_crypto_operation_info_t::digest_length

Definition at line 57 of file ote_crypto.h.

uint32_t te_crypto_operation_info_t::handle_state

Definition at line 60 of file ote_crypto.h.

uint32_t te_crypto_operation_info_t::key_size

Definition at line 58 of file ote_crypto.h.

uint32_t te_crypto_operation_info_t::mode

Definition at line 56 of file ote_crypto.h.

uint32_t te_crypto_operation_info_t::operation_class

Definition at line 55 of file ote_crypto.h.

uint32_t te_crypto_operation_info_t::required_key_usage

Definition at line 59 of file ote_crypto.h.


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