![]() |
ucspi-ssl
0.99e
TLS encryption for IPv6 communication
|
Go to the source code of this file.
Functions | |
int | cdb_make_start (struct cdb_make *c, int fd) |
int | cdb_make_addend (struct cdb_make *c, unsigned int keylen, unsigned int datalen, uint32 h) |
int | cdb_make_addbegin (struct cdb_make *c, unsigned int keylen, unsigned int datalen) |
int | cdb_make_add (struct cdb_make *c, const char *key, unsigned int keylen, const char *data, unsigned int datalen) |
int | cdb_make_finish (struct cdb_make *c) |
int cdb_make_add | ( | struct cdb_make * | c, |
const char * | key, | ||
unsigned int | keylen, | ||
const char * | data, | ||
unsigned int | datalen | ||
) |
Definition at line 64 of file cdb_make.c.
Definition at line 9 of file cdb_make.c.