gnutls_cipher_int.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define cipher_hd_t   MHD_gc_cipher_handle
#define GNUTLS_CIPHER_FAILED   NULL

Functions

void * MHD_gtls_cipher_init (enum MHD_GNUTLS_CipherAlgorithm cipher, const MHD_gnutls_datum_t *key, const MHD_gnutls_datum_t *iv)
int MHD_gtls_cipher_encrypt (void *handle, void *text, int textlen)
int MHD_gtls_cipher_decrypt (void *handle, void *ciphertext, int ciphertextlen)
void MHD_gnutls_cipher_deinit (void *handle)


Define Documentation

#define cipher_hd_t   MHD_gc_cipher_handle

Definition at line 28 of file gnutls_cipher_int.h.

Referenced by MHD_gtls_cipher_init().

#define GNUTLS_CIPHER_FAILED   NULL


Function Documentation

void MHD_gnutls_cipher_deinit ( void *  handle  ) 

int MHD_gtls_cipher_decrypt ( void *  handle,
void *  ciphertext,
int  ciphertextlen 
)

int MHD_gtls_cipher_encrypt ( void *  handle,
void *  text,
int  textlen 
)

void* MHD_gtls_cipher_init ( enum MHD_GNUTLS_CipherAlgorithm  cipher,
const MHD_gnutls_datum_t key,
const MHD_gnutls_datum_t iv 
)


Generated on Fri Feb 27 18:32:53 2009 for GNU libmicrohttpd by  doxygen 1.5.7.1