ndn-lite
Data Fields
ndn_hmac_backend Struct Reference

The structure to represent the backend implementation. More...

#include <ndn-lite-hmac.h>

Collaboration diagram for ndn_hmac_backend:
Collaboration graph

Data Fields

ndn_hmac_get_key_size_impl get_key_size
 
ndn_hmac_get_key_value_impl get_key_value
 
ndn_hmac_load_key_impl load_key
 
ndn_hmac_sha256_impl hmac_sha256
 
ndn_hmac_make_key_impl make_key
 
ndn_hkdf_impl hkdf
 
ndn_hmacprng_impl hmacprng
 

Detailed Description

The structure to represent the backend implementation.

Field Documentation

◆ get_key_size

ndn_hmac_get_key_size_impl ndn_hmac_backend::get_key_size

◆ get_key_value

ndn_hmac_get_key_value_impl ndn_hmac_backend::get_key_value

◆ hkdf

ndn_hkdf_impl ndn_hmac_backend::hkdf

◆ hmac_sha256

ndn_hmac_sha256_impl ndn_hmac_backend::hmac_sha256

◆ hmacprng

ndn_hmacprng_impl ndn_hmac_backend::hmacprng

◆ load_key

ndn_hmac_load_key_impl ndn_hmac_backend::load_key

◆ make_key

ndn_hmac_make_key_impl ndn_hmac_backend::make_key

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