blob: da092026d5c1348d3b9dd2e0171d43866a702221 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
.\" $NetBSD: ntlm_buf.3,v 1.3 2023/06/19 21:41:41 christos Exp $
.\"
.TH "ntlm_buf" 3 "Tue Nov 15 2022" "Version 7.8.0" "Heimdal ntlm library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
ntlm_buf
.SH SYNOPSIS
.br
.PP
.PP
\fC#include <heimntlm\&.h>\fP
.SS "Data Fields"
.in +1c
.ti -1c
.RI "size_t \fBlength\fP"
.br
.ti -1c
.RI "void * \fBdata\fP"
.br
.in -1c
.SH "Detailed Description"
.PP
Buffer for storing data in the NTLM library\&. When filled in by the library it should be freed with \fBheim_ntlm_free_buf()\fP\&.
.PP
\fBExamples\fP
.in +1c
\fBtest_ntlm\&.c\fP\&.
.SH "Field Documentation"
.PP
.SS "void* ntlm_buf::data"
pointer to the data itself
.PP
\fBExamples\fP
.in +1c
\fBtest_ntlm\&.c\fP\&.
.SS "size_t ntlm_buf::length"
length buffer data
.PP
\fBExamples\fP
.in +1c
\fBtest_ntlm\&.c\fP\&.
.SH "Author"
.PP
Generated automatically by Doxygen for Heimdal ntlm library from the source code\&.
|