unbound  0.1
Data Fields
shared_secret_cache_key Struct Reference

Data Fields

uint8_t key [DNSCRYPT_SHARED_SECRET_KEY_LENGTH]
 the hash table key
 
struct lruhash_entry entry
 the hash table entry, data is uint8_t pointer of size crypto_box_BEFORENMBYTES which contains the shared secret. More...
 

Field Documentation

◆ entry

struct lruhash_entry shared_secret_cache_key::entry

the hash table entry, data is uint8_t pointer of size crypto_box_BEFORENMBYTES which contains the shared secret.

Referenced by dnsc_shared_secret_cache_insert().


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