SILC Core Library
    SILC Auth API
    SILC Channel API
    SILC Command API
    SILC ID API
    SILC ID Cache API
    SILC Modes
    SILC Notify API
    SILC Packet API
    SILC Payload API
    SILC Private API
SILC Math Library
    SILC Math API
    SILC MP API
SILC SFTP Library
    SILC SFTP API
    SILC SFTP Filesystems
SILC Utility Library
    SILC Buffer API
    SILC Buffer Format API
    SILC Buffer Utility API
    SILC Hash Table API
    SILC Log and Debug API
    SILC Memory API
    SILC Mutex API
    SILC Thread API
    SILC Net API
    SILC Schedule API
    SILC Socket Connection API
    SILC Protocol API
    SILC Util API
    SILC Zip API
    SILC List API
    SILC Dynamic List API
SILC Key Exchange Library
    SILC SKE API
    SILC SKE Status
SILC Client Library
    SILC Client API
SILC Crypto Library
    SILC Cipher API
    SILC Hash API
    SILC HMAC API
    SILC PKCS API
    SILC RNG API
Function silc_hmac_register

SYNOPSIS

    bool silc_hmac_register(SilcHmacObject *hmac);

DESCRIPTION

    Registers a new HMAC into the SILC. This function is used at the
    initialization of the SILC.  All registered HMACs should be
    unregistered with silc_hmac_unregister.  The `hmac' includes the
    name of the HMAC and the length of the MAC.  Usually this
    function is not called directly.  Instead, application can call
    the silc_hmac_register_default to register all default HMACs
    that are builtin the sources.  Returns FALSE on error.

>> SilcHMACAPI
>> SilcHmac
>> SilcHmacObject
>> silc_hmac_register
>> silc_hmac_unregister
>> silc_hmac_register_default
>> 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_make
>> silc_hmac_make_with_key
>> silc_hmac_make_truncated
>> silc_hmac_init
>> silc_hmac_init_with_key
>> silc_hmac_update
>> silc_hmac_final