diff options
Diffstat (limited to 'libcli/auth/schannel_proto.h')
-rw-r--r-- | libcli/auth/schannel_proto.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/libcli/auth/schannel_proto.h b/libcli/auth/schannel_proto.h index da7655908e0..bce37c86376 100644 --- a/libcli/auth/schannel_proto.h +++ b/libcli/auth/schannel_proto.h @@ -28,18 +28,4 @@ struct schannel_state; struct db_context *open_schannel_session_store(TALLOC_CTX *mem_ctx, struct loadparm_context *lp_ctx); -struct schannel_state *netsec_create_state(TALLOC_CTX *mem_ctx, - struct netlogon_creds_CredentialState *creds, - bool initiator); -NTSTATUS netsec_incoming_packet(struct schannel_state *state, - bool do_unseal, - uint8_t *data, size_t length, - const DATA_BLOB *sig); -uint32_t netsec_outgoing_sig_size(struct schannel_state *state); -NTSTATUS netsec_outgoing_packet(struct schannel_state *state, - TALLOC_CTX *mem_ctx, - bool do_seal, - uint8_t *data, size_t length, - DATA_BLOB *sig); - #endif |