Functions

libvncserver/rfbcrypto_openssl.c File Reference

#include <string.h>
#include <openssl/sha.h>
#include <openssl/md5.h>
#include "rfbcrypto.h"
Include dependency graph for rfbcrypto_openssl.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 29 of file rfbcrypto_openssl.c.

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

Definition at line 40 of file rfbcrypto_openssl.c.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines