gnutls_cipher_add_auth ( cipher_hd_st* handle, void const* text, size_t text_size ) @@ GNUTLS_3_0_0
1st parameter 'handle' (pointer) has type 'gnutls_cipher_hd_t'.
gnutls_cipher_decrypt2 ( cipher_hd_st* handle, void const* ciphertext, size_t ciphertextlen, void* text, size_t textlen ) @@ GNUTLS_2_12
1st parameter 'handle' (pointer) has type 'gnutls_cipher_hd_t'.
gnutls_cipher_decrypt ( cipher_hd_st* handle, void* ciphertext, size_t ciphertextlen ) @@ GNUTLS_2_10
1st parameter 'handle' (pointer) has type 'gnutls_cipher_hd_t'.
gnutls_cipher_deinit ( cipher_hd_st* handle ) @@ GNUTLS_2_10
1st parameter 'handle' (pointer) has type 'gnutls_cipher_hd_t'.
gnutls_cipher_encrypt2 ( cipher_hd_st* handle, void const* text, size_t textlen, void* ciphertext, size_t ciphertextlen ) @@ GNUTLS_2_12
1st parameter 'handle' (pointer) has type 'gnutls_cipher_hd_t'.
gnutls_cipher_encrypt ( cipher_hd_st* handle, void* text, size_t textlen ) @@ GNUTLS_2_10
1st parameter 'handle' (pointer) has type 'gnutls_cipher_hd_t'.
gnutls_cipher_init ( cipher_hd_st** handle, gnutls_cipher_algorithm_t cipher, gnutls_datum_t const* key, gnutls_datum_t const* iv ) @@ GNUTLS_2_10
1st parameter 'handle' (pointer) has base type 'gnutls_cipher_hd_t'.
gnutls_cipher_set_iv ( cipher_hd_st* handle, void* iv, size_t ivlen ) @@ GNUTLS_3_0_0
1st parameter 'handle' (pointer) has type 'gnutls_cipher_hd_t'.
gnutls_cipher_tag ( cipher_hd_st* handle, void* tag, size_t tag_size ) @@ GNUTLS_3_0_0
1st parameter 'handle' (pointer) has type 'gnutls_cipher_hd_t'.