OpenDNSSEC-signer
2.1.7
|
#include <tsig.h>
Data Fields | |
const char * | txt_name |
ldns_rdf * | wf_name |
size_t | max_digest_size |
const void * | data |
void *(* | hmac_create )(void) |
void(* | hmac_init )(void *context, tsig_algo_type *algo, tsig_key_type *key) |
void(* | hmac_update )(void *context, const void *data, size_t size) |
void(* | hmac_final )(void *context, uint8_t *digest, size_t *size) |
void*(* tsig_algo_struct::hmac_create) (void) |
Definition at line 95 of file tsig.h.
Referenced by tsig_rr_prepare().
void(* tsig_algo_struct::hmac_final) (void *context, uint8_t *digest, size_t *size) |
void(* tsig_algo_struct::hmac_init) (void *context, tsig_algo_type *algo, tsig_key_type *key) |
Definition at line 97 of file tsig.h.
Referenced by tsig_rr_prepare().
void(* tsig_algo_struct::hmac_update) (void *context, const void *data, size_t size) |
Definition at line 100 of file tsig.h.
Referenced by tsig_rr_prepare(), and tsig_rr_update().
size_t tsig_algo_struct::max_digest_size |
Definition at line 92 of file tsig.h.
Referenced by tsig_rr_prepare().