From 9a5fc5b5d3d9ec334a35cadb49bf69c36076dcea Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 23 Jun 2008 16:02:04 +0200 Subject: crypto: add decrypt_drsuapi_blob from samba4. Guenther (This used to be commit 3b6352a60e6683963af1641786f9c230d49ebfb5) --- source3/include/proto.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 75b616b300..79a9251194 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5134,6 +5134,11 @@ WERROR decode_wkssvc_join_password_buffer(TALLOC_CTX *mem_ctx, struct wkssvc_PasswordBuffer *pwd_buf, DATA_BLOB *session_key, char **pwd); +DATA_BLOB decrypt_drsuapi_blob(TALLOC_CTX *mem_ctx, + const DATA_BLOB *session_key, + bool rcrypt, + uint32_t rid, + const DATA_BLOB *buffer); /* The following definitions come from libsmb/smberr.c */ -- cgit