DSL
Public Attributes | List of all members
HMAC_PROVIDER Struct Reference
Collaboration diagram for HMAC_PROVIDER:
Collaboration graph
[legend]

Public Attributes

const char *const name
 
HASH_HMAC_CTX *(* hmac_init )(const char *name, const uint8 *key, size_t length)
 
void(* hmac_update )(HASH_HMAC_CTX *ctx, const uint8 *input, size_t length)
 
bool(* hmac_finish )(HASH_HMAC_CTX *ctx, uint8 *out, size_t outlen)
 

Detailed Description

Definition at line 59 of file hmac.h.


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