gnutls_crypto_register_aead_cipher

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_aead_cipher(gnutls_cipher_algorithm_t algorithm, int priority, gnutls_cipher_init_func init, gnutls_cipher_setkey_func setkey, gnutls_cipher_aead_encrypt_func aead_encrypt, gnutls_cipher_aead_decrypt_func aead_decrypt, gnutls_cipher_deinit_func deinit)
    version(BindGnuTLS_Static)
    extern (System) @nogc nothrow @system deprecated
    static if(gnuTLSSupport >= GnuTLSSupport.gnutls_3_6_9)
    int
    gnutls_crypto_register_aead_cipher
  2. int gnutls_crypto_register_aead_cipher(gnutls_cipher_algorithm_t algorithm, int priority, gnutls_cipher_init_func init, gnutls_cipher_setkey_func setkey, gnutls_cipher_aead_encrypt_func aead_encrypt, gnutls_cipher_aead_decrypt_func aead_decrypt, gnutls_cipher_deinit_func deinit)
  3. pgnutls_crypto_register_aead_cipher gnutls_crypto_register_aead_cipher;
  4. pgnutls_crypto_register_aead_cipher gnutls_crypto_register_aead_cipher;

Meta