summaryrefslogtreecommitdiffstats
path: root/src/util/sha512crypt.h
blob: 5512c5d9695edbf0caaed81b56a148ff073f54b7 (plain)
1
2
3
4

int s3crypt_sha512(TALLOC_CTX *mmectx,
                   const char *key, const char *salt, char **_hash);
int s3crypt_gen_salt(TALLOC_CTX *memctx, char **_salt);