Defines | Functions

libvncserver/rfbcrypto.h File Reference

#include <sys/uio.h>
Include dependency graph for rfbcrypto.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define SHA1_HASH_SIZE   20
#define MD5_HASH_SIZE   16

Functions

void digestmd5 (const struct iovec *iov, int iovcnt, void *dest)
void digestsha1 (const struct iovec *iov, int iovcnt, void *dest)

Define Documentation

#define MD5_HASH_SIZE   16

Definition at line 7 of file rfbcrypto.h.

#define SHA1_HASH_SIZE   20

Definition at line 6 of file rfbcrypto.h.


Function Documentation

void digestmd5 ( const struct iovec *  iov,
int  iovcnt,
void *  dest 
)

Definition at line 28 of file rfbcrypto_gnutls.c.

Here is the caller graph for this function:

void digestsha1 ( const struct iovec *  iov,
int  iovcnt,
void *  dest 
)

Definition at line 40 of file rfbcrypto_gnutls.c.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines