~7-luca/skylable/master

« back to all changes in this revision

Viewing changes to server/src/common/utils.h

  • Committer: Alberto Wu
  • Date: 2015-10-29 16:39:50 UTC
  • Revision ID: git-v1:4d0837a887d92ed148e87a6e7bb7f4096046dc98
Allow building with valgrind hints (--enable-vghints)

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
int uuid_from_string(sx_uuid_t *u, const char *s);
83
83
void uuid_from_binary(sx_uuid_t *u, const void *b);
84
84
 
85
 
int gen_key(unsigned char *buf, int num);
86
85
int derive_key(const unsigned char *salt, unsigned slen,
87
86
               const unsigned char *ikm, unsigned ilen,
88
87
               const char *info,