summaryrefslogtreecommitdiff
path: root/lib/util/util_crypt.h
blob: ca1a58e922c734fe72ab44fc3f13c7b5125d464c (plain)
1
2
3
4
5
6
7

int talloc_crypt_blob(TALLOC_CTX *mem_ctx,
		      const char *phrase,
		      const char *cmd,
		      DATA_BLOB *blob);

char *talloc_crypt_errstring(TALLOC_CTX *mem_ctx, int error);