Functions

libvncserver/rfbcrypto_gnutls.c File Reference

#include <string.h>
#include <gcrypt.h>
#include "rfbcrypto.h"
Include dependency graph for rfbcrypto_gnutls.c:

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 28 of file rfbcrypto_gnutls.c.

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