gnutls_crypto_register_mac

Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
  1. int gnutls_crypto_register_mac(gnutls_mac_algorithm_t mac, int priority, gnutls_mac_init_func init, gnutls_mac_setkey_func setkey, gnutls_mac_setnonce_func setnonce, gnutls_mac_hash_func hash, gnutls_mac_output_func output, gnutls_mac_deinit_func deinit, gnutls_mac_fast_func hash_fast)
    version(BindGnuTLS_Static)
    extern (System) @nogc nothrow @system deprecated
    static if(gnuTLSSupport >= GnuTLSSupport.gnutls_3_6_9)
    int
    gnutls_crypto_register_mac
  2. int gnutls_crypto_register_mac(gnutls_mac_algorithm_t mac, int priority, gnutls_mac_init_func init, gnutls_mac_setkey_func setkey, gnutls_mac_setnonce_func setnonce, gnutls_mac_hash_func hash, gnutls_mac_output_func output, gnutls_mac_deinit_func deinit, gnutls_mac_fast_func hash_fast)
  3. pgnutls_crypto_register_mac gnutls_crypto_register_mac;
  4. pgnutls_crypto_register_mac gnutls_crypto_register_mac;

Meta