diff options
author | Günther Deschner <gd@samba.org> | 2008-06-23 16:02:04 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-06-24 23:44:20 +0200 |
commit | 9a5fc5b5d3d9ec334a35cadb49bf69c36076dcea (patch) | |
tree | a5b61257ccb9e06bf500e40fa27fae41e8ab6961 /source3/include | |
parent | 4def7a1a32406152ea737740fd80ae97fb297521 (diff) | |
download | samba-9a5fc5b5d3d9ec334a35cadb49bf69c36076dcea.tar.gz samba-9a5fc5b5d3d9ec334a35cadb49bf69c36076dcea.tar.bz2 samba-9a5fc5b5d3d9ec334a35cadb49bf69c36076dcea.zip |
crypto: add decrypt_drsuapi_blob from samba4.
Guenther
(This used to be commit 3b6352a60e6683963af1641786f9c230d49ebfb5)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 */ |