EDGESEC  0.1.0-alpha.0+sha.ca29a8277b72f80785649ea9ef9cd7edf642d939
Secure router - reference implementation
Data Fields
crypt_pair Struct Reference

crypt context structure definition More...

#include <crypt_service.h>

Data Fields

const char * key
 
uint8_t * value
 
ssize_t value_size
 

Detailed Description

crypt context structure definition

Field Documentation

◆ key

const char* crypt_pair::key

The crypt key string.

◆ value

uint8_t* crypt_pair::value

The crypt value array.

◆ value_size

ssize_t crypt_pair::value_size

The crypt value array size.


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