Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Baryshkov
nettle
Commits
5f2be18e
Commit
5f2be18e
authored
Jun 02, 2002
by
Niels Möller
Browse files
Fixed some @deftypefun declarations.
Rev: src/nettle/nettle.texinfo:1.16
parent
f9023f23
Changes
1
Show whitespace changes
Inline
Side-by-side
nettle.texinfo
View file @
5f2be18e
...
...
@@ -1128,7 +1128,7 @@ Initializes the three context structs from the key. The @var{outer} and
initialized as a copy of the @var
{
inner
}
context.
@end deftypefun
@deftypefun void hmac
_
update(void *@var
{
state
}
, const struct nettle
_
hash *@var
{
H
}
, unsigned @var
{
length
}
, const uint8
_
t *@var
{
data
}
)
@deftypefun void hmac
_
update
(void *@var
{
state
}
, const struct nettle
_
hash *@var
{
H
}
, unsigned @var
{
length
}
, const uint8
_
t *@var
{
data
}
)
This function is called zero or more times to process the message.
Actually, @code
{
hmac
_
update(state, H, length, data)
}
is equivalent to
@code
{
H->update(state, length, data)
}
, so if you wish you can use the
...
...
@@ -1809,7 +1809,7 @@ Information about recent key events.
Initializes the context.
@end deftypefun
@deftypefun unsigned yarrow
_
key
_
event
_
estimate(struct yarrow
_
key
_
event
_
ctx *@var
{
ctx
}
, unsigned @var
{
key
}
, unsigned @var
{
time
}
)
@deftypefun unsigned yarrow
_
key
_
event
_
estimate
(struct yarrow
_
key
_
event
_
ctx *@var
{
ctx
}
, unsigned @var
{
key
}
, unsigned @var
{
time
}
)
@var
{
key
}
is the id of the key (ASCII value, hardware key code, X
keysym, @dots
{}
it doesn't matter), and @var
{
time
}
is the timestamp of
the event. The time must be given in units matching the resolution by
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment