s3/mdssvc: add option "elasticsearch:force_substring_search = yes | no" (default...
[samba.git] / lib / util / util_crypt.h
blobca1a58e922c734fe72ab44fc3f13c7b5125d464c
2 int talloc_crypt_blob(TALLOC_CTX *mem_ctx,
3 const char *phrase,
4 const char *cmd,
5 DATA_BLOB *blob);
7 char *talloc_crypt_errstring(TALLOC_CTX *mem_ctx, int error);