27 #include <sys/types.h>
47 unsigned char * salt = NULL;
48 unsigned char * hash = hash_data+
SALT_SIZE;
59 memcpy(hash_data, salt, SALT_SIZE);
62 index =
indexUuid(user, this->user_namespace);
65 (
char *)(index->uuid).value,
66 sizeof((index->uuid).value),
StoragePutResult storageUpdate(Storage, char *, size_t, char *, size_t)
int applicationUpdatePassword(Application this, Credential cred, User user)
int hash_pw(const char *, const size_t, unsigned char *, unsigned char **)
Uuid indexUuid(void *, Uuid)