API Reference Manual 1.51.0
Loading...
Searching...
No Matches
odp_crypto_key Struct Reference

Crypto API key structure. More...

#include <crypto_types.h>

Data Fields

uint8_t * data
 Key data.
 
uint32_t length
 Key length in bytes.
 

Detailed Description

Crypto API key structure.

Definition at line 726 of file api/spec/crypto_types.h.

Field Documentation

◆ data

uint8_t* odp_crypto_key::data

Key data.

Definition at line 728 of file api/spec/crypto_types.h.

◆ length

uint32_t odp_crypto_key::length

Key length in bytes.

Examples
odp_crypto.c.

Definition at line 731 of file api/spec/crypto_types.h.


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