silchmac.html
SILC HMAC Interface Header: silchmac.h
DESCRIPTION
This is the interface for HMAC, or the keyed hash values, that are
used for packet and message authentication. These routines uses
already implemented hash functions from the SilcHashAPI. These
routines were created according to RFC 2104.
SilcHmac
SilcHmacObject
silc_hmac_register
silc_hmac_unregister
silc_hmac_register_default
silc_hmac_unregister_all
silc_hmac_alloc
silc_hmac_free
silc_hmac_is_supported
silc_hmac_get_supported
silc_hmac_len
silc_hmac_get_hash
silc_hmac_get_name
silc_hmac_set_key
silc_hmac_get_key
silc_hmac_make
silc_hmac_make_with_key
silc_hmac_make_truncated
silc_hmac_init
silc_hmac_init_with_key
silc_hmac_update
silc_hmac_final
|