#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) |
| 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.
1.7.1